NSX-T Data Center REST API

Replace a Host Certificate with an NSX generated certificate.

Sends a new private-public certificate or a chain of certificates (CAs) and a private key to be used on a Transport Node. This certificate was created
by first creating a CSR on NSX which later got matched with a CA-signed certificate. When the replacement was successful, the certificate with its
private key will automatically be deleted.

Request:

Method:
POST
URI Path(s):
/api/v1/trust-management/certificates/action/replace-host-certificate-generated/{host-id}/{certificate-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

POST https://<nsx-mgr>/api/v1/trust-management/certificates/action/replace-host-certificate//

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Required Permissions:

crud

Feature:

trust_certificates

Additional Errors: