5.1

Table Of Contents
Table 3-1. Summary of vCloud API Browsing Requests
Operation Request Request Body Response
Show login URL and list of
supported API versions
GET API-URL/versions None
SupportedVersions
Log in POST API-URL/sessions None
Session
Log out DELETE API-URL/session None 200 OK
Log in [DEPRECATED] POST API-URL/login None
OrgList
Log out [DEPRECATED] POST API-URL/login None 200 OK
Retrieve a list of entry points
for browsing operations
GET API-URL/session None 200 OK
Retrieve a list of
organizations to which you
have access
GET API-URL/org/ None
OrgList
Retrieve the contents of an
organization
GET API-URL/org/id None
Org
Retrieve properties of a
network
GET API-URL/network/id None
OrgNetwork
Retrieve the contents of a
catalog
GET API-URL/catalog/id None
Catalog
Retrieve properties of a
catalog item
GET API-
URL/catalogItem/id
None
CatalogItem
Retrieve the contents of a
vDC
GET API-URL/vdc/id None
Vdc
Retrieve properties of a
media image
GET API-URL/media/id None
Media
Retrieve a vApp template GET API-
URL/vAppTemplate/vappT
emplate-id
None
VAppTemplate
Retrieve properties of a vApp GET API-URL/vApp/vapp-
id
None
VApp
Retrieve properties of a
virtual machine
GET API-URL/vApp/vm-id None
Vm
Retrieve metadata for an
object such as an
organization, network,
vApp, virtual machine,
media image, or independent
disk.
GET API-
URL/object/id/metadata
None
Metadata
Retrieve a list of IP addresses
allocated to a network.
[NEW]
GET API-
URL/network/
id/allocatedAddresses
None
AllocatedIpAddresses
vCloud API Programming Guide
42 VMware, Inc.