6.2

Table Of Contents
Property Description
outputResourceTypeRef Specifies the type of the resource that results from requesting the catalog item.
name Specifies the user friendly name of the catalog item. Specifies the property type is string.
description Specifies a short description of the catalog item. Specifies the property type is string.
status Specifies the life cycle stage of the catalog item.
statusName Specifies the life cycle status name, such as Active.
catalogItemTypeRef Specifies the type of the catalog item.
serviceRef Specifies the catalog service that contains the catalog item.
iconId Specifies the associated icon representing this item.
organization Specifies the subtenant and/or tenant to which this item belongs
providerBinding Specifies the provider side identifier of this item.
forms Specifies the forms that are associated with catalog items of this type.
callbacks Specifies the call-backs to the provider that are supported by this catalog item.
isNoteworthy Specifies if the catalog item should be highlighted to users for a period of time.
dateCreated Specifies the date that this item was created in the catalog.
lastUpdatedDate Specifies the date that this item was last updated in the catalog.
entitledOrganizations Specifies the organizations in which the catalog item can be consumed by the current user.
catalogItem Specifies the catalog item value.
Example: YouCommand
The following example command retrieves information about all the available shared catalog items.
curl --insecure -H "Content-Type: application/json"
-H "Authorization: Bearer $token
https://$host/catalog-service/api/consumer/entitledCatalogItems
Example: JSON Output
The following JSON output is returned based on the command input.
{
"links" : [ ],
"content" : [ {
"@type" : "entitledCatalogItem",
"id" : "65fbca06-a28e-46f3-bced-c6e5fb3a66f9",
"version" : 1,
"name" : "RHEL 6-vsphere",
"description" : "",
"status" : "PUBLISHED",
"organization" : {
"tenantRef" : "MYCOMPANY",
"tenantLabel" : "ABTenant",
"subtenantRef" : "cccd7a7e-5283-416b-beb0-45eb4e924dcb",
Programming Guide
VMware, Inc. 37