CLI Reference Guide
URI
/organization/<organization_id>
"View a list of organizations" on page 94 to get the organization ID.
Returns
200 - Ok
401 - Not authorized
404 - Not found
500 - Server exception
Example
The following URL was sent:
https://localhost:8444/csa/rest/organization/8a8181853810699a0138106dcdd00003/
?userIdentifier=8a8181853810699a01381076be5400a0
The following XML was returned:
<Organization>
<id>8a8181853810699a0138106dcdd00003</id>
<objectId>8a8181853810699a0138106dcdd00003</objectId>
<createdOn>2012-06-21T12:03:47.920-07:00</createdOn>
<updatedOn>2012-06-21T12:04:10.597-07:00</updatedOn>
<isCriticalSystemObject>false</isCriticalSystemObject>
<description>desc - CSA organization</description>
<iconUrl>/csa/images/library/Earth_48.png</iconUrl>
<name>CSA</name>
<displayName>CSA</displayName>
<state>
<id>90d96588360da0c701360da0ef470038</id>
<objectId>90d96588360da0c701360da0ef470038</objectId>
<createdOn>2012-06-21T11:51:43.267-07:00</createdOn>
<isCriticalSystemObject>true</isCriticalSystemObject>
<description>Active</description>
<iconUrl>/csa/images/categories/artifact_state/active.png</iconUrl>
<name>ACTIVE</name>
<displayName>Active</displayName>
<disabled>false</disabled>
<categoryType>
<id>90d96588360da0c701360da0ef420037</id>
<objectId>90d96588360da0c701360da0ef420037</objectId>
<isCriticalSystemObject>true</isCriticalSystemObject>
<name>ARTIFACT_STATE</name>
<displayName>Artifact State</displayName>
<extensible>false</extensible>
</categoryType>
</state>
<artifactType>
<id>90d96588360da0c701360da0eefc002a</id>
<objectId>90d96588360da0c701360da0eefc002a</objectId>
<createdOn>2012-06-21T11:51:43.253-07:00</createdOn>
HP Cloud Service Automation (4.00) Page 98 of 141
APIReference
Contents