NSX-T Data Center REST API
Return All the User-Facing Components' Certificates
Returns all certificate information viewable by the user, including eachcertificate's id; pem_encoded data; and history of the
certificate (who created or modified it and when). For additional
information, include the ?details=true modifier at the end of the request
URI.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/certificates
                  
/policy/api/v1/global-infra/certificates
              
            /policy/api/v1/global-infra/certificates
Request Headers:
                n/a
            Query Parameters:
    ListCertParameter+
  Request Body:
    n/a
  Example Request:
GET https://<policy-mgr>/policy/api/v1/certificatesSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    TlsCertificateList+
  