CLI Reference Guide
URI
/catalog/<catalog_id>/subscription/<subscription_id>
Use /catalog to get the catalog ID and /catalog/<id>/subscription to get the
subscription ID.
Returns
200 - Ok
401 - Not authorized
404 - Not found
500 - Server exception
Examples
The following URL was sent:
https://<host>:<port>/csa/rest/catalog/402895e33732af18013732b6f435006b/
subscription/90d957ea3806fa7e013807acc79000b3
?userIdentifier=90d9652b67ss6a930135f35b327e00a0
The following XML was returned:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ServiceSubscription>
<id>90d957ea3806fa7e013807acc79000b3</id>
<name>MY SR</name>
<displayName>MY SR</displayName>
<optionModel>...</optionModel>
<serviceInstance>...</serviceInstance>
<serviceOffering>...</serviceOffering>
<subscriptionStatus>...</subscriptionStatus>
<initiatingServiceRequest>...</initiatingServiceRequest>
<basePrice xsi:type="recurrentPricingVO">...</basePrice>
<basePrice xsi:type="initialPricingVO">...</basePrice>
<totalPrice xsi:type="recurrentPricingVO">...</totalPrice>
<totalPrice xsi:type="initialPricingVO">...</totalPrice>
<pricingModel>...</pricingModel>
<associatedRequest>
<id>90e396c83a4cfd80013a4d06e29702bc</id>
<name>Test Modify subscription</name>
</associatedRequest>
<associatedRequest>
<id>90e396c83a4cfd80013a4d017e740003</id>
<name>Test2 Modify subscription</name>
</associatedRequest>
...
</ServiceSubscription>
HP Cloud Service Automation (4.00) Page 72 of 141
APIReference
Contents