NSX-T Data Center REST API

Get JWT token that has new certificate

This unauthenticated API returns the current certificate of the NSX
manager,wrapped in a JWT token that is signed with the previous
certificate. A client that trusted the previous certificate can retrieve
the JWT token using this API and verify the signature. If valid,
the client can then start trusting the new certificate.
If the certificate has never been changed, then this API returns
an empty JSON object.

Note that the certificate presented on the primary network interface may be
different from the certificate presented on the VIP address. This API
returns the correct certificate based on which IP address was used to
invoke it.

Request:

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

Example Request:

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

Successful Response:

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

Example Response:

{ "jwt_token" : "eyJraWQiO...FV_vaVI5M3c" }

Required Permissions:

none

Feature:

no_rbac

Additional Errors: