5.1

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 49.
This chapter includes the following topics:
n
“Summary of Administrative Requests,” on page 129
n
“Administrator Credentials and Privileges,” on page 132
n
“Organization Administration,” on page 132
n
“vDC Administration,” on page 139
n
“Network Administration,” on page 147
n
“Catalog Administration,” on page 176
n
“User and Group Administration,” on page 179
n
“Working With Roles and Rights,” on page 187
n
“Controlling Access to vApps and Catalogs,” on page 191
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.
GET API-URL/admin/vdc/id/networks
VMware, Inc.
129