Trunksresponse, Islsresponse – Brocade Network Advisor REST API Guide (Supporting Network Advisor 12.3.0) User Manual
Page 167

Brocade Network Advisor REST API Guide
153
53-1003160-01
Topology
A
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="domainId" type="xs:int"/>
<xs:element name="wwn" type="xs:string"/>
<xs:element name="deviceNodeWwn" type="xs:string"/>
<xs:element name="switchPortWwn" type="xs:string" minOccurs="0"/>
<xs:element name="number" type="xs:short"/>
<xs:element name="portId" type="xs:string"/>
<xs:element name="type" type="xs:string"/>
<xs:element name="symbolicName" type="xs:string" minOccurs="0"/>
<xs:element name="fc4Type" type="xs:string" minOccurs="0"/>
<xs:element name="cos" type="xs:string" minOccurs="0"/>
<xs:element name="hardwareAddress" type="xs:string" minOccurs="0"/>
<xs:element name="npvPhysical" type="xs:boolean" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="EndDevicePortsResponse">
<xs:complexContent>
<xs:extension base="ns2:PaginatedResponse">
<xs:sequence>
<xs:element name="endDevicePorts" type="ns1:EndDevicePort" minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
TrunksResponse
<xs:complexType name="Trunk">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="switchWwn" type="xs:string"/>
<xs:element name="masterPortWwn" type="xs:string"/>
<xs:element name="memberPortWwns" type="xs:string" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TrunksResponse">
<xs:sequence>
<xs:element name="trunks" type="ns1:Trunk" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
IslsResponse
<xs:complexType name="Isl">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="fabricWwn" type="xs:string"/>
<xs:element name="sourceSwitchWwn" type="xs:string"/>
<xs:element name="sourcePortWwn" type="xs:string"/>
<xs:element name="destSwitchWwn" type="xs:string"/>
<xs:element name="destSwitchPortWwn" type="xs:string"/>
<xs:element name="cost" type="xs:int" nillable="true" minOccurs="0"/>
<xs:element name="trunked" type="xs:boolean" nillable="true" minOccurs="0"/>
</xs:sequence>