Attributes
Attribute | Type | Required | Modifiable | Since | Deprecated | Description |
---|---|---|---|---|---|---|
href | anyURI | No | always | 5.6 | The URI of the entity. | |
type | string | No | always | 5.6 | The MIME type of the entity. |
Elements
Element | Type | Required | Modifiable | Since | Deprecated | Description |
---|---|---|---|---|---|---|
Link | LinkType | No | none | 5.6 | A reference to an entity or operation associated with this object. | |
MemberEndpointCertificate | string | No | create | 5.6 | Optional PEM-encoded certificate to use when connecting to MemberUri. | |
MemberName | string | Yes | create | 5.6 | The name of the organization whose URI is MemberUri. | |
MemberUrl | anyURI | Yes | create | 5.6 | The URI of an organization to add to this association. | |
Status | string | No | none | 5.6 | Current status of this association. Can be one of: CREATED: association has been recorded ACTIVE: association has been in active use for federated queries UNREACHABLE: cannot access associated org DISABLED_CONFLICT: assocation has been disabled due to conflict in org name | |
VCloudExtension | VCloudExtensionType | No | always | 5.6 | 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/{associatedOrgId} | Retrieves a specific member from the organization's associations as identified by identifier included in the request | ||
delete | DELETE /admin/org/{id}/associations/{associatedOrgId} | Removes the specified member from this organization's associations. | ||
as input | POST /admin/org/{id}/associations | Adds a new member to this organization's associations |