Host Certificate Manager Get Certificate Info
the CertificateInfo of the Host Certificate.
Required privileges: Certificate.Manage
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostCertificateManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
{
"_typeName": "string",
"kind": "string",
"issuer": "string",
"notBefore": "string",
"notAfter": "string",
"subject": "string",
"status": "string"
}
Certificate kind, if unset the certificate is Machine certificate The list of supported values can be found in HostCertificateManagerCertificateKindEnum
Since: vSphere API Release 8.0.1.0
The issuer of the certificate.
The validity of the certificate.
notAfter
The subject of the certificate.
The status of the certificate in vCenter Server.
The possible values for status are as described in HostCertificateManagerCertificateInfoCertificateStatusEnum. If queried directly from an ESX host, the property is set to unknown.