CLI Reference Guide
Utilization API 137
Values for the detail parameter 139
Values for the scope parameter 139
We appreciate your feedback! 140
HP CSA 4.x API Reference Introduction
The APIs for HP Cloud Service Automation use a REST interface. See
http://en.wikipedia.org/wiki/Representational_state_transfer for general REST information. This
documentation assumes that you know how to use REST interfaces.
Caution: This document includes information only on the RESTAPIs provided in CSA 3.x.
Information on additional RESTAPIs that are documented and can be accessed through
interactive content can be found in the HP CSA Cloud Service Automation API Quick Start.
The base URL for a CSA REST API is https://<host:port>/csa/rest, which is appended with the
specific URI for the API call. For example, to access the <example> API, you would use the URL:
https://<host:port>/csa/rest/<example>.
Because XML content passed into or returned by CSA REST API calls can be lengthy, example
XML content presented in this document will often be abbreviated to inlcude just the more pertinent
XML content.
Note: Special or localized characters used in the URL of REST API calls must be encoded
before they are sent to the server.
Tip: You should only include one value for a Boolean property and the value must be either true
or false.
Artifact API
Description
Use this API to view, create, and modify CSA artifacts.
Base URL
https://<host>:<port>/csa/rest
URIs
The following URIs are appended to the base URL:
HP Cloud Service Automation (4.00)Page 9 of 141
APIReference
Contents