(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
158 Brocade Network Advisor REST API Guide
53-1003160-01
SAN fabric discovery
A
<xs:restriction base="xs:int">
<xs:enumeration value="HMAC_MDS"/>
<xs:enumeration value="HMAC_SHA"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="PrivacyProtocolType">
<xs:restriction base="xs:int">
<xs:enumeration value="CBC_DES"/>
<xs:enumeration value="CFB_AES_128"/>
</xs:restriction>
</xs:simpleType>
FlowDefinitionsResponse
<xs:complexType name="FlowDefinitionsResponse">
<xs:sequence>
<xs:element name="flowDefinitions" type="ns1:FlowDefinition" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="FlowDefinition">
<xs:sequence>
<xs:element name="key" type="xs:string"/> '
<xs:element name="name" type="xs:string"/>
<xs:element name="switchWwn" type="xs:string"/>
<xs:element name="srcDevicePorts" type="xs:string" maxOccurs="unbounded"/>
<xs:element name="destDevicePorts" type="xs:string" maxOccurs="unbounded"/>
<xs:element name="srcSwitchPort" type="xs:string"/>
<xs:element name="destSwitchPort" type="xs:string"/>
<xs:element name="bidirectional" type="xs:boolean" default="false"/>
<xs:element name="srcFabricId" type="xs:string" minOccurs="0"/>
<xs:element name="destFabricId" type="xs:string" minOccurs="0"/>
<xs:element name="lunIds" type="xs:int" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="optionType" type="tns:FlowOptionType" default="INACTIVE"/>
<xs:element name="scsicmd" type="xs:string" minOccurs="0"/>
<xs:element name="frameOffset" type="xs:string" minOccurs="0"/>
<xs:element name="frameSize" type="xs:int" minOccurs="0"/>
<xs:element name="framePattern" type="xs:string" minOccurs="0"/>
<xs:element name="monitorFeatureState" type="tns:FlowFeatureState" default="DESELECTED"
minOccurs="0"/>
<xs:element name="generatorFeatureState" type="tns:FlowFeatureState" default="DESELECTED"
minOccurs="0"/>
<xs:element name="mirrorFeatureState" type="tns:FlowFeatureState" default="DESELECTED"
minOccurs="0"/>
<xs:element name="preDefined" type="xs:boolean" default="false" minOccurs="0"/>
<xs:element name="mirrorPort" type="xs:string" minOccurs="0"/>
</xs:sequence>
<xs:simpleType name="FlowOptionType">
<xs:restriction base="xs:string">
<xs:enumeration value="INACTIVE"/> ' flow definition not activated.
<xs:enumeration value="NO_CONFIG"/> ' Configuration not persisted on reboots
<xs:enumeration value="NO_ZONE_CHECK"/> ' Ignore zones in case of generator flow
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="FlowFeatureState">
<xs:restriction base="xs:string">
<xs:enumeration value="DESELECTED"/>