You are on page 1of 2

7/29/2019 applicationLoadStats

A P P L I C AT I O N L O A D S TAT S (INDEX.HTML)
REST (rest.html) Data Model (model.html)

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

applica onLoadStats element (el_management_applica onLoadStats.html)

applicationLoadStats element
Type: Applica onLoadStatsType (management_Applica onLoadStatsType.html)
Namespace: h p://www.emc.com/em/2012/07/univmax/restapi/management
XML Schema: management.xsd (management.xsd)

Java class for Applica onLoadStatsType complex type.

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

<complexType name="ApplicationLoadStatsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="deviceCount" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="localSymmCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="remoteSymmCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element ref="{http://www.emc.com/em/2012/07/univmax/restapi/management}gatekeeperCount" m
</sequence>
</restriction>
</complexContent>
</complexType>

Example XML
<?xml version="1.0" encoding="UTF-8"?>
<applicationLoadStats xmlns="http://www.emc.com/em/2012/07/univmax/restapi/management">
<deviceCount>...</deviceCount>
<localSymmCount>...</localSymmCount>
<remoteSymmCount>...</remoteSymmCount>
<gatekeeperCount id="..." count="..." />
<gatekeeperCount id="..." count="...">
<!--...-->
</gatekeeperCount>
<!--...more "gatekeeperCount" elements...-->
</applicationLoadStats>
file:///home/umamaheswaran/Downloads/target/docs/el_management_applicationLoadStats.html 1/2
7/29/2019 applicationLoadStats

Example JSON
{
"deviceCount" : ...,
"localSymmCount" : ...,
"remoteSymmCount" : ...,
"gatekeeperCount" : [ {
"id" : "...",
"count" : ...
}, ... ]
}

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

file:///home/umamaheswaran/Downloads/target/docs/el_management_applicationLoadStats.html 2/2

You might also like