1.5

Table Of Contents
Request:
POST https://vcloud.example.com/api/sessions
Authorization: Basic
encoded-credentials
Accept: application/*+xml;version=1.5
Response:
200 OK
x-vcloud-authorization: cn9uYmdugN8E2j96+5Lqrc3YBvFsEgDHXzyfJrJ/6bM=
Content-Type: application/vnd.vmware.vcloud.session+xml
...
<Session
xmlns="http://www.vmware.com/vcloud/v1.5"
user="sysadmin"
org="System"
... >
<Link
rel="down"
type="application/vnd.vmware.vcloud.orgList+xml"
href="https://vcloud.example.com/api/org"/>
<Link
rel="down"
type="application/vnd.vmware.admin.vcloud+xml"
href="https://vcloud.example.com/api/admin"/>
<Link
rel="down"
type="application/vnd.vmware.admin.vmwExtension+xml"
href="https://vcloud.example.com/api/admin/extension"/>
<Link
rel="down"
type="application/vnd.vmware.vcloud.query.queryList+xml"
href="https://vcloud.example.com/api/query" />
<Link
rel="entityResolver"
type="application/vnd.vmware.vcloud.entity+xml"
href="https://vcloud.example.com/api/entity/" />
</Session>
This response includes the following link types:
orgList
A link to the list of organizations that you can access. See “Retrieve a List of
Organizations Accessible to You,” on page 46.
vcloud
A link to administrative objects and operations. See Chapter 6, “Creating,
Provisioning, and Managing Organizations,” on page 109
vmwExtension
A link to the vCloud API extensions, accessible to a system administrator. See
Chapter 7, “Using vCloud API Extensions to Provision and Manage a
Cloud,” on page 161.
queryList
A link to the set of typed queries you can run. See Chapter 9, “Using the Query
Service,” on page 201.
entity
A link to the entity resolver. See “Retrieve an Object as an Entity,” on
page 237.
Chapter 3 Exploring a Cloud
VMware, Inc. 45