NSX-T Data Center REST API
Validate a certificate
Checks whether certificate is valid. When the certificate contains a chain, the full chain is validated.The usage parameter can be SERVER (default) or CLIENT. This indicates whether the certificate needs to
be validated as a server-auth or a client-auth certificate.
Request:
Method:
GET
URI Path(s):
/api/v1/trust-management/certificates/{cert-id}?action=validate
Request Headers:
n/a
Query Parameters:
ValidateCertificateParameters+
Request Body:
n/a
Example Request:
{ status: "OK" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
CertificateCheckingStatus+