Service - CertificateSSOConnectorHealth

Class
VMware.Hv.CertificateSSOConnectorHealth
See also
CertificateSSOConnectorHealthInfo, CertificateSSOConnectorId
Since
Horizon 7.0


Service Description

Service for retrieving health information on CertSSO connectors.

Methods

Methods defined in this Service
CertificateSSOConnectorHealth_Get, CertificateSSOConnectorHealth_List

CertificateSSOConnectorHealth_Get

Gets the health of the specified CertSSO connector.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CertificateSSOConnectorHealth used to make the method call.
idCertificateSSOConnectorId

The ID of the CertSSO connector.

Return Value

Type Description
CertificateSSOConnectorHealthInfoThe health of the CertSSO connector.

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



CertificateSSOConnectorHealth_List

Gets the health of all CertSSO connectors associated with this View cluster.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CertificateSSOConnectorHealth used to make the method call.

Return Value

Type Description
CertificateSSOConnectorHealthInfo[]The health of all CertSSO connectors.

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