API Guide

Table Of Contents
HTTP
Code
Description Schema
200
A list of RPACluster objects
Headers :
X-Total-Count (integer) : The total number of entities in the result set
after filtering.
< RPACluster >
array
3.28.2. Returns a single RPACluster by name
GET /rpa_clusters/{rpa_cluster_name}
Parameters
Type Name Description Schema
Path
rpa_cluster_n
ame
required
The name of the RPA cluster string
Query
fields
optional
Select which fields are included in the response.
'name' is always included. See
FieldSelectionExpression for details.
string
(FieldSelectionExpre
ssion)
Responses
HTTP
Code
Description Schema
200 A single RPACluster RPACluster
Example HTTP response
Response 200
{
Ê "name" : "rpa_c1",
Ê "rp_health_indications" : [ ],
Ê "rp_health_status" : "ok"
}
3.29. Storage_array
3.29.1. Returns a list of StorageArrays
GET /clusters/{cluster_name}/storage_arrays
90