(Supporting Network Advisor 12.3.0)
Table Of Contents
- Contents
- About This Document
- Overview of the Network Advisor REST API
- Getting Started
- Using the Brocade Network Advisor REST API
- Introduction
- Logging in and out
- Specifying content type
- Versioning (backward compatibility)
- Using the Topology API
- Using the SAN Fabric Discovery API
- Using the Traffic Flow API
- Using the Summary Data API
- Using the Events API
- Using the Zoning API
- Using the Historical Performance Data API
- Fibre Channel Routing
- Handling errors
- Use Cases
- API Reference
- Request and Response Schemas
- Topology
- SAN fabric discovery
- Summary data
- SummaryResponse
- StatusSummary
- AssetClassificationSummary
- NetworkObjectCountSummary
- EventsSummary
- BottleneckViolationsSummary
- OutOfRangeViolationsSummary
- PortHealthViolationsSummary
- VmViolationsSummary
- SummariesResponse
- PortsMonitorSummaryData
- MonitorDistributionData
- ProductsMonitorSummaryData
- FlowMonitorSummaryData
- Events
- Zoning
- Historical performance data
- Authentication and session management
106 Brocade Network Advisor REST API Guide
53-1003160-01
Summary data
5
<BASE_URI>/resourcegroups/rgkey/portsnotinuse?timeline=<value>×cope=<value>&limit=<value>&desce
nding=<value>
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/portsnotinuse?timeline=<value>×cope=<value>&limit
=<value>&descending=<value>
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/fcswitches/fcskey/portsnotinuse?timeline=<value>×co
pe=<value>&limit=<value>&descending=<value>
<BASE_URI>/resourcegroups/rgkey/fcswitches/fcskey/portsnotinuse?timeline=<value>×cope=<value>&lim
it=<value>&descending=<value>
<BASE_URI>/resourcegroups/rgkey/pingpktlosspercentage?timeline=<value>×cope=<value>&limit=<value
>&descending=<value>
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/pingpktlosspercentage?timeline=<value>×cope=<valu
e>&limit=<value>&descending=<value>
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/fcswitches/fcskey/pingpktlosspercentage?timeline=<value>
×cope=<value>&limit=<value>&descending=<value>
<BASE_URI>/resourcegroups/rgkey/fcswitches/fcskey/pingpktlosspercentage?timeline=<value>×cope=<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}