Service - ADContainer

Class
VMware.Hv.ADContainer
See also
ADContainerInfo, ADDomainId, ViewComposerDomainAdministratorId
Since
Horizon View 6.0


Service Description

Provides the ability to retrieve domain container information for the View Cluster.

Methods

Methods defined in this Service
ADContainer_ListByDomain, ADContainer_ListByViewComposerDomainAdministrator

ADContainer_ListByDomain

Lists the Active Directory containers for a specific domain.

Privileges

Privilege Description
GLOBAL_CONFIG_VIEW Global configuration (read-only) privilege is required to list the active directory containers.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ADContainer used to make the method call.
domainADDomainId

The domain to list containers.

Return Value

Type Description
ADContainerInfo[]A list of ADContainerInfo containing information about the AD containers.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition



ADContainer_ListByViewComposerDomainAdministrator

Lists the Active Directory containers for a specific domain.

Privileges

Privilege Description
GLOBAL_CONFIG_VIEW Global configuration (read-only) privilege is required to list the active directory containers.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ADContainer used to make the method call.
domainAdministratorViewComposerDomainAdministratorId

The domain administrator to list containers.

Return Value

Type Description
ADContainerInfo[]A list of ADContainerInfo containing information about the AD containers.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidRequestThrown if the domain of the specified administrator is unknown to the View cluster.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition