GET /login
- Operation:
- GET /login
- Description:
- Login with HTTP GET request.
(same as POST, implemented for convenience)
You should provide only an authorization header in format:
Authorization:
- Since:
- 0.9
- Input parameters
-
- Consume media type(s):
- None
- Input type:
- None
- Output parameters
-
OrgListType 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.orgList+xml
- Output type:
- OrgListType
- Examples
-