7.3

Table Of Contents
Parameter Description
URL https://$vRA/catalog-service/api/consumer/resources/
$vRA Specifies the appliance name and fully qualified domain name,
or IP address of the vRealize Automation server.
$token Specifies a valid HTTP bearer token with necessary credentials.
$page Specifies a page number.
$limit Specifies the number of entries to display on a page. Maximum
value is 5000. If not specified, defaults to 20.
For information regarding limits to the number of elements
displayed, see Example: Retrieve 10,000 Resources Ordered
By Name.
$orderby Specifies how to order multiple comma-separated properties
sorted in ascending or descending order. Values include:
n
$orderby=id
n
$orderby=name
n
$orderby=dateCreated
n
$orderby=lastUpdated
n
$orderby=status
n
$orderby=description
$top Specifies the number of returned entries from the top of the
response (total number per page in relation to skip).
$skip Specifies the number of entries to skip.
Output
The command output contains property names and values based on the command input parameters.
Property Description
id Specifies the unique identifier of this resource.
iconId Specifies an icon for this request based on the requested object type.
resourceTypeRef Specifies the resource type.
name Specifies the resource name.
description Specifies the resource description.
status Specifies the resource status.
catalogItem Specifies the catalog item that defines the service this resource is based on.
requestId Specifies the request ID that provisioned this resource.
providerBinding Specifies the provider binding.
owners Species the owners of this resource.
organization Specifies the subtenant or tenant that owns this resource.
dateCreated Specifies the data and time at which the resource was created.
lastUpdated Specifies the date and time at which the resource was most recently modified.
Programming Guide
VMware, Inc. 87