OrgAssociationsType

Element:
OrgAssociations
Type:
OrgAssociationsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Container for OrgAssociationType
Since:
29.0
Schema:
multiSite.xsd
Media type(s):
application/vnd.vmware.admin.organizationAssociations+xml
Extends:
ResourceType
XML Representation:
<OrgAssociations 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"/>
    <OrgAssociationMember href="xs:anyURI" type="xs:string">
        <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                rel="xs:string"/>
        <SiteId> xs:string </SiteId>
        <OrgId> xs:string </OrgId>
        <SiteName> xs:string </SiteName>
        <OrgName> xs:string </OrgName>
        <OrgPublicKey> xs:string </OrgPublicKey>
        <Status> xs:string </Status>
    </OrgAssociationMember>
</OrgAssociations>

Attributes

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

Elements

Element Type Required Modifiable Since Deprecated Description
Link LinkType No none 29.0 A reference to an entity or operation associated with this object.
OrgAssociationMember OrgAssociationType No none 29.0 A reference to an organization object.
VCloudExtension VCloudExtensionType No always 29.0 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 /admin/org/{id}/associations Retrieves the complete list of Organizations associated with this organization 29.0
update PUT /admin/org/{id}/associations Replaces the organization's current list of association members with the specified list of members

If the list is empty, all existing members will be deleted.

29.0