NSX-T Data Center Global Manager REST API

Get stale certificates

Get list of certificates that are currently not applied to any certificate
profile and ones that are applied to deprecated certificate profiles.

Request:

Method:
GET
URI Path(s):
/api/v1/trust-management/stale-certificates
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
StaleCertificatesListResult+

Example Response:

{ "result_count": 2, "results": [ { "certificate_id": "099072d3-ae8c-470d-aa1b-075c179b4642", "display_name": "localmanageridentity-123", "service_type": "CLIENT_AUTH", "node_id": "edfda472-bce5-4636-887d-310412cae6f7" }, { "certificate_id": "2e44f1eb-b782-42db-b8b9-8967c73123c9", "display_name": "Corfu Client API certificate", "service_type": "CBM_API", "node_id": "c15c0142-f5b7-8238-c8ac-c5052f79019a" } ] }

Required Permissions:

read

Feature:

trust_certificates

Additional Errors: