CLI Reference Guide

Details
URI
/orgInformation/<organization name>
Method
GET
Returns
200 - Ok
404 - Not found
500 - Server exception
Example
The following URL was sent:
https://<host>:<port>/csa/rest/orgInformation/my_organization
The following XML was returned in the response:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Organization>
<isCriticalSystemObject>false</isCriticalSystemObject>
<description>My Organization</description>
<name>my_organization</name>
<disabled>false</disabled>
</Organization>
Processinstances API
Description
The Processinstance API is used to return execution results from HP Operations Orchestration
flows. When HP Operations Orchestration makes one of these REST calls, the process instance
properties are updated accordingly. When the process completes, the process notification handler
passes these properties to the caller.
Base URL
https://<host>:<port>/csa/rest
URIs
The following URIs are appended to the base URL:
HP Cloud Service Automation (4.00)Page 111 of 141
APIReference
Contents