(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

Brocade Network Advisor REST API Guide 81
53-1003160-01
Summary data
5
Status summary
Retrieves status summary data for all the discovered products.
The returned summary is StatusSummary. This contains a list of entries, one for each status. Each
entry shows the number of products for that particular status.
GET URIs
Path parameters
Example
The following is an example of returned summary data in the JSON format, showing the following
information:
• 10 products in healthy status.
• 2 products are down.
• 11 products in marginal status.
{"summary":
{"statusCounts":
{"HEALTHY":10,
"DOWN":2,
"MARGINAL":11}},
"summaryName":"StatusSummary",
"timeLine":null,
"timeScope":null,
"limit":null,
"portScope":null,
"descending":null}
URI Description
<BASE_URI>/resourcegroups/rgkey/statussummary Retrieves status summary data for the specified
resource group.
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/sta
tussummary
Retrieves status summary data for the specified FC
fabric.
Name Description
rgkey Resource group identifier.
fcfkey FC fabric identifier.