beautypg.com

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

Page 122

background image

108

Brocade Network Advisor REST API Guide

53-1003160-01

Summary data

5

/resourcegroups/rgkey/fcfabrics/fcfkey/distributionsystemuptime?timeline=×cope=lue>
/resourcegroups/rgkey/fcfabrics/fcfkey/fcswitches/fcskey/distributionsystemuptime?timeline=e>×cope=
/resourcegroups/rgkey/fcswitches/fcskey/distributionsystemuptime?timeline=×cope=<
value>
/resourcegroups/rgkey/distributionportsnotinuse?timeline=×cope=
/resourcegroups/rgkey/fcfabrics/fcfkey/distributionportsnotinuse?timeline=×cope=lue>
/resourcegroups/rgkey/fcfabrics/fcfkey/fcswitches/fcskey/distributionportsnotinuse?timeline=e>×cope=
/resourcegroups/rgkey/fcswitches/fcskey/distributionportsnotinuse?timeline=×cope=<
value>
/resourcegroups/rgkey/distributionpingpktlosspercentage?timeline=×cope=
/resourcegroups/rgkey/fcfabrics/fcfkey/distributionpingpktlosspercentage?timeline=×c
ope=
/resourcegroups/rgkey/fcfabrics/fcfkey/fcswitches/fcskey/distributionpingpktlosspercentage?timelin
e=×cope=
/resourcegroups/rgkey/fcswitches/fcskey/distributionpingpktlosspercentage?timeline=&time
scope=

Distribution product summary notes

The returned summary is MonitorDistributionData. This contains the minimum and maximum
values of the measure in the specified duration.

The distribution count is a five-element array representing five buckets for the range of the
values, with each integer in the array indicating the number of products in that bucket of
measure.

Distribution product summary example

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

{"summary":{

"distributionCount":[1,0,2,2,0],

"maxvalue":35.111,

"minvalue":23.333,

"startTimeinSec":1396910316,

"endTimeinSec":1396912116},

"summaryName":"MonitorDistributionData",

"timeLine":-1,

"timeScope":"ThirtyMinutes",

"limit":null,

"portScope":null,

"descending":null}

This response means that within the range 35.1 to 23.3, there are five buckets of temperature,
the first bucket representing the maximum. In addition, there is one product with the temperature
in the first bucket, two products with the temperature in third bucket, and two products with
temperature in the fourth bucket.