Catalogs that have external subscriptions are synchronized with their external sources by a background process that the system administrator controls. You can also force synchronization of individual catalog items or entire catalogs at any time.
Prerequisites
This operation requires the rights included in the predefined Catalog Author role or an equivalent set of rights. Verify that you are logged in to the vCloud Air Compute Service as a Virtual Infrastructure Administrator.
Procedure
Example: Synchronize a Catalog Item
This request synchronizes a single catalog item. The response is a task that tracks the progress of the synchronization.
Request:
POST https://vcloud.example.com/api/catalogItem/102/action/sync
Response:
202 Accepted Content-Type: application/vnd.vmware.vcloud.task+xml ... <Task ... operation="Synchronizing Catalog Item DB.iso (102)" ...> ... </Task>