(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 85
53-1003160-01
Summary data
5
Network object count summary
Retrieves network object count summary data. The returned summary is
NetworkObjectCountSummary.
GET URIs
Path parameters
Example
The following is an example of returned summary data in the JSON format:
{"summary":
{"fabricCount":4,
"switchCount":23,
"hostCount":0,
"ipDeviceCount":1,
"ethernetFabricCount":0},
"summaryName":"NetworkObjectCountSummary",
"timeLine":null,
"timeScope":null,
"limit":null,
"portScope":null,
"descending":null}
This example shows that there are four fabrics and 23 switches in the network.
URI Description
<BASE_URI>/resourcegroups/rgkey/networkobjectcount
summary
Retrieves network object count summary data for the
specified resource group.
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/net
workobjectcountsummary
Retrieves network object count summary data for the
specified FC fabric.
Name Description
rgkey Resource group identifier.
fcfkey FC fabric identifier.