VMware Cloud Director API - ObjectExtensions
ObjectExtensionsType
- Element:
- ObjectExtensions
- Type:
- ObjectExtensionsType
- Namespace:
- http://www.vmware.com/vcloud/extension/v1.5
- Description:
- The collection of registered object extensions.
- Since:
- 16.0
- Deprecated:
- 39.0
- Schema:
- objectExtensibility.xsd
- Media type(s):
-
application/vnd.vmware.admin.extensibility.objects+json
application/vnd.vmware.admin.extensibility.objects+xml
- Extends:
- ResourceType
- XML Representation:
-
<ObjectExtensions xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
<vcloud_v1.5:Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
rel="xs:string" model="xs:string"/>
<ObjectExtension href="xs:anyURI" type="xs:string" id="xs:string" operationKey="xs:string">
<vcloud_v1.5:Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
rel="xs:string" model="xs:string"/>
<Namespace> xs:string </Namespace>
<Enabled> xs:boolean </Enabled>
<Exchange> xs:string </Exchange>
<ContentType> xs:string </ContentType>
<Vendor> xs:string </Vendor>
<Selectors>
<Selector name="ObjectExtensionType/Selectors/Selector/name"/>
</Selectors>
</ObjectExtension>
</ObjectExtensions>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description href anyURI No always 16.0 The URI of the entity. type string No always 16.0 The MIME type of the entity. -
Elements
-
Element Type Required Modifiable Since Deprecated Description Link LinkType No none 16.0 A reference to an entity or operation associated with this object. ObjectExtension ObjectExtensionType Yes always 16.0 Represents a registered object extension. VCloudExtension VCloudExtensionType No always 16.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/extension/object Displays the list of currently registered object extensions 16.0 39.0