NSX-T Data Center REST API

Clear the cluster certificate (Deprecated)

Clears the certificate used for the MP cluster.
This does not affect the certificate itself.
This API is deprecated. Instead use the
/api/v1/cluster/api-certificate?action=set_cluster_certificate API to set
the cluster certificate to a different one.
It just means that from now on, individual certificates will be used on
each MP node. This affects all nodes in the cluster.

Request:

Method:
POST
URI Path(s):
/api/v1/cluster/api-certificate?action=clear_cluster_certificate
Request Headers:
n/a
Query Parameters:
ClusterCertificateId+
Request Body:
n/a

Example Request:

POST https://<nsx-mgr>/api/v1/cluster/api-certificate?action=clear_cluster_certificate&certificate_id=

Successful Response:

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

Example Response:

{ "certificate_id": null }

Required Permissions:

crud

Feature:

system_administration

Additional Errors: