1.5

Table Of Contents
type="application/vnd.vmware.vcloud.catalogItem+xml"
href="https://vcloud.example.com/api/catalogItem/221" />
<Link
rel="remove"
href="https://vcloud.example.com/api/catalogItem/221" />
<Description>Approved template for public FTP sites</Description>
<Entity
href="https://vcloud.example.com/api/vAppTemplate/vappTemplate-111"
type="application/vnd.vmware.vcloud.vAppTemplate+xml"
name="Ubuntu Template with vsftpd"/>
</CatalogItem>
Remove an Item from a Catalog
An organization administrator or a user with adequate permissions can remove a CatalogItem by making a
DELETE request to its rel="remove" link.
For more information and an example, see the catalogItem operation in the schema reference.
Prerequisites
Verify that you are logged in as a user with the Catalog Author role, as an organization administrator of the
organization that owns the catalog, or as a system administrator.
Procedure
1 Retrieve the catalog item from the catalog.
2 Locate the rel="remove" link in the CatalogItem element.
3 Make a DELETE request to the href value of the rel="remove" link in the CatalogItem.
View or Change the Owner of an Object
You can view the owner of a VApp, VAppTemplate, or Media object by making a GET request to the object's
owner link. You can change the owner of a VApp, but not that of a VAppTemplate or Media object. An administrator
can view or change the owner of a Catalog object.
The initial owner of a VApp, VAppTemplate, Catalog, or Media object is the user who created it. Ownership is
expressed in an Owner element that the object representation contains. This element includes a User element
that references the owner.
Prerequisites
n
To change the owner of a vApp, you must be the vApp owner, an organization administrator, or the system
administrator.
n
To change the owner of a catalog, you must be an organization administrator or the system administrator.
Procedure
1 Retrieve the Owner element from the object.
This element includes a reference to the current owner and an edit URL you can use to change the owner.
This example retrieves the owner of a vApp.
GET https://vcloud.example.com/api/vApp/vapp-7/owner
Chapter 4 Provisioning an Organization with vApps, Templates, and Media
VMware, Inc. 73