NSX-T Data Center REST API
Return stored CRL in PEM format
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/trust-management/crl-distribution-points/pem-file
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    CrlPemRequestType+
  Example Request:
POST https://<nsx-mgr>/api/v1/trust-management/crl-distribution-points/pem-file { "cdp_uri": "http://www.example.com/intermediate/intermediate.crl.pem" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: text/plain;charset=UTF-8
                Response Body:
    string
  