5.5

Table Of Contents
<IsCacheEnabled>true</IsCacheEnabled>
<PreserveIdentityInfoFlag>false</PreserveIdentityInfoFlag>
</PublishExternalCatalogParams>
</AdminCatalog>
When the task completes, the PublishExternalCatalogParams includes a URL at which external consumers
can connect to the catalog.
<AdminCatalog ... >
...
<PublishExternalCatalogParams>
<IsPublishedExternally>true</IsPublishedExternally>
<IsCacheEnabled>true</IsCacheEnabled>
<CatalogPublishedUrl>https://vcloud2.example.com/vcsp/catalog/5</CatalogPublishedUrl>
</PublishExternalCatalogParams>
</AdminCatalog>
Create a Catalog With an External Subscription
An organization administrator can create a catalog whose contents are downloaded from an external source.
You cannot use catalogs created this way to hold catalog items that are created locally.
Organizations that are permitted to subscribe to external sources can create catalogs whose contents are
downloaded from a catalog hosted on another instance of vCloud Director, or any Web site that implements
the VMware Content Subscription Protocol (VCSP) . See “Synchronization,” on page 197.
If a catalog has an external subscription, you cannot enable it for external publication.
Prerequisites
n
Verify that you are logged in as a system administrator, an organization administrator, or a user with
the Catalog Author role.
n
Verify that at least one VDC exists in your organization. You cannot create a catalog in an organization
that has no VDCs.
n
Verify that your organization has permission to create catalogs with external subscriptions.
The OrgGeneralSettings in the AdminOrg element that represents your organization must have a
CanSubscribe element with a value of true.
<CanSubscribe>true</CanSubscribe>
n
The external source must implement the VMware Content Subscription Protocol. See
“Synchronization,” on page 197.
n
You must know the URL of the external source, and the password if one is required.
Retrieve the XML representation of the organization to which you want to add the catalog, and examine the
response to locate the Link element that contains the URL for adding catalogs to the organization. See “Add
a Catalog to an Organization,” on page 198.
Procedure
1 Create an AdminCatalog element that includes ExternalCatalogSubscriptionParams.
See the request portion of “Example: Create a Catalog With an External Subscription,” on page 204.
2 POST the AdminCatalog element to the organization's add URL for catalogs.
See the request portion of “Example: Create a Catalog With an External Subscription,” on page 204.
The server creates an empty catalog and returns its representation in the response. See the response portion
of “Example: Create a Catalog,” on page 199.
Chapter 6 Creating and Managing Organizations
VMware, Inc. 203