V2 Login APIs

V2 Login APIs

Two authentication options exist for VMware Cloud Provider Lifecycle Manager API:
JSESSIONID - retrieve a session ID that has to be provided with every subsequent API request in the JSESSIONID header. The session ID is valid for a specific amount of time (default 15 minutes).
OAUTH token - retrieve an authentication token that has to be provided with every subsequent API request in the Authorization header. The token is valid for a specific amount of time (10 hours).

Operations
POST
Get Jwt Token 1
Log in and get JWT token.
POST
Get Session 1
Log in and get session token.