NSX-T Data Center REST API
Return All the User-Facing Components' Certificates
Returns all certificate information viewable by the user, including eachcertificate's UUID; resource_type (for example, certificate_self_signed,
certificate_ca, or certificate_signed); 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):
/api/v1/trust-management/certificates
Request Headers:
n/a
Query Parameters:
ListCertParameter+
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/trust-management/certificatesSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
CertificateList+