(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

72 Brocade Network Advisor REST API Guide
53-1003160-01
Topology
5
EndDeviceConnection
Retrieves information about end-device connections (from switch to end device including those
from access gateway to end device).
GET URIs
Path parameters
Response parameters
Notes
• The response schema is EndDeviceConnectionResponse.
URI Description
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/en
ddeviceconnections
Returns a list of connections of end-device directly
connected to the given fabric.
<BASE_URI>/resourcegroups/rgkey/accessgateways/ag
key/enddeviceconnections
Returns a list of connections of end-device directly
connected to the given access gateway.
Name Description
rgkey Resource group identifier.
fcfkey FC fabric identifier.
agkey Access gateway identifier.
Property Description
key The unique identifier, which is formed as
switchWwn/agWwn;switchPortWwn/agPortWwn;deviceWwn;devicePortWwn.
fabricWwn The WWN of the fabric to which this connection belongs.
deviceWwn The WWN of the device at the end of this connection.
devicePortWwn The WWN of the device port at the end of this connection.
switchWwn The WWN of the switch at the end of this connection.
switchPortWwn The WWN of the switch port at the end of this connection.
agWwn The WWN of the AG at the end of this connection.
agPortWwn The WWN of the AG port at the end of this connection.
logical Indicates if this a logical connection.