(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

70 Brocade Network Advisor REST API Guide
53-1003160-01
Topology
5
IFL connections
Returns information about inter-fabric links (IFL) connections (connections between fabrics in an
FCR setup).
GET URIs
Path parameters
Response parameters
URI Description
<BASE_URI>/resourcegroups/All/ifls Returns list of IFL connections for all resource groups.
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/ifls Returns list of IFL connections for the given backbone
FC fabric.
Name Description
rgkey Resource group identifier.
fcfkey FC fabric identifier.
Property Description
key The unique identifier for the IFL, which is formed as backboneSwitchWwn;
backboneSwitchPortWwn;edgeSwitchWwn;edgeSwitchPortWwn.
edgeFabricName The name of the edge fabric.
edgeSwitchName The name of the edge switch.
edgeSwitchIPAddress The IP address of the edge switch.
edgeSwitchWwn The edge switch WWN.
edgeSwitchPortWwn The edge switch port WWN.
backboneFabricName The name of the backbone fabric.
backboneSwitchName The name of the backbone switch.
backboneSwitchIPAddress The IP address of the backbone switch.
backboneSwitchWwn The backbone switch WWN.
backboneSwitchPortWwn The backbone switch port WWN.
trunkingEnabled Indicates whether IFL link is part of a trunk.
speed The speed of the IFL link.
speedConfigured The configured speed of the IFL link.
longDistanceMode The long distance mode setting.
desiredDistance The desired distance setting.
linkCost The cost of the IFL link.