5.5

Table Of Contents
type="application/vnd.vmware.admin.right+xml
name="vApp_Deploy"
href="https://vcloud.example.com/api/admin/right/3" />
<RightReference
type="application/vnd.vmware.admin.right+xml
name="Catalog:Sharing"
href="https://vcloud.example.com/api/admin/right/7" />
<RightReference ... />
...
</RightReferences>
<RoleReferences>
<RoleReference
type="application/vnd.vmware.admin.role+xml"
name="Organization Administrator"
href="https://vcloud.example.com/api/admin/role/102" />
<RoleReference
type="application/vnd.vmware.admin.role+xml"
name="Catalog Creator"
href="https://vcloud.example.com/api/admin/role/103" />
<RoleReference />
</RoleReferences>
<Networks>
<Network
type="application/vnd.vmware.admin.network+xml"
name="ExternalNetwork-VC1"
href="https://vcloud.example.com/api/admin/network/7" />
<Network
type="application/vnd.vmware.admin.network+xml"
name="ExternalNetwork-VC2"
href="https://vcloud.example.com/api/admin/network/33" />
</Networks>
</VCloud>
Retrieve a List of vSphere Platform Operations and Objects for a
Cloud
A successful login by a system administrator returns a Session element that contains a link that you can use
to retrieve a VMWExtension element.
Every vCloud Director installation depends on vSphere platform resources such as vCenter servers and
hosts, vShield Manager, portgroups, virtual switches, and so on. The VMWExtension element provides access
to a cloud-wide namespace of vSphere platform objects that are registered for use by the system, and links
that allow you to add vSphere servers and related resources to your cloud. Objects in the admin/extension
XML namespace provide a system administrator with programmatic access to these resources.
Prerequisites
Use the credentials of a system administrator to create a login session. See “Create a Login Session Using the
Integrated Identity Provider,” on page 44.
Procedure
1 Retrieve the XML representation of your Session object.
Use a request like this one:
GET https://vcloud.example.com/api/session
vCloud API Programming Guide
52 VMware, Inc.