(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 69
53-1003160-01
Topology
5
ISL Connections
Retrieves information about inter-switch links (ISL) connections. These are connections between
switches within a fabric.
GET URIs
Path parameters
Response parameters
Notes
• The response schema is IslResponse.
URI Description
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/isls Returns list of ISL connections for the given FC fabric.
Name Description
rgkey Resource group identifier.
fcfkey FC fabric identifier.
Property Description
key The unique identifier for the ISL, which is formed as
sourceSwitchWwn;sourcePortWwn;destSwitchWwn;destPortWwn.
fabricWwn The WWN of the fabric to which this ISL belongs.
sourceSwitchWwn The source switch WWN.
sourcePortWwn The source switch port WWN.
destSwitchWwn The destination switch WWN.
destSwitchPortWwn The destination switch port WWN.
cost The cost of the ISL link.
trunked Indicates whether ISL link is part of a trunk.