(Supporting Network Advisor 12.3.0)

Table Of Contents
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.