OrgListType

Element:
OrgList
Type:
OrgListType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents a list of organizations.
Since:
0.9
Schema:
organizationList.xsd
Media type(s):
application/vnd.vmware.vcloud.orgList+json
application/vnd.vmware.vcloud.orgList+xml
Extends:
ResourceType
XML Representation:
<OrgList xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string"/>
    <Org href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
</OrgList>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
href anyURI No always 0.9 The URI of the entity.
type string No always 0.9 The MIME type of the entity.

Elements

Element Type Required Modifiable Since Deprecated Description
Link LinkType No none 0.9 A reference to an entity or operation associated with this object.
Org ReferenceType No none 0.9 Reference to an organization.
VCloudExtension VCloudExtensionType No always 0.9 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.

Operations

CRUD Operation Description Since Deprecated
read GET /login Login with HTTP GET request. 0.9 Since version 5.6. Use POST .../api/sessions instead.
read GET /org Retrieve a list of organizations accessible to you. 0.9
as output POST /login Login with HTTP POST request. 0.9 Since version 5.6. Use POST .../api/sessions instead.