Fcfabricsresponse, Fcswitchesresponse – Brocade Network Advisor REST API Guide (Supporting Network Advisor 12.3.0) User Manual

Page 162

Advertising
background image

148

Brocade Network Advisor REST API Guide

53-1003160-01

Topology

A

FcFabricsResponse

<xs:<xs:complexType name="FcFabric">

<xs:sequence>

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

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

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

<xs:element name="secure" type="xs:boolean" nillable="true" minOccurs="0"/>

<xs:element name="adEnvironment" 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:element name="principalSwitchWwn" type="xs:string"/>

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

<xs:element name="virtualFabricId" type="xs:short" nillable="true" minOccurs="0"/>

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

</xs:sequence>

</xs:complexType>

<xs:<xs:complexType name="FcFabricsResponse">

<xs:sequence>

<xs:element name="fcFabrics" type="ns1:FcFabric" minOccurs="0" maxOccurs="unbounded"/>

</xs:sequence>

</xs:complexType>

FcSwitchesResponse

<xs:complexType name="FcSwitch">

<xs:sequence>

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

<xs:element name="type" type="xs:short"/>

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

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

<xs:element name="virtualFabricId" type="xs:short" nillable="true" minOccurs="0"/>

<xs:element name="domainId" type="xs:short"/>

<xs:element name="baseSwitch" type="xs:boolean" nillable="true" minOccurs="0"/>

<xs:element name="role" type="tns:RoleType" nillable="true" minOccurs="0"/>

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

<xs:element name="adCapable" type="xs:boolean" nillable="true" minOccurs="0"/>

<xs:element name="operationalStatus" type="tns:OperStatusType" nillable="true"

minOccurs="0"/>

<xs:element name="state" type="tns:StateType" nillable="true" minOccurs="0"/>

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

<xs:element name="lfEnabled" type="xs:boolean" nillable="true" minOccurs="0"/>

<xs:element name="defaultLogicalSwitch" type="xs:boolean" nillable="true" minOccurs="0"/>

<xs:element name="fmsMode" type="xs:boolean" nillable="true" minOccurs="0"/>

<xs:element name="dynamicLoadSharingCapable" type="xs:boolean" nillable="true"

minOccurs="0"/>

<xs:element name="portBasedRoutingPresent" type="xs:boolean" nillable="true" minOccurs="0"/>

<xs:element name="inOrderDeliveryCapable" type="xs:boolean" nillable="true" minOccurs="0"/>

<xs:element name="persistentDidEnabled" type="xs:boolean" nillable="true" minOccurs="0"/>

<xs:element name="autoSnmpEnabled" type="xs:boolean" nillable="true" minOccurs="0"/>

</xs:sequence>

</xs:complexType>

<xs:simpleType name="RoleType">

<xs:restriction base="xs:string">

<xs:enumeration value="UNKNOWN"/>

<xs:enumeration value="PRINCIPAL"/>

Advertising