(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

86 Brocade Network Advisor REST API Guide
53-1003160-01
Summary data
5
Events summary
Specifies the count of events of a particular type for a particular severity. The returned summary is
EventsSummary.
GET URIs
Path parameters
Example
The following is an example of returned summary data in the JSON format:
{"summary":
"eventsSeverityCounter":
{"emergencyCount":{"trapCount":0,"inmEventCount":0,"securityCount":0,"syslogCount":0},
"alertCount":{"trapCount":0,"inmEventCount":0,"securityCount":0,"syslogCount":0},
"criticalCount":{"trapCount":0,"inmEventCount":0,"securityCount":0,"syslogCount":0},
"errorCount":{"trapCount":0,"inmEventCount":96,"securityCount":0,"syslogCount":0},
"warningCount":{"trapCount":0,"inmEventCount":1,"securityCount":0,"syslogCount":0},
"noticeCount":{"trapCount":0,"inmEventCount":0,"securityCount":0,"syslogCount":0},
"infoCount":{"trapCount":0,"inmEventCount":4,"securityCount":0,"syslogCount":16},
"debugCount":{"trapCount":0,"inmEventCount":0,"securityCount":0,"syslogCount":0}}},
"summaryName":"EventsSummary",
"timeLine":null,
"timeScope":"ThirtyMinutes",
"limit":null,
"portScope":null,
"descending":null}
This example indicates that there is one INM event at the WARNING level and 16 syslog events at
the INFO level.
URI Description
<BASE_URI>/resourcegroups/rgkey/eventssummary?tim
escope=<value>
Retrieves event count summary data for the specified
resource group.
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/eve
ntssummary?timescope=<value>
Retrieves event count summary data for the specified
FC fabric.
<BASE_URI>/resourcegroups/rgkey/fcswitches/fcskey/e
ventssummary?timescope=<value>
Retrieves event count summary data for the specified
FC switch.
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/fcs
witches/fcskey/eventssummary?timescope=<value>
Retrieves event count summary data for the specified
FC switch of the specified FC fabric.
Name Description
rgkey Resource group identifier.
fcfkey FC fabric identifier.
fcskey FC switch identifier.