|
| Local Methods | ||
| Service Types | Data Object Types | All Properties | All Methods |
Methods
| Methods defined in this Service |
|---|
| ConnectionServer_BackupNow, ConnectionServer_Get, ConnectionServer_GetKnownDomains, ConnectionServer_GetTags, ConnectionServer_List, ConnectionServer_Update |
Privileges
| Privilege | Description |
|---|---|
| GLOBAL_CONFIG_MANAGEMENT | Global configuration management privilege is required to initiate Ldap backup. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ConnectionServer used to make the method call. |
| id | ConnectionServerId |
The Id of the Connection Server.
|
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| EntityNotFound | Thrown if any specified entity cannot be found. |
| InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
| InvalidArgument | Thrown if any specified argument is invalid. |
| InvalidType | Thrown if the type of any specified argument is invalid. |
| UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Events
| Event | Description |
|---|---|
| VLSI_CONNECTION_SERVER_BACKUP_INITIATED | Fired once connection server backup is initiated. |
| VLSI_CONNECTION_SERVER_BACKUP_FAILED | Fired if the backup initiation fails. |
Privileges
| Privilege | Description |
|---|---|
| GLOBAL_CONFIG_VIEW | Global configuration view privilege is required to retrieve information about a Connection Server. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ConnectionServer used to make the method call. |
| id | ConnectionServerId |
The Id of the Connection Server.
|
Return Value
| Type | Description |
|---|---|
| ConnectionServerInfo | Description of a Connection Server. |
Faults
| Type | Description |
|---|---|
| EntityNotFound | Thrown if any specified entity cannot be found. |
| InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
| InvalidArgument | Thrown if any specified argument is invalid. |
| InvalidType | Thrown if the type of any specified argument is invalid. |
| UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
| Privilege | Description |
|---|---|
| GLOBAL_CONFIG_VIEW | Global configuration view privilege is required to retrieve information about a Connection Server. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ConnectionServer used to make the method call. |
Return Value
| Type | Description |
|---|---|
| xsd:string[] | Array of all the known Active Directory domain DNS names. |
Faults
| Type | Description |
|---|---|
| EntityNotFound | Thrown if any specified entity cannot be found. |
| InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
| InvalidArgument | Thrown if any specified argument is invalid. |
| InvalidType | Thrown if the type of any specified argument is invalid. |
| UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
| Privilege | Description |
|---|---|
| POOL_VIEW | privilege is required to get the list of Connection server tags. |
| GLOBAL_CONFIG_VIEW | privilege is required to get the list of Connection server tags. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ConnectionServer used to make the method call. |
Return Value
| Type | Description |
|---|---|
| xsd:string[] | An Array containing the tags on all connection servers. |
Faults
| Type | Description |
|---|---|
| EntityNotFound | Thrown if any specified entity cannot be found. |
| InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
| InvalidArgument | Thrown if any specified argument is invalid. |
| InvalidType | Thrown if the type of any specified argument is invalid. |
| UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
| Privilege | Description |
|---|---|
| GLOBAL_CONFIG_VIEW | Global configuration view privilege is required to retrieve information about a Connection Server. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ConnectionServer used to make the method call. |
Return Value
| Type | Description |
|---|---|
| ConnectionServerInfo[] | List of all ConnectionServerInfo objects. |
Faults
| Type | Description |
|---|---|
| EntityNotFound | Thrown if any specified entity cannot be found. |
| InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
| InvalidArgument | Thrown if any specified argument is invalid. |
| InvalidType | Thrown if the type of any specified argument is invalid. |
| UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
| Privilege | Description |
|---|---|
| GLOBAL_CONFIG_MANAGEMENT | Global configuration management privilege is required to update Connection Server information. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ConnectionServer used to make the method call. |
| id | ConnectionServerId |
The Id of the Connection Server.
|
| updates | MapEntry[] |
Key value pairs describing attributes to be updated.
|
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| EntityNotFound | Thrown if any specified entity cannot be found. |
| InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
| InvalidArgument | Thrown if any specified argument is invalid. |
| InvalidType | Thrown if the type of any specified argument is invalid. |
| UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Events
| Event | Description |
|---|---|
| ADMIN_CONNECTION_BROKER_UPDATED | Fired once for each attribute changed in the connection broker |
| ADMIN_CONNECTION_BROKER_UPDATE_FAILED | Fired if the update failed. |
| Top of page | Local Methods | ||
| Service Types | Data Object Types | All Properties | All Methods |