List Performance Threshold Result

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

L I S T P E R F O R M A N C E T H R E S H O L D R E S U LT (INDEX.

HTML)
REST (rest.html) Data Model (model.html)

Home (index.html) > Data Model (model.html) > performance (performance.html) >

listPerformanceThresholdResult element (el_performance_listPerformanceThresholdResult.html)

listPerformanceThresholdResult element
Type: ListPerformanceThresholdType (performance_ListPerformanceThresholdType.html)
Namespace: h p://www.emc.com/em/2012/07/univmax/restapi/performance
XML Schema: performance.xsd (performance.xsd)

Java class for ListPerformanceThresholdType complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="ListPerformanceThresholdType">
<complexContent>
<extension base="{http://www.emc.com/em/2012/07/univmax/restapi/common}GenericResultImplTy
<sequence>
<element name="category" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="num_of_metric_performance_thresholds" type="{http://www.w3.org/2001/XMLSche
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="performanceThreshold" type="{http://www.emc.com/em/2012/07/univmax/restapi/
</sequence>
</sequence>
</extension>
</complexContent>
</complexType>

Example XML
<?xml version="1.0" encoding="UTF-8"?>
<listPerformanceThresholdResult xmlns="http://www.emc.com/em/2012/07/univmax/restapi/performance">
<common:success xmlns:common="http://www.emc.com/em/2012/07/univmax/restapi/common">...</common:succes
<common:message xmlns:common="http://www.emc.com/em/2012/07/univmax/restapi/common">...</common:mess
<category>...</category>
<num_of_metric_performance_thresholds>...</num_of_metric_performance_thresholds>
<performanceThreshold>
<metric>...</metric>
<kpi>...</kpi>
<custom>...</custom>
<alertError>...</alertError> /
<firstThreshold>...</firstThreshold>
<alertWarning>...</alertWarning>
<firstThresholdOccurrrences>...</firstThresholdOccurrrences>
<firstThresholdSamples>...</firstThresholdSamples>
<firstThresholdSeverity>...</firstThresholdSeverity>

Example JSON
{
"category" : "...",
"num_of_metric_performance_thresholds" : ...,
"performanceThreshold" : [ {
"metric" : "...",
"kpi" : false,
"custom" : false,
"alertError" : false,
"firstThreshold" : ...,
"alertWarning" : false,
"firstThresholdOccurrrences" : ...,
"firstThresholdSamples" : ...,
"firstThresholdSeverity" : "...",
"secondThreshold" : ...,
"secondThresholdOccurrrences" : ...,
"secondThresholdSamples" : ...,
"secondThresholdSeverity" : "..."

Copyright © 2020 EMC Corpora on. All rights reserved. Published in the USA.
Generated by Enunciate (h p://enunciate.codehaus.org).

You might also like