Iflsresponse, Enddeviceconnectionsresponse – Brocade Network Advisor REST API Guide (Supporting Network Advisor 12.3.0) User Manual

Page 168

Advertising
background image

154

Brocade Network Advisor REST API Guide

53-1003160-01

Topology

A

</xs:complexType>

<xs:complexType name="IslsResponse">

<xs:sequence>

<xs:element name="isls" type="ns1:Isl" minOccurs="0" maxOccurs="unbounded"/>

</xs:sequence>

</xs:complexType>

IflsResponse

<xs:complexType name="Ifl">

<xs:complexContent>

<xs:extension base="ifl">

<xs:sequence>

<xs:element name="key" type="xs:string"/>

<xs:element name="edgeFabricName" type="xs:string"/>

<xs:element name="edgeSwitchName" type="xs:string"/>

<xs:element name="edgeSwitchIPAddress" type="xs:string"/>

<xs:element name="edgeSwitchWwn" type="xs:string"/>

<xs:element name="edgeSwitchPortWwn" type="xs:string"/>

<xs:element name="backboneFabricName" type="xs:string"/>

<xs:element name="backboneSwitchName" type="xs:string"/>

<xs:element name="backboneSwitchIPAddress" type="xs:string"/>

<xs:element name="backboneSwitchWwn" type="xs:string"/>

<xs:element name="backboneSwitchPortWwn" type="xs:string"/>

<xs:element name="trunkingEnabled" type="xs:boolean" nillable="true"/>

<xs:element name="speed" type="xs:int" nillable="true"/>

<xs:element name="speedConfigured" type="xs:int" nillable="true"/>

<xs:element name="longDistanceMode" type="xs:int" nillable="true"/>

<xs:element name="desiredDistance" type="xs:int" nillable="true"/>

<xs:element name="linkCost" type="xs:int" nillable="true"/>

</xs:sequence>

</xs:extension>

</xs:complexContent>

</xs:complexType>

<xs:complexType name="IflsResponse">

<xs:sequence>

<xs:element name="ifls" type="ns1:Ifl" minOccurs="0" maxOccurs="unbounded"/>

</xs:sequence>

</xs:complexType>

EndDeviceConnectionsResponse

<xs:complexType name="EndDeviceConnection">

<xs:sequence>

<xs:element name="key" type="xs:string"/>

<xs:element name="fabricWwn" type="xs:string"/>

<xs:element name="deviceWwn" type="xs:string"/>

<xs:element name="devicePortWwn" type="xs:string"/>

<xs:element name="switchWwn" type="xs:string" nillable="true" minOccurs="0"/>

<xs:element name="switchPortWwn" type="xs:string" nillable="true" minOccurs="0"/>

<xs:element name="agWwn" type="xs:string" nillable="true" minOccurs="0"/>

<xs:element name="agPortWwn" type="xs:string" nillable="true" minOccurs="0"/>

<xs:element name="logical" type="xs:boolean"/>

</xs:sequence>

</xs:complexType>

Advertising