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