API Guide

Table Of Contents
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
Responses
HTTP
Code
Description Schema
200 The stats for the given vvol monitor Monitors
Example HTTP response
Response 200
{
Ê "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.27. Permissions
3.27.1. Returns the Role-Based Authentication configuration
GET /permissions/
Parameters
101