NSX-T Data Center REST API

Create registration access token

The privileges of the registration token will be the same as the caller.

Request:

Method:
POST
URI Path(s):
/policy/api/v1/aaa/registration-token
/api/v1/aaa/registration-token
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

POST https://<nsx-mgr>/api/v1/aaa/registration-token

Successful Response:

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

Example Response:

{ "token": "e9112e46-a54a-486f-82bb-043b89228c1b", "roles":[ "network_engineer" ] }

Required Permissions:

crud

Feature:

nodes_edges

Additional Errors: