CLI Reference Guide

URI
/catalog/<catalog_id>/offering/<offering_id>
Use /catalog to get the catalog ID and /catalog/<catalog_id>/offering to get the
offering ID.
Returns
200 - Ok
401 - Not authorized
404 - Not found
500 - Server exception
Examples
Use the following URL:
https://<host>:<port>/csa/rest/catalog/402895e33732af18013732b6f435006b/
offering/402895e337326d300137327ce1e30074
?userIdentifier=90d9652b67ss6a930135f35b327e00a0
The following XML was returned in the response:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ServiceOffering>
<id>402895e337326d300137327ce1e30074</id>
<objectId>402895e337326d300137327ce1e30074</objectId>
<createdOn>2012-05-09T10:44:34.147-06:00</createdOn>
<updatedOn>2012-05-09T11:48:26.170-06:00</updatedOn>
...
</ServiceOffering>
List requests in the catalog
Deprecation Notice
The GET/catalog/<catalog_id>/request URI has been deprecated. Use URI /user/myrequest
instead as using the deprecated URI will not allow viewing requests created by users who
previously had access to the catalog, but no longer have access.
Details
URI
/catalog/<catalog_id>/request
Use "List catalogs" on page 46 to get the catalog ID.
Method
GET
HP Cloud Service Automation (4.00)Page 55 of 141
APIReference
Contents