CLI Reference Guide

URI
/availablevalues/<property_id>
property_id is an option model property, and is part of service design, offering
and subscription artifacts.
Returns
200 - Ok
400 - Not authorized
404 - Not found
500 - Server exception
Example use context
From the subscriber portal๎€ƒ a property is selected from a drop down list.๎€ƒ The values of any
associated dynamic properties must be spontaneously populated - they are dynamic and therefore
cannot be populated in advance.
Example
The following URL was sent:
https://<host>:<port>/csa/rest/availablevalues/90e763a43ddc18e5013ddc2f134c0088
?userIdentifier=90d96588360da0c701360da0f1d5f483
The following was sent in the request body:
first=parent1Value
The following response was returned:
<Property>
<id>90e763a43ddc18e5013ddc2f134c0088</id>
<name>child1</name>
<displayName>child1</displayName>
<dynamicValueEnabled>true</dynamicValueEnabled>
<dynamicScriptName>sample_jsp.jsp</dynamicScriptName>
<dynamicScriptParameters>
first=[CLIENT:parent1]
</dynamicScriptParameters>
<availableValues>
<value>value1</value>
<displayName>value1 displayName</displayName>
<description>value1 description</description>
</availableValues>
...
</Property>
Catalog API
Description
Use this API to get information related to CSA catalogs.
HP Cloud Service Automation (4.00) Page 42 of 141
API๎€ƒReference
Contents