Initiatortargetsrequest, Historical performance data, Performancedataresponse – Brocade Network Advisor REST API Guide (Supporting Network Advisor 12.3.0) User Manual
Page 188

174
Brocade Network Advisor REST API Guide
53-1003160-01
Historical performance data
A
<xs:element name="zoneAliases" type="ns1:ZoneAlias" maxOccurs="unbounded"/>
<xs:element name="zoneSets" type="ns1:ZoneSet" maxOccurs="unbounded"/>
<xs:element name="edgeFabricWwns" type="xs:string" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="UpdateAction">
<xs:restriction base="xs:string">
<xs:enumeration value="NONE"/>
<xs:enumeration value="ADD"/>
<xs:enumeration value="REMOVE"/>
</xs:restriction>
</xs:simpleType>
InitiatorTargetsRequest
<xs:complexType name="InitiatorTargetsRequest">
<xs:sequence>
<xs:element name="lsanZoning" type="xs:boolean" default="false"/> ' case sensitive, use either
true or false
<xs:element name="zoneNamePrefix" type="xs:string" minOccurs="0"/>
<xs:element name="initiator" type="xs:string"/>
<xs:element name="targets" type="xs:string" maxOccurs="unbounded"/>
<xs:element name="activate" type="xs:boolean" default="false"/> ' case sensitive, use either
true or false
<xs:element name="edgeFabricWwns" type="xs:string" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
Historical performance data
PerformanceDataResponse
<xs:complexType name="PerformanceDataResponse">
<xs:sequence>
<xs:element name="performanceDatas" type="ns1:PerformanceData" maxOccurs="unbounded"/>
<xs:element name="granularity" type="ns1:TimeSeriesGranularity" minOccurs="0"/>
<xs:element name="duration" type="xs:long" nillable="true" minOccurs="0"/>
<xs:element name="startDate" type="xs:long" nillable="true" minOccurs="0"/>
<xs:element name="endDate" type="xs:long" nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PerformanceData">
<xs:sequence>
<xs:element name="targetKey" type="xs:string"/>
<xs:element name="targetType" type="tns:TargetType"/>
<xs:element name="timeSeriesDatas" type="tns:TimeSeriesData" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TimeSeriesData">
<xs:sequence>
<xs:element name="timeInSeconds" type="xs:int"/>
<xs:element name="value" type="xs:double"/>