System Administration >
Configuration
>
NSX Managers
>
Clusters
>
Cluster Certificate
Read cluster certificate ID
Returns the ID of the certificate that is used as the cluster certificate for MP
Request:
Method:
GET
URI Path(s):
/api/v1/cluster/api-certificate
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/cluster/api-certificate
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ClusterCertificateId
+
ClusterCertificateId
(
schema
)
Name
Description
Type
Notes
certificate_id
Certificate ID
string
Required
Example Response:
{ "certificate_id": "d60c6a07-6e59-4873-8edb-339bf75711ac" }
Required Permissions:
read
Feature:
cluster_management
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable