(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 73
53-1003160-01
Topology
5
Access Gateway connection
Retrieves information about access gateway connections (connections between an access
gateway and an FC switch).
GET URIs
Path parameters
Response parameters
Notes
• The response schema is AgConnectionsResponse.
URI Description
<BASE_URI>/resourcegroups/All/agconnections Retrieves a list of the access gateway connections for
all of the resource groups.
<BASE_URI>/resourcegroups/All/accessgateways/agkey
/agconnections
Retrieves a list of the access gateway connections for
the given access gateway.
Name Description
agkey Access gateway identifier.
Property Description
key The unique identifier, which is formed as
sourceSwitchWwn;sourcePortWwn;destinationSwitchWwn;destinationPortWwn.
sourceSwitchWwn The source switch WWN.
sourcePortWwn The source switch port WWN.
sourceUserPortNumber The source switch port user port number.
sourcePortType The source switch port type.
destinationSwitchWwn The destination switch WWN.
destinationPortWwn The destination switch port WWN.
destinationUserPortNumber The destination switch port user port number.
destinationPortType The destination switch port type.