CLI Reference Guide

Request
A request is created whenever a user initiates, changes, or deletes a subscription.
URI Method Parameters Description
/catalog/<catalog_id>/request GET userIdentifier, scope,
detail, submitter
"List requests in the
catalog" on page 55
/catalog/<catalog_id>/request POST userIdentifier "Submit a request" on
page 57
/catalog/<catalog_
id>/request/<request_id>
GET userIdentifier, scope,
detail
"Get request details" on
page 59
/catalog/<catalog_
id>/request/<request_id>/cancel
GET userIdentifier "Cancel a request" on
page 62
/catalog/<catalog_
id>/request/<request_id>
DELETE userIdentifier "Retire a request" on
page 62
Approval
An approval is created when the approval manager approves a request.
URI Method Parameters Description
/catalog/<catalog_
id>/approval
GET userIdentifier, scope,
detail, approver,
returnRetired
"List approvals in the catalog"
on page 63
/catalog/<catalog_
id>/approval/<approval_
id>
GET userIdentifier, scope,
detail
"Get approval details" on page
64
/catalog/<catalog_
id>/approval/<approval_
id>
PUT userIdentifier "Update approval decision
using an external approval
system" on page 64
/catalog/<catalog_
id>/approval/<approval_
id>
DELETE userIdentifier "Retire an approval" on page 74
/catalog/<catalog_
id>/approval/<approval_
id>/approver
PUT userIdentifier "Update approval decision
using CSA approval process"
on page 65
HP Cloud Service Automation (4.00) Page 44 of 141
APIReference
Contents