(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 141
53-1003160-01
Historical performance data
5
Limitations
• There is an imposed limit of 100 flows. The number of flows within the chosen switch must not
exceed 100.
• For GRANULARITY_MINIMUM, the duration or the start-to-end date range cannot exceed 1
day.
• For GRANULARITY_30MIN, the duration or the start-to-end date range cannot exceed 5 days.
• For GRANULARITY_2HOUR, the duration or the start-to-end date range cannot exceed 20
days.
• For GRANULARITY_1DAY, the duration or the start-to-end date range cannot exceed 200 days.
The following URIs are applicable for traffic flows only. They are supported at the context of a
specific switch.
URIs for SCSI measures
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/fcswitches/fcskey/timeseriesscsireadframecount?granularity
=<value>&startdate=<value>&enddate=<value>&duration=<value>
<BASE_URI>/resourcegroups/rgkey/fcswitches/fcskey/timeseriesscsireadframecount?granularity=<value>&start
date=<value>&enddate=<value>&duration=<value>
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/fcswitches/fcskey/timeseriesscsiwriteframecount?granularit
y=<value>&startdate=<value>&enddate=<value>&duration=<value>
SCSI Read Data (bytes) SCSI timeseriesscsireaddata
SCSI Write Data (bytes) SCSI timeseriesscsiwritedata
SCSI Read Data Rate (mbps) SCSI timeseriesscsireaddatarate
SCSI Write Data Rate (mbps) SCSI timeseriesscsiwritedatarate
Transmit Frame Count (frames) Frame timeseriestxframecount
Receive Frame Count (frames) Frame timeseriesrxframecount
Transmit Frame Rate (f/s) Frame timeseriestxframerate
Receive Frame Rate (f/s) Frame timeseriesrxframerate
Transmit Word Count (bytes) Frame timeseriestxwordcount
Receive Word Count (bytes) Frame timeseriesrxwordcount
Transmit Throughput (mbps) Frame timeseriestxthroughput
Receive Throughput (mbps) Frame timeseriesrxthroughput
Average Transmit Frame Size (bytes) Frame timeseriesavgtxframesize
Average Receive Frame Size (bytes) Frame timeseriesavgrxframesize
Generator Transmit Frame Count (frames) Frame timeseriesgeneratortxframecount
Generator Receive Frame Count (frames) Frame timeseriesgeneratorrxframecount
Mirrored Frames Count (frames) Frame timeseriesmirroredframescount
Mirrored Transmit Frames (frames) Frame timeseriesmirroredtxframes
Mirrored Receive Frames (frames) Frame timeseriesmirroredrxframes
TABLE 11 Mapping of the traffic flow-related performance data URIs to the specific measures
Measure Type URI