NSX-T Data Center REST API

Return the list of certificate profiles.

List the certificate profiles currently active on the NSX Manager.
This list depends on the type of instance deployed and which certificates
are currently managed through the certificate-profile manager. That list is
expected to expand in future releases.

Request:

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

Example Request:

GET https://<nsx-mgr>/api/v1/trust-management/certificate-profiles

Successful Response:

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

Example Response:

{ [ { "profile_name": "Tomcat Certificate Profile", "service_type": "API", "extended_key_usage": ["SERVER"], "unique_use": "false", "cluster_certificate": "false", "node_types": ["nsx-manager"] }, { "profile_name": "Cluster Certificate Profile", "service_type": "MGMT_CLUSTER", "extended_key_usage": ["SERVER"], "unique_use": "false", "cluster_certificate": "true", "node_types": ["nsx-manager"] } ] }

Required Permissions:

read

Feature:

trust_certificates

Additional Errors: