7.2

Table Of Contents
"@type": "ContentType",
"id": "software-component",
"name": "Software Component Content Type",
"description":
"{com.vmware.csp.component.software.service@software.component.content.type.description}",
"classId": "softwareComponentType",
"serviceTypeId": "com.vmware.csp.component.software.service"
}
],
"metadata": {
"size": 20,
"totalElements": 9,
"totalPages": 1,
"number": 1,
"offset": 0
}
}
Syntax for Listing Available Content
You can use the REST API content management service to list the content that is available for export on your
vRealize Automation deployment.
Listing Available Content
Content is some artifact, entity or information that provides value to a user in a specic context. Content can
be represented in a le in dierent formats, such as XML, JSON, or a package of les.
Input
Use the supported input parameters with your query URL to control command output.
Name Description Type
page Page Number. Default is 1. Query
limit Number of entries per page. Default is 20. Query
$orderby Multiple comma-separated properties sorted in ascending or
descending order.
Query
$top The number of returned entries from the top of the response
(total number per page in relation to skip).
Query
$skip The number of entries to skip. Query
$lter Boolean expression for whether a particular entry should be
included in the response.
Query
Output
The command output contains property names and values based on the command input parameters.
Chapter 3 REST API Use Cases
VMware, Inc. 339