(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

66 Brocade Network Advisor REST API Guide
53-1003160-01
Topology
5
End-device ports
Retrieves information about end-device ports.
GET URIs
Path parameters
Response parameters
URI Description
<BASE_URI>/resourcegroups/rgkey/fcports/fcpkey/end
deviceports
Returns the details of the end-device ports connected
to the port specified by fcpkey.
<BASE_URI>/resourcegroups/rgkey/fcswitches/fcskey/f
cports/fcpkey/enddeviceports
Returns a list of end-device ports for the given FC port
of the given FC switch.
<BASE_URI>/resourcegroups/rgkey/accessgateways/ag
key/fcports/fcpkey/enddeviceports
Returns a list of end-device ports for the given FC port
of the given access gateway.
<BASE_URI>/resourcegroups/rgkey/fcfabrics/fcfkey/fcs
witches/fcskey/fcports/fcpkey/enddeviceports
Returns a list of end-device ports for the given FC port
of the given FC switch in the specified fabric.
Name Description
rgkey Resource group identifier.
fcpkey FC fabric port identifier.
fcfkey FC fabric identifier.
fcskey FC switch identifier.
Property Description
key The unique identifier for the port, which is the WWN.
domainId The domain ID of the switch to which this device port is connected.
wwn The device port WWN.
deviceNodeWwn The WWN of the node of this device port.
switchPortWwn The switch port WWN to which this device port is physically connected.
number The port number of this device port.
portId The port ID.
type The port type.
symbolicName The port symbolic name.
fc4Type The port fc4type.
cos The port class of service.
hardwareAddress The hardware address.
npvPhysical Indicates if this is a physical device port or a logical NPIV port.