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
date dateTime element 0/1 the date
messageType string element 0/1 the messageType
metricMame string element 0/1 the metricMame
subid string element 0/1 the subid
time dateTime element 0/1 the time
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

Example

<m----->
  <metricMame>cpuTotal</metricMame>
  <subid>1ccba0cc92174ce788695cfc0a027b57</subid>
  <value>91.0500021021063106</value>
  <messageType>critical</messageType>
  <date>2017-08-25</date>
  <time>11:30:00</time>
  <owner>user1</owner>
</m----->