API Guide

Table Of Contents
{
Ê "average_period" : 6.027456183070403,
Ê "bucket_min" : 5.962133916683182,
Ê "period" : 0.8008281904610115,
Ê "firmware_id" : 9.301444243932576,
Ê "collecting_data" : true,
Ê "targets" : [ "targets", "targets" ],
Ê "version" : "version",
Ê "idle_for" : 1.4658129805029452,
Ê "bucket_count" : 7.061401241503109,
Ê "bucket_max" : 5.637376656633329,
Ê "ownership" : true,
Ê "name" : "name",
Ê "bucket_width" : 2.3021358869347655,
Ê "statistics" : "{}",
Ê "timestamp" : "timestamp"
}
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}
100