NSX-T Data Center REST API
Show Certificate Data for the Given Certificate ID
Returns information for the specified certificate ID, including thecertificate's id; pem_encoded data; and history of the
certificate (who created or modified it and when). For additional
information, include the ?details=true modifier at the end of the request
URI.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/certificates/<certificate-id>
/policy/api/v1/global-infra/certificates/<certificate-id>
/policy/api/v1/global-infra/certificates/<certificate-id>
Request Headers:
n/a
Query Parameters:
GetCertParameter+
Request Body:
n/a
Example Request:
GET https://<policy-mgr>/policy/api/v1/certificates/selfSignedCertificateSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
TlsCertificate+