(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

74 Brocade Network Advisor REST API Guide
53-1003160-01
Topology
5
End devices
Retrieves information about end devices. These are initiators and targets discovered during fabric
discovery.
GET URIs
Path parameters
Response parameters
URI Description
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/en
ddevices
Returns a list of end devices for the given FC fabric.
<BASE_URI>/resourcegroups/rgkey/accessgateways/ag
key/enddevices
Returns a list of end devices for 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 the WWN.
wwn The WWN of the device.
type The possible values are Initiator, Target, Initiator+Target, Unknown (Initiator or Target).
deviceType The type of device. Refer to DeviceType.
symbolicName The symbolic name.
fdmiHostName The FDMI host name.
vendor The vendor of this device.
capability The capability.
proxyDevice Indicates if this is a proxy device. If one of the device ports of this device has a
translated domain, that device port is set as the proxy and this device is treated as
virtual.
name The name of the device as defined by the user.
ipAddress The IP address of the device as defined by the user.
contact The contact detail of the device as defined by the user.
location The physical location of the device as defined by the user.
description The description of the device as defined by user.
fabricWwn The WWN of the fabric to which this device belongs.
fdmiSerialNumber The serial number available via FDMI.
fdmiFirmwareVersion The firmware version available via FDMI.