| Attributes | Elements | Operations | ||
|
Home Frames |
|
|
|
|
Attributes
| Attribute | Type | Required | Modifiable | Since | Description |
|---|---|---|---|---|---|
| href | anyURI | No | always | 0.9 | Contains the URI to the entity. |
| type | string | No | always | 0.9 | Contains the type of the entity. |
| name | string | Yes | always | 0.9 | The name of the entity. |
| id | string | No | none | 0.9 | The entity identifier, expressed in URN format. The value of this attribute uniquely identifies the entity, persists for the life of the entity, and is never reused. |
Elements
| Element | Type | Occurrence | Modifiable | Since | Description |
|---|---|---|---|---|---|
| VCloudExtension | VCloudExtensionType | 0..* | always | 0.9 | An optional extension element that can contain an arbitrary number of elements and attributes. |
| Link | LinkType | 0..* | none | 0.9 | Optional link to an entity or operation associated with this object. |
| Description | string | 0..1 | always | 0.9 | Optional description. |
| Tasks | TasksInProgressType | 0..1 | none | 0.9 | A list of queued, running, or recently completed tasks associated with this entity. |
| FullName | string | 1 | always | 0.9 | Full name of the organization. |
| IsEnabled | boolean | 0..1 | none | 0.9 | Not specifying this flag in the request to update the OrgSettings will result in disabling the org (default value if flag is not specified is false) True if this organization is enabled. If enabled, the organization allows login and all other operations. |
| Settings | OrgSettingsType | 1 | always | 0.9 | Settings for this organization. Establishes quotas and policies, specifies how the organization connects to LDAP and email services. |
| Users | UsersListType | 0..1 | none | 0.9 | Container for ReferenceType elements that reference users in the organization. |
| Groups | GroupsListType | 0..1 | none | 0.9 | Container for ReferenceType elements that reference groups in the organization. |
| Catalogs | CatalogsListType | 0..1 | none | 0.9 | Container for ReferenceType elements that reference catalogs in the organization. |
| Vdcs | VdcsType | 0..1 | none | 0.9 | Container for ReferenceType elements that reference vDCs in the organization. |
| Networks | NetworksType | 0..1 | none | 0.9 | Container for ReferenceType elements that reference networks in the organization. |
Operations
| CRUD | Operation | Description | Since |
|---|---|---|---|
| create | POST /admin/orgs | Creates an organization. | 0.9 |
| read | GET /admin/org/{id} | Retrieves an admin view of an organization. | 0.9 |
| update | PUT /admin/org/{id} | Modifies an admin organization. | 0.9 |
| delete | DELETE /admin/org/{id} | Deletes an admin organization. | 0.9 |
| action | POST /admin/org/{id}/action/disable | Disables an organization. | 1.0 |
| action | POST /admin/org/{id}/action/enable | Enables an admin organization If the organization was disabled this action enables it. | 1.0 |
| action | POST /admin/org/{id}/networks | Creates a network in an organization. | 0.9 |
| Top of page | Attributes | Elements | Operations | |
|
Home Frames |
|
|
|
|