CLI Reference Guide
Base URL
https://<host>:<port>/csa/rest
URIs
The following URIs are appended to the base URL:
Catalog
A catalog is the collection of services available to a consumer.
URI Method Parameters Description
/catalog GET userIdentifier, scope,
detail
"List catalogs" on page 46
/catalog/<catalog_id> GET userIdentifier, scope,
detail
"Get catalog details" on page
48
Category
Categories allow you to classify service offerings in a service catalog.
URI Method Parameters Description
/catalog/<catalog_id>/category POST userIdentifier "Create catalog categories"
on page 49
/catalog/<catalog_
id>/category/<category_id>
PUT userIdentifier "Update catalog categories"
on page 51
/catalog/<catalog_
id>/category/<category_id>
DELETE userIdentifier "Delete catalog category" on
page 52
Offering
An offering allows you to define service designs that are published to a service catalog.
URI Method Parameters Description
/catalog/<catalog_
id>/offering
GET userIdentifier, scope,
detail, hasApproval
"List offerings in the
catalog" on page 53
/catalog/<catalog_
id>/offering/<offering_id>
GET userIdentifier, scope,
detail
"Get offering details" on
page 54
HP Cloud Service Automation (4.00)Page 43 of 141
APIReference
Contents