Skip to content

Service - CertificateSSOConnectorHealth

Java Class

com.omnissa.vdi.vlsi.binding.vdi.health.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

Gets the health of the specified CertSSO connector.

Parameters

Name Type Description
_this ManagedObjectReference A reference to the CertificateSSOConnectorHealth used to make the method call.
id CertificateSSOConnectorId The ID of the CertSSO connector.

Return Value

Type Description
CertificateSSOConnectorHealthInfo The health of the CertSSO connector.

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

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

Parameters

Name Type Description
_this ManagedObjectReference 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
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