5.5

Table Of Contents
Creating and Managing
Organizations 6
The VMware vCloud API supports objects and operations that an organization or a system administrator
can use to automate tasks associated with creating and managing organizations and their VDCs, networks,
catalogs, and users.
A successful login by an organization or system administrator returns a Session element, which contains a
link that enables the administrator to retrieve a VCloud element. This element provides access to a cloud-
wide namespace of administrative objects. See “Retrieve an Administrative View of a Cloud,” on page 50.
This chapter includes the following topics:
n
“Summary of Administrative Requests,” on page 149
n
“Administrator Credentials and Privileges,” on page 152
n
“Organization Administration,” on page 153
n
“VDC Administration,” on page 160
n
“Network Administration,” on page 169
n
“Catalog Administration,” on page 197
n
“User and Group Administration,” on page 219
n
“Working With Roles and Rights,” on page 227
Summary of Administrative Requests
Administrative requests retrieve or update administrative objects such as organizations, users, and VDCs.
n
API-URL is a URL of the form https://vcloud.example.com/api.
n
id is a unique identifier in the form of a UUID, as defined by RFC 4122.
IMPORTANT Request URLs are always available in Link elements contained by the representation of the
object on which they operate. URL forms shown here are for reference purposes only. Although URLs have
a well-known syntax and a well-understood interpretation, a client should treat vCloud API request URLs
as opaque strings. The rules that govern how the server constructs these strings might change in future
releases.
This summary may not cover all requests in this category. For the complete list of requests, along with
detailed information about input and output types, see the Operations lists in the schema reference.
VMware, Inc.
149