Outofrangeviolationssummary, Porthealthviolationssummary – Brocade Network Advisor REST API Guide (Supporting Network Advisor 12.3.0) User Manual

Page 178

Advertising
background image

164

Brocade Network Advisor REST API Guide

53-1003160-01

Summary data

A

<xs:enumeration value="FC_SWITH_PORT_HOST"/>

<xs:enumeration value="FC_SWITH_PORT_STORAGE"/>

<xs:enumeration value="FC_DEVICE_HOST"/>

<xs:enumeration value="FC_DEVICE_STORAGE"/>

<xs:enumeration value="IPPORT"/>

<xs:enumeration value="FC_SWITH_PORT_UNOCCUPIED"/>

<xs:enumeration value="UNKNOWN"/>

</xs:restriction>

</xs:simpleType>

<xs:complexType name="ViolationsPort">

<xs:sequence>

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

</xs:sequence>

</xs:complexType>

OutOfRangeViolationsSummary

<xs:complexType name="OutOfRangeViolationsSummary">

<xs:sequence>

<xs:element name="outOfRangeViolationsCounters" type="tns:OutOfRangeViolationsCounter"

maxOccurs="unbounded"/>

</xs:sequence>

</xs:complexType>

<xs:complexType name="OutOfRangeViolationsCounter">

<xs:sequence>

<xs:element name="category" type="tns:ViolationsCategory"/>

<xs:element name="violationsCount" type="xs:int" default="0"/>

<xs:element name="networkObjectCount" type="xs:int" default="0"/>

</xs:sequence>

</xs:complexType>

<xs:simpleType name="ViolationsCategory">

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

<xs:enumeration value="UNKNOWN"/>

<xs:enumeration value="PORT_HEALTH"/>

<xs:enumeration value="TRAF_PERF"/>

<xs:enumeration value="FCIP_HEALTH"/>

<xs:enumeration value="FABRIC_HEALTH"/>

<xs:enumeration value="SW_RESOURCES"/>

<xs:enumeration value="SW_POLICY_STATUS"/>

<xs:enumeration value="FRU_HEALTH"/>

<xs:enumeration value="SEC_VIOLATIONS"/>

<xs:enumeration value="VM_VIOLATIONS"/>

</xs:restriction>

</xs:simpleType>

PortHealthViolationsSummary

<xs:complexType name="PortHealthViolationsSummary">

<xs:sequence>

<xs:element name="portHealthViolationsCounters"

type="tns:RESTAdaptedMapsPortHealthViolationsMap"/>

</xs:sequence>

</xs:complexType>

<xs:complexType name="RESTAdaptedMapsPortHealthViolationsMap">

Advertising