View API
| Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |
Service - ViewComposerDomainAdministrator
- Class
- VMware.Hv.ViewComposerDomainAdministrator
- See also
- MapEntry, ViewComposerDomainAdministratorId, ViewComposerDomainAdministratorInfo, ViewComposerDomainAdministratorSpec, VirtualCenterId
- Since
- Horizon View 6.0
Service Description
The view composer domain administrator service interface for processing accounts capable of adding/deleting computer accounts.Methods
ViewComposerDomainAdministrator_Create
Add a view composer domain administrator.Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global configuration management is required to create a View Composer administrator. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ViewComposerDomainAdministrator used to make the method call. |
spec | ViewComposerDomainAdministratorSpec |
attributes needed to add a view composer domain administrator
|
Return Value
Type | Description |
---|---|
ViewComposerDomainAdministratorId | Entity id for the view composer domain administrator. |
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_SVI_ADMIN_ADDED | If the View Composer administrator is added. |
Show WSDL type definition
ViewComposerDomainAdministrator_Delete
Delete a view composer admin.Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global configuration management is required to delete a View Composer administrator. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ViewComposerDomainAdministrator used to make the method call. |
id | ViewComposerDomainAdministratorId |
entity id for the view composer admin entry
|
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_SVI_ADMIN_REMOVED | If the administrator is removed. |
Show WSDL type definition
ViewComposerDomainAdministrator_Get
Gets info (primarily the list of attributes about configured view composer administrator).Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_VIEW | Global configuration view is required to get a View Composer domain administrator. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ViewComposerDomainAdministrator used to make the method call. |
id | ViewComposerDomainAdministratorId |
entity id for the view composer admin entry
|
Return Value
Type | Description |
---|---|
ViewComposerDomainAdministratorInfo | ViewComposerDomainAdministratorInfo (attributes about configured view composer administrator) |
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. |
Show WSDL type definition
ViewComposerDomainAdministrator_List
Gets list of info (primarily the list of attributes about configured view composer administrators).Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_VIEW | Global configuration view is required to list View Composer administrators. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ViewComposerDomainAdministrator used to make the method call. |
virtualCenter | VirtualCenterId |
entity id for the virtual center related to the view composer
server
|
Return Value
Type | Description |
---|---|
ViewComposerDomainAdministratorInfo[] | list of ViewComposerDomainAdministratorInfo (attributes about configured view composer administrators) |
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. |
Show WSDL type definition
ViewComposerDomainAdministrator_Update
Update view composer admin with the set of attributes in the map.Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global configuration management is required to update a View Composer administrator. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ViewComposerDomainAdministrator used to make the method call. |
id | ViewComposerDomainAdministratorId |
entity id for the view composer admin entry
|
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_SVI_ADMIN_UPDATED | If the update is completed. |
Show WSDL type definition
Top of page | Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |