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:
GET https://<nsx-mgr>/api/v1/trust-management/certificates/9b9250b9-f97f-41b4-8ff2-24ec57855f7b?action=validate { status: "OK" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    CertificateCheckingStatus+