NSX-T Data Center REST API
Get registration access token
Get the roles associated with the given registration tokenRequest:
Method:
POST
URI Path(s):
/policy/api/v1/aaa/registration-token/retrieve
/api/v1/aaa/registration-token/retrieve
/api/v1/aaa/registration-token/retrieve
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
RegTokenQuery+
Example Request:
POST https://<nsx-mgr>/api/v1/aaa/registration-token/retrieve { "token": "e9112e46-a54a-486f-82bb-043b89228c1b" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
RegistrationToken+