7.3

Table Of Contents
},
"serviceRef": {
"id": "057d4095-95f1-47da-b14b-641ac9010c97",
"label": "Infrastructure Services"
},
"outputResourceTypeRef": {
"id": "composition.resource.type.deployment",
"label": "Deployment"
}
}
],
"metadata": {
"size": 20,
"totalElements": 1,
"totalPages": 1,
"number": 1,
"offset": 0
}
}
Example: curl Command to Locate the Details of a Specific Catalog Item
To search for specific catalog item, add the $catalogItemId. The following example command retrieves
information about a catalog item with the name $catalogItemName.
curl --insecure -H "Content-Type: application/json"
-H "Authorization: Bearer $token” https://$vRA/catalog-service/api/consumer/entitledCatalogItemViews?
$filter=name+eq+%27$catalogItemName%27
Syntax for Getting Information for a Catalog Item
GET /api/consumer/entitledCatalogItemViews/{id} gets information about a specific catalog item.
REST API Catalog Service
The REST API supports OData filtering. For more information about supported OData filters, refer to the
vRealize Automation API Reference, particularly the REST API Tips page located at
https://$vRA/component-registry/services/docs/odata.html.
For specific information about catalog service filters, see the "Important Notes About catalog-service and
OData Queries" topic located at https://$vRA/catalog-service/api/docs/index.html.
Input
Use the supported input parameters to control the command output.
Programming Guide
VMware, Inc. 48