Service - Certificate

Class
VMware.Hv.Certificate
See also
CertificateData
Since
Horizon View 6.0


Service Description

The interface to fetch and validate certificates.

Methods

Methods defined in this Service
Certificate_Validate

Certificate_Validate

Validate the certificate of the specified server.

Privileges

Privilege Description
GLOBAL_CONFIG_VIEW Global configuration (read-only) is required to validate a certificate.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the Certificate used to make the method call.
specxsd:anyType

attributes needed to connect to the server. The valid types for this parameter are:

Return Value

Type Description
CertificateDatanull iff successful else CertificateData describing the server certificate

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