NSX-T Data Center Global Manager REST API

Associated URIs:

API Description API Path

Create registration access token


The privileges of the registration token will be the same as the caller.
POST /global-manager/api/v1/aaa/registration-token
POST /api/v1/aaa/registration-token

Delete registration access token


DELETE /global-manager/api/v1/aaa/registration-token/{token} (Deprecated)
DELETE /api/v1/aaa/registration-token/{token} (Deprecated)

Get registration access token


GET /global-manager/api/v1/aaa/registration-token/{token} (Deprecated)
GET /api/v1/aaa/registration-token/{token} (Deprecated)

Delete registration access token


POST /global-manager/api/v1/aaa/registration-token/delete
POST /api/v1/aaa/registration-token/delete

Get registration access token


Get the roles associated with the given registration token
POST /global-manager/api/v1/aaa/registration-token/retrieve
POST /api/v1/aaa/registration-token/retrieve