NSX-T Data Center REST API
Update CrlDistributionPoint with <crl-distribution-point-id> This allows updating the ManagedResource fields.
Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /api/v1/trust-management/crl-distribution-points/<crl-distribution-point-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    CrlDistributionPoint+
  Example Request:
PUT https://<nsx-mgr>/api/v1/trust-management/crl-distribution-points/abd3032d-728e-44d4-9914-d4f81c9972cc { "id": "abd3032d-728e-44d4-9914-d4f81c9972cc", "issuer": "/C=US/ST=CA/O=NSX Test/OU=Platform Dev/CN=NSX Test Intermediate-CA", "cdp_uri": "URI:http://www.example.com/intermediate/intermediate.crl.pem", "description": "some-description", "_revision": "0" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    CrlDistributionPoint+
  