Get V Center Certificate
This API is to be used for getting the certificate details for the specified vCenter.
The address of the vCenter for which to fetch the certificate details.
vc-cdc1.telco.example.com
Response includes the certificate details of the vCenter.
{
"address": "string",
"certificatePem": "string",
"thumbprintSha256": "string",
"thumbprintSha1": "string",
"issuerName": "string",
"validFrom": "string",
"validTo": "string"
}
The address of the vCenter.
The certificate of the vCenter in PEM format.
The SHA-256 thumbprint of the certificate of the vCenter.
The SHA-1 thumbprint of the certificate of the vCenter.
The name of the issuer of this certificate.
The UTC datetime indicating from when this certificate is valid.
The UTC datetime indicating upto when this certificate is valid.
API endpoint has permanently moved.
{
"redirectURL": "string"
}
redirectURL
Response Headers
URI where the client will find the new endpoint.
Response may include details of why the request is bad.
{
"warnings": [
{
"code": "string",
"message": "string",
"stack": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
The list of warnings.
The list of errors.
User is not authenticated to invoke this endpoint.
User is not authorized to invoke this endpoint.
The request parameters couldn't be processed by the server.
{
"warnings": [
{
"code": "string",
"message": "string",
"stack": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
The list of warnings.
The list of errors.
An internal server error has occurred.
{
"warnings": [
{
"code": "string",
"message": "string",
"stack": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
The list of warnings.
The list of errors.