NSX-T Data Center REST API
Show CRL Data for the Given CRL id.
Returns information about the specified CRL. 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/crls/<crl-id>
                  
/policy/api/v1/global-infra/crls/<crl-id>
              
            /policy/api/v1/global-infra/crls/<crl-id>
Request Headers:
                n/a
            Query Parameters:
    GetCertParameter+
  Request Body:
    n/a
  Example Request:
GET https://<policy-mgr>/policy/api/v1/crls/revokedCerts?details=trueSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    TlsCrl+
  