CLI Reference Guide

https://<host>:<port>/csa/rest/catalog/8a81818f3d02fb7e013d0308894a0004/
category/8a81818f3d128500013d1341a5c6000d
?userIdentifier=90d96588360da0c701360da0f1d5f483
The XML return content is basic catalog information as returned with the POST and PUT methods
and most notably, will not include the category just deleted.
List offerings in the catalog
Details
URI
/catalog/<catalog_id>/offering
Use "List catalogs" on page 46 to get the catalog ID.
Method
GET
Parameters
userIdentifier=<user_id>
Required; the user ID you want to use as credentials for this API call. This user
should be a consumer user who has the necessary permissions for the data you
want to work with. See "Get userIdentifier" on page 88 for the steps required to
get the userIdentifier value.
scope=[base|view]
Optional; default is base.
detail=basic
Optional; The only valid value is basic.
hasApproval=[true|false]
Optional; default is false. If true, then hasApproval attribute is returned. If false,
then the attribute is not returned.
Returns
200 - Ok
401 - Not authorized
500 - Server exception
Examples
The following URL was sent to get a list of offerings in a catalog using the default values for scope
(base) and detail (basic):
https://<host>:<port>/csa/rest/catalog/402895e33732af18013732b6f435006boffering?
userIdentifier=90d9652b67ss6a930135f35b327e00a0
The following XML was returned in the response:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ServiceOfferingList>
<count>3</count>
<limit>0</limit>
<ServiceOffering
HP Cloud Service Automation (4.00)Page 53 of 141
APIReference
Contents