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 |