POST /sessions
- Operation:
- POST /sessions
- Description:
- Login with HTTP POST request.
You should provide only an authorization header in format:
Authorization:
- Since:
- 1.5
- Input parameters
-
- Consume media type(s):
- None
- Input type:
- None
- Output parameters
-
The newly create session.
The output response also contains an authorization
token in this format:
x-vcloud-authorization:
This header should be specified in every other API operation requests,
to certify that you are authorized.
- Produce media type(s):
- application/vnd.vmware.vcloud.session+xml
- Output type:
- SessionType
- Examples
-