NSX-T Data Center REST API
Associated URIs:
| API Description | API Path |
|---|---|
Create registration access tokenThe privileges of the registration token will be the same as the caller. |
POST /policy/api/v1/aaa/registration-token
POST /api/v1/aaa/registration-token |
Delete registration access token |
DELETE /policy/api/v1/aaa/registration-token/{token}
(Deprecated)
DELETE /api/v1/aaa/registration-token/{token} (Deprecated) |
Get registration access token |
GET /policy/api/v1/aaa/registration-token/{token}
(Deprecated)
GET /api/v1/aaa/registration-token/{token} (Deprecated) |
Delete registration access token |
POST /policy/api/v1/aaa/registration-token/delete
POST /api/v1/aaa/registration-token/delete |
Get registration access tokenGet the roles associated with the given registration token |
POST /policy/api/v1/aaa/registration-token/retrieve
POST /api/v1/aaa/registration-token/retrieve |