API Guide

Table Of Contents
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Query
fields
optional
Select which fields are included in the response.
'name' is always included. See
FieldSelectionExpression for details.
string
(FieldSelectionExpre
ssion)
Query
limit
optional
<p>Maximum number of elements to include in
paginated results.<br> <b>'offset' must also be
specified.<b>
integer (int32)
Query
offset
optional
Index of the first element to include in paginated
results.<br> <b>'limit' must also be
specified.</b>
integer (int32)
Query
sort_by
optional
Specify the field priority order and direction for
sorting. See SortingOrderExpression for details.
string
(SortingOrderExpres
sion)
Responses
HTTP
Code
Description Schema
200
The list of names of all active monitors
Headers :
X-Total-Count (integer) : The total number of entities in the result set
after filtering.
< string > array
Example HTTP response
Response 200
[ "director-1-1-A_PERPETUAL_vplex_sys_perf_mon_v31", "director-1-1-
B_PERPETUAL_vplex_sys_perf_mon_v31" ]
3.26.2. Return performance stats for the given perf monitor.
GET /clusters/{cluster_name}/system_monitors/{name}
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Path
name
required
The name of a specific instance of the resource string
85