NSX Autonomous Edge REST API
Associated URIs:
API Description | API Path |
---|---|
Return All Added CRLsReturns information about all CRLs. |
GET /trust-management/crls
|
Add a New Certificate Revocation ListAdds 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 CRLDeletes an existing CRL. |
DELETE /trust-management/crls/{crl-id}
|
Show CRL Data for the Given CRL IDReturns information about the specified CRL. |
GET /trust-management/crls/{crl-id}
|
Update CRL for the Given CRL IDUpdates an existing CRL. |
PUT /trust-management/crls/{crl-id}
|