NSX Autonomous Edge REST API

Associated URIs:

API Description API Path

Return All Added CRLs


Returns information about all CRLs.
GET /trust-management/crls

Add a New Certificate Revocation List


Adds a new certificate revocation list (CRL). The CRL is used to verify the
client certificate status against the revocation lists published by the CA.
For this reason, the administrator needs to add the CRL in certificate
repository as well.
POST /trust-management/crls

Delete a CRL


Deletes an existing CRL.
DELETE /trust-management/crls/{crl-id}

Show CRL Data for the Given CRL ID


Returns information about the specified CRL.
GET /trust-management/crls/{crl-id}

Update CRL for the Given CRL ID


Updates an existing CRL.
PUT /trust-management/crls/{crl-id}