System Administration >
Settings
>
Certificates
>
CRL
Return the status of the CrlDistributionPoint
Request:
Method:
GET
URI Path(s):
/api/v1/trust-management/crl-distribution-points/<crl-distribution-point-id>/status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/trust-management/crl-distribution-points/abd3032d-728e-44d4-9914-d4f81c9972cc/status
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
CrlDistributionPointStatus
+
CrlDistributionPointStatus
(
schema
)
Name
Description
Type
Notes
error_message
Error Message
Error message when fetching the CRL failed.
string
Readonly
status
Status
Status of the fetched CRL for this CrlDistributionPoint
CdpStatusType
Required
Readonly
Example Response:
{ "status": "ready" }
Required Permissions:
read
Feature:
trust_crls
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
500 Internal Server Error
503 Service Unavailable