ExternalCatalogSubscriptionParamsType

Element:
ExternalCatalogSubscriptionParams
Type:
ExternalCatalogSubscriptionParamsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Configuration parameters for a catalog that has an external subscription.
Since:
5.5
Schema:
vCloudEntities.xsd
Media type(s):
application/vnd.vmware.admin.externalCatalogSubscriptionParams+xml
application/vnd.vmware.admin.externalCatalogSubscriptionParams+json
Extends:
VCloudExtensibleType
XML Representation:
<ExternalCatalogSubscriptionParams xmlns="http://www.vmware.com/vcloud/v1.5">
    <SubscribeToExternalFeeds> xs:boolean </SubscribeToExternalFeeds>
    <Location> xs:string </Location>
    <Password> xs:string </Password>
    <ExpectedSslThumbprint> xs:string </ExpectedSslThumbprint>
    <LocalCopy> xs:boolean </LocalCopy>
</ExternalCatalogSubscriptionParams>

Elements

Element Type Required Modifiable Since Deprecated Description
ExpectedSslThumbprint string No always 5.5 Expected SSL thumbprint of the endpoint.
LocalCopy boolean No always 5.5 If true, synchronization creates a local copy of all items. Defaults to false, which defers creation of the local copy until the item is required by an operation such as instantiation.
Location string No always 5.5 Endpoint URL to subscribe to.
Password string No always 5.5 Password required by the endpoint.
SubscribeToExternalFeeds boolean No always 5.5 True enables the external subscription configured by these parameters.
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.

Operations

CRUD Operation Description Since Deprecated
as input POST /admin/catalog/{id}/action/subscribeToExternalCatalog Subscribe to an external catalog. 5.5