Physicalswitchesresponse – Brocade Network Advisor REST API Guide (Supporting Network Advisor 12.3.0) User Manual
Page 163

Brocade Network Advisor REST API Guide
149
53-1003160-01
Topology
A
<xs:enumeration value="SUBORDINATE"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="OperStatusType">
<xs:restriction base="xs:string">
<xs:enumeration value="UNKNOWN"/>
<xs:enumeration value="HEALTHY"/>
<xs:enumeration value="DOWN"/>
<xs:enumeration value="NOT_REACHABLE"/>
<xs:enumeration value="MARGINAL"/>
<xs:enumeration value="CRITICAL"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="StateType">
<xs:restriction base="xs:string">
<xs:enumeration value="UNKNOWN"/>
<xs:enumeration value="ONLINE"/>
<xs:enumeration value="OFFLINE"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="FcSwitchesResponse">
<xs:sequence>
<xs:element name="fcSwitches" type="ns1:FcSwitch" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
PhysicalSwitchesResponse
<xs:complexType name="PhysicalSwitch">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="wwn" type="xs:string"/>
<xs:element name="ipAddress" type="xs:string"/>
<xs:element name="userId" type="xs:string"/>
<xs:element name="firmwareVersion" type="xs:string"/>
<xs:element name="vendor" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="supplierSerialNumber" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="partNumber" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="modelNumber" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="manufacturer" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="switchSerialNumber" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="vendorVersion" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="vendorPartNumber" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="snmpInformsEnabled" type="xs:boolean" nillable="true" minOccurs="0"/>
<xs:element name="contact" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="location" type="xs:string" nillable="true" minOccurs="0"/>
<xs:element name="description" type="xs:string" nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PhysicalSwitchesResponse">
<xs:sequence>
<xs:element name="physicalSwitches" type="ns1:PhysicalSwitch" minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>