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):
              
              
                  
                  /api/v1/trust-management/crls/<crl-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    GetCertParameter+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/trust-management/crls/ebd3032d-728e-44d4-9914-d4f81c9972cb?details=trueSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    Crl+
  