6.2

Table Of Contents
"subtenantLabel" : "MyTestAgentBusinessGroup"
},
"providerBinding" : {
"bindingId" : "e16edcf9-6a10-4bc7-98e2-a33361aeb857",
"providerRef" : {
"id" : "c6fb1980-75b4-4adc-ac71-020d75f61978",
"label" : "iaas-service"
}
},
"forms" : null,
"callbacks" : null,
"isNoteworthy" : true,
"dateCreated" : "2014-02-14T21:53:39.072Z",
"lastUpdatedDate" : "2014-02-14T21:54:07.756Z",
"iconId" : "cafe_default_icon_genericCatalogItem",
"catalogItemTypeRef" : {
"id" : "Infrastructure.Virtual",
"label" : "Virtual Machine"
},
"serviceRef" : {
"id" : "e90847d7-03e1-45a9-8377-be77be03af6f",
"label" : "Tyler's Service"
},
"outputResourceTypeRef" : {
"id" : "Infrastructure.Virtual",
"label" : "Virtual Machine"
}
} ],
"metadata" : {
"size" : 20,
"totalElements" : 1,
"totalPages" : 1,
"number" : 1,
"offset" : 0
}
}
Syntax for Finding a Catalog Item by Name
You can use the REST API catalog service to locate a catalog item in the service catalog.
Input
Use the input parameters to control the command output.
Parameter Description
URL https://$host/catalog-service/api/consumer/entitledCatalogItems?$filter=name+eq+%27my
+custom+blueprint%27
$host Specifies the host name and fully qualified domain name or IP address of the
vRealize Automation identity server.
$token Specifies a valid HTTP bearer token with necessary credentials.
$catalogItemId Specifies the ID of a catalog item.
Programming Guide
VMware, Inc. 38