NSX-T Data Center REST API

Create sensor registration access token

The privileges of the registration token will be user with sensor role.

Request:

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

Successful Response:

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

Example Response:

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

Required Permissions:

crud

Feature:

infra_admin

Additional Errors: