NSX-T Data Center REST API

API Usage

Associated URIs:

API Description API Path

Authenticate and create a session


Authenticates using the given username and password. If successful, the HTTP response headers will contain a Set-Cookie header and an X-XSRF-TOKEN header. Both of these headers should be sent with subsequent API requests.
POST /api/session/create

Destroy an authenticated session


Unauthenticates and makes the provided session cookie invalid. The set-cookie and x-xsrf-token headers obtained from an earlier call to /api/session/create should be provided in the HTTP headers of this request.
POST /api/session/destroy