NSX-T Data Center Global Manager REST API

Get the certificate profile for the given service type

Get an available certificate profile.
Note that not every service type has an active certificate profile.

Request:

Method:
GET
URI Path(s):
/api/v1/trust-management/certificate-profile/{service-type}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

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

Successful Response:

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

Example Response:

{ "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: