NSX Autonomous Edge REST API

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.

Request:

Method:
POST
URI Path(s):
/trust-management/crls
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
CrlObjectData+

Example Request:

{ "pem_encoded": "-----BEGIN X509 CRL----------END X509 CRL-----\n" }

Successful Response:

Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
CrlList+

Example Response:

{ "results": [ { "id": "ebd3032d-728e-44d4-9914-d4f81c9972cb", "resource_type": "crl", "pem_encoded": "-----BEGIN X509 CRL----------END X509 CRL-----\n", "_last_modified_time": 1413386249116, "_create_time": 1413386249116, "_create_user": "admin", "_last_modified_user": "admin" } ] }

Required Permissions:

crud

Feature:

trust_crls

Additional Errors: