1.5

Table Of Contents
Creating, Provisioning, 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 provisioning organizations with resources 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 47.
This chapter includes the following topics:
n
“Summary of Administrative Requests,” on page 109
n
“Administrator Credentials and Privileges,” on page 111
n
“Organization Administration,” on page 112
n
“Network Administration,” on page 118
n
“vDC Administration,” on page 139
n
“Catalog Administration,” on page 145
n
“User and Group Administration,” on page 148
n
“Working With Roles and Rights,” on page 153
n
“Controlling Access to vApps and Catalogs,” on page 157
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.
Request URLs are always available when you GET the representation of the object on which they operate. URL
forms are for reference purposes only. For more information about the requests and responses for each
operation, see “About the Schema Reference Downloadable Archive,” on page 19.
Table 6-1. Summary of Administrative Requests
Operation Request Request Body Response
Retrieve an administrative
view of an organization.
GET API-URL/admin/org/id None
AdminOrg
Create an organization. POST API-URL/admin/orgs
AdminOrg AdminOrg
Enable an organization. POST API-
URL/admin/org/
id/action/enable
None 204 No Content
VMware, Inc. 109