Serveralertsummary Element: Server Lert Ummary Index HTML
Serveralertsummary Element: Server Lert Ummary Index HTML
HTML)
REST (rest.html) Data Model (model.html)
Home (index.html) > Data Model (model.html) > system82 (system82.html) >
serverAlertSummary element
Type: ServerAlertSummaryType (system82_ServerAlertSummaryType.html)
Namespace: h p://www.emc.com/em/2012/07/univmax/restapi/82/system
XML Schema: system82.xsd (system82.xsd)
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServerAlertSummaryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="alert_count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="all_unacknowledged_count" type="{http://www.w3.org/2001/XMLSchema}int" minO
<element name="fatal_unacknowledged_count" type="{http://www.w3.org/2001/XMLSchema}int" mi
<element name="critical_unacknowledged_count" type="{http://www.w3.org/2001/XMLSchema}int"
<element name="warning_unacknowledged_count" type="{http://www.w3.org/2001/XMLSchema}int"
<element name="info_unacknowledged_count" type="{http://www.w3.org/2001/XMLSchema}int" min
<element name="minor_unacknowledged_count" type="{http://www.w3.org/2001/XMLSchema}int" mi
<element name="normal_unacknowledged_count" type="{http://www.w3.org/2001/XMLSchema}int" m
<element name="all_acknowledged_count" type="{http://www.w3.org/2001/XMLSchema}int" minOcc
<element name="fatal_acknowledged_count" type="{http://www.w3.org/2001/XMLSchema}int" minO
<element name="critical_acknowledged_count" type="{http://www.w3.org/2001/XMLSchema}int" m
<element name="warning_acknowledged_count" type="{http://www.w3.org/2001/XMLSchema}int" mi
<element name="info_acknowledged_count" type="{http://www.w3.org/2001/XMLSchema}int" minOc
<element name="minor_acknowledged_count" type="{http://www.w3.org/2001/XMLSchema}int" minO
<element name="normal_acknowledged_count" type="{http://www.w3.org/2001/XMLSchema}int" min
</sequence>
</restriction>
</complexContent>
</complexType>
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<serverAlertSummary xmlns="http://www.emc.com/em/2012/07/univmax/restapi/82/system">
<alert_count>...</alert_count>
<all_unacknowledged_count>...</all_unacknowledged_count>
<fatal_unacknowledged_count>...</fatal_unacknowledged_count>
<critical_unacknowledged_count>...</critical_unacknowledged_count>
<warning_unacknowledged_count>...</warning_unacknowledged_count>
<info_unacknowledged_count>...</info_unacknowledged_count>
<minor_unacknowledged_count>...</minor_unacknowledged_count>
<normal_unacknowledged_count>...</normal_unacknowledged_count>
<all_acknowledged_count>...</all_acknowledged_count>
<fatal_acknowledged_count>...</fatal_acknowledged_count>
<critical_acknowledged_count>...</critical_acknowledged_count>
<warning_acknowledged_count>...</warning_acknowledged_count>
<info_acknowledged_count>...</info_acknowledged_count>
<minor_acknowledged_count>...</minor_acknowledged_count>
<normal_acknowledged_count>...</normal_acknowledged_count>
Example JSON
{
"alert_count" : ...,
"all_unacknowledged_count" : ...,
"fatal_unacknowledged_count" : ...,
"critical_unacknowledged_count" : ...,
"warning_unacknowledged_count" : ...,
"info_unacknowledged_count" : ...,
"minor_unacknowledged_count" : ...,
"normal_unacknowledged_count" : ...,
"all_acknowledged_count" : ...,
"fatal_acknowledged_count" : ...,
"critical_acknowledged_count" : ...,
"warning_acknowledged_count" : ...,
"info_acknowledged_count" : ...,
"minor_acknowledged_count" : ...,
"normal_acknowledged_count" : ...
}
Copyright © 2021 EMC Corpora on. All rights reserved. Published in the USA.
Generated by Enunciate (h p://enunciate.codehaus.org).