| Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |
Methods
Methods defined in this Service |
---|
URLRedirection_Create, URLRedirection_Delete, URLRedirection_Get, URLRedirection_List, URLRedirection_Update |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global config management privilege is required to create a URLRedirection setting. |
FEDERATED_LDAP_MANAGE | Global LDAP management is required to create a global URLRedirection setting. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the URLRedirection used to make the method call. |
urlRedirectionSpec | URLRedirectionSpec |
|
Return Value
Type | Description |
---|---|
URLRedirectionId | The id of the new URLRedirection Setting. |
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_URL_REDIRECTION_CREATED | if URLRedirection creation succeeds. |
VLSI_URL_REDIRECTION_CREATE_FAILED | if URLRedirection creation fails. |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global config management privilege is required to delete a URLRedirection setting. |
FEDERATED_LDAP_MANAGE | Global LDAP management is required to delete a global URLRedirection setting. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the URLRedirection used to make the method call. |
id | URLRedirectionId |
The entityId of the URLRedirection to be deleted.
|
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_URL_REDIRECTION_DELETED | if the URLRedirection is successfully deleted. |
VLSI_URL_REDIRECTION_DELETE_FAILED | if the URLRedirection deletion failed. |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_VIEW | Global config view privilege is required to read a URLRedirection setting. |
FEDERATED_LDAP_VIEW | Global LDAP view is required to read a global URLRedirection setting. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the URLRedirection used to make the method call. |
id | URLRedirectionId |
The entityId of the URLRedirection to get.
|
Return Value
Type | Description |
---|---|
URLRedirectionInfo | requested URLRedirectionInfo entity |
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 config view privilege is required to list all URLRedirection settings. |
FEDERATED_LDAP_VIEW | Global LDAP view is required to list all URLRedirection settings. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the URLRedirection used to make the method call. |
Return Value
Type | Description |
---|---|
URLRedirectionInfo[] |
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 config management privilege is required to update a URLRedirection setting. |
FEDERATED_LDAP_MANAGE | Global LDAP management is required to update a global URLRedirection setting. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the URLRedirection used to make the method call. |
id | URLRedirectionId |
The entityId of the URLRedirection to be updated.
|
updates | MapEntry[] |
The 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 |
---|---|
VLSI_URL_REDIRECTION_UPDATED | for each URLRedirection attribute that was updated. |
VLSI_URL_REDIRECTION_UPDATE_FAILED | if URLRedirection update failed. |
Top of page | Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |