monitorringMessage Data Type

This is the base class for users to own resources. Many classes extend this class

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
messageType string element 0/1 the messageType
metricMame string element 0/1 the metricMame
subid string element 0/1 the subid
value double element 1/1 the value
Properties inherited from ownedObject
owner string element 0/1 The owner (username) for the particular object. This value is set when the DAO saves the object based on the principal how made the call
timestamp long element 0/1 The object's creation date in unix time stamp

Example

<m----->
  <metricMame>cpuTotal</metricMame>
  <subid>1ccba0cc92174ce788695cfc0a027b57</subid>
  <value>91.0500021021063106</value>
  <messageType>critical</messageType>
  <owner>user1</owner>
  <timestamp>1499793079011</timestamp>
</m----->