getResourceUtilizationData

Gets the resource utilization data for the given appliance.

Applies to Integration Appliances only.

Returns:
Appliance resource utilization data.

Examples:

The following code is an example of a SOAP request to get the Integration Appliance resource utilization data.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:sys="http://www.approuter.com/schemas/2008/1/system">
 <soapenv:Header>
  <sys:sessionId>9705D42CDA8D28BA04CEBAB3D9C44B5A</sys:sessionId>
 </soapenv:Header>
 <soapenv:Body>
  <sys:getResourceUtilizationData/>
 </soapenv:Body>
</soapenv:Envelope>
The following example is the SOAP response to the request.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
 <S:Body>
  <ns2:getResourceUtilizationDataResponse xmlns:ns4="http://www.approuter.com/
  schemas/router/1000/NetConfig02.xsd" xmlns:ns3="http://www.approuter.com/
  schemas/2008/1/util/types" xmlns:ns2="http://www.approuter.com/schemas/2008/1/
  system">
   <ns2:applianceUtilization>
    <diskPercentUsed>6<//diskPercentUsed>
    <usedMemory>35813024</usedMemory>
    <maxMemory>1509949440</maxMemory>
    <collectionCount>1</collectionCount>
    <totalRunningJobs>0</totalRunningJobs>
    <time>
     <ns3:offset>0</ns3:offset>
     <ns3:time>1379634870597</ns3:time>
    </time>
   </ns2:applianceUtilization>
  </ns2:getResourceUtilizationDataResponse>
 </S:Body>
</S:Envelope>



Feedback | Notices


Timestamp icon Last updated: Wednesday, December 16, 2015


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.api.doc/ci00160.html