API Guide

Table Of Contents
Type Name Description Schema
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 The stats for the given monitor Monitors
3.26.3. Return the list of names of active vvol monitors
GET /clusters/{cluster_name}/vvol_monitors
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Responses
HTTP
Code
Description Schema
200 The list of names of all active vvol monitors < string > array
Example HTTP response
Response 200
[ "director-1-1-A_VIRTUAL_VOLUMES_PERPETUAL_MONITOR", "director-1-1-
B_VIRTUAL_VOLUMES_PERPETUAL_MONITOR" ]
3.26.4. Return performance stats for the given vvol monitor.
GET /clusters/{cluster_name}/vvol_monitors/{name}
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
86