Brocade Network Advisor REST API Guide (Supporting Network Advisor 12.3.0) User Manual

Page 120

Advertising
background image

106

Brocade Network Advisor REST API Guide

53-1003160-01

Summary data

5

<BASE_URI>/resourcegroups/rgkey/portsnotinuse?timeline=<value>&timescope=<value>&limit=<value>&desce
nding=<value>
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/portsnotinuse?timeline=<value>&timescope=<value>&limit
=<value>&descending=<value>
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/fcswitches/fcskey/portsnotinuse?timeline=<value>&timesco
pe=<value>&limit=<value>&descending=<value>
<BASE_URI>/resourcegroups/rgkey/fcswitches/fcskey/portsnotinuse?timeline=<value>&timescope=<value>&lim
it=<value>&descending=<value>
<BASE_URI>/resourcegroups/rgkey/pingpktlosspercentage?timeline=<value>&timescope=<value>&limit=<value
>&descending=<value>
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/pingpktlosspercentage?timeline=<value>&timescope=<valu
e>&limit=<value>&descending=<value>
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/fcswitches/fcskey/pingpktlosspercentage?timeline=<value>
&timescope=<value>&limit=<value>&descending=<value>
<BASE_URI>/resourcegroups/rgkey/fcswitches/fcskey/pingpktlosspercentage?timeline=<value>&timescope=<va
lue>&limit=<value>&descending=<value>

Product summary notes

The returned summary is ProductsMonitorSummaryData. It contains a list of
ProductPerformanceData. Each entry in the list shows the value of the measure for a particular
product.

Product summary notes example

The following is an example of returned summary data in the JSON format for temperature:

{"summary":

{"summaryData":[

{"targetKey":"10:00:00:14:C9:E5:56:AB",

"targetType":"FC_SWITCH",

"value":35.111,

"minValue":29.0,

"maxValue":39.0},

{"targetKey":"10:00:00:05:33:A6:B6:17",

"targetType":"FC_SWITCH",

"value":35.0,

"minValue":35.0,

"maxValue":35.0},

{"targetKey":"10:00:00:27:F8:A7:A1:25",

"targetType":"FC_SWITCH",

"value":33.25,

"minValue":25.0,

"maxValue":43.0},

...

{"targetKey":"10:00:00:05:1E:DB:1E:1E",

"targetType":"FC_SWITCH",

"value":23.333,

"minValue":17.0,

"maxValue":32.0}]},

"summaryName":"ProductsMonitorSummaryData",

"timeLine":-1,

"timeScope":"ThirtyMinutes",

"limit":10,

"portScope":null,

"descending":true}

Advertising