View API
| Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |
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
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
CertificateSSOConnectorHealth_List
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
Top of page | Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |