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>
    <LibraryId> xs:string </LibraryId>
</ExternalCatalogSubscriptionParams>

Elements

Element Type Required Modifiable Since Deprecated Description
ExpectedSslThumbprint string No always 5.5 Expected SSL thumbprint of the endpoint.
LibraryId string No always 31.0 When library exists locally, include library id
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/probeRemoteLibrary Test the library subscription settings to make sure the remote endpoint exists, the password matches (if set), and the SSL certificate is trusted (if necessary). 31.0
as input POST /admin/catalog/{id}/action/subscribeToExternalCatalog Subscribe to an external catalog. 5.5