CLI Reference Guide
</Properties>
The following URL was used to retrieve a single property:
https://<host>:<port>/csa/rest/artifact/<id>/resolveProperties?
userIdentifier=<user_id>&propertyName=PARENT_SVC_COMPONENT_ID
The following XML was returned in the response:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Properties>
<property>
<id>90d9651a3684c7f0013684cafda80005</id>
<name>PARENT_SVC_COMPONENT_ID</name>
...
</property>
</Properties>
List active groups associated with an organization
Details
URI
/artifact/<organization_id>/group
Method
GET
Parameters
userIdentifier=<user_id>
Required; the user ID you want to use as credentials for this API call. See "Get
userIdentifier" on page 88 for the steps required to get the userIdentifier value.
Returns
200 - Ok
401 - Not authorized
404 - Object not found
500 - Server exception
Example
The following URL was sent:
https://<host>:<port>/csa/rest/artifact/8a81818f3d02fb7e013d0308891d0003/group?u
serIdentifier=90d96588360da0c701360da0f1d5f483
The following XML was returned:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<GroupList>
<count>1</count>
<limit>1</limit>
<group>
<id>8a81818f3d02fb7e013d030af854000f</id>
HP Cloud Service Automation (4.00) Page 22 of 141
APIReference
Contents