VMware Cloud Director API - CatalogSettings
CatalogSettingsType
- Element:
- CatalogSettings
- Type:
- CatalogSettingsType
- Namespace:
- http://www.vmware.com/vcloud/extension/v1.5
- Description:
- Catalog settings for this cloud
- Since:
- 5.5
- Schema:
- settings.xsd
- Media type(s):
-
application/vnd.vmware.admin.catalogSettings+json
application/vnd.vmware.admin.catalogSettings+xml
- Extends:
- ResourceType
- XML Representation:
-
<CatalogSettings 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"/>
<isSyncEnabled> xs:boolean </isSyncEnabled>
<SyncStartDate> xs:dateTime </SyncStartDate>
<SyncStopDate> xs:dateTime </SyncStopDate>
<NextSyncDate> xs:dateTime </NextSyncDate>
<RefreshInterval> xs:long </RefreshInterval>
</CatalogSettings>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description href anyURI No always 5.5 The URI of the entity. type string No always 5.5 The MIME type of the entity. -
Elements
-
Element Type Required Modifiable Since Deprecated Description Link LinkType No none 5.5 A reference to an entity or operation associated with this object. NextSyncDate dateTime No none 33.0 Date and Time at which the next synchronization will start. RefreshInterval long No always 5.5 Number of hours between attempts to synchronize with external catalogs. Default is 24 hours. SyncStartDate dateTime No always 5.5 Date and Time at which the synchronization will start. SyncStopDate dateTime No always 5.5 Date and Time at which the synchronization will stop. VCloudExtension VCloudExtensionType No always 5.5 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services. isSyncEnabled boolean Yes always 5.5 True to enable the synchronization of external catalogs. -
Operations
-
CRUD Operation Description Since Deprecated read GET /admin/extension/settings/catalog Retrieve vCloud Director catalog setting details. 5.5 as input PUT /admin/extension/settings/catalog Update catalog settings details. 5.5