All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dal.model.monitor-rules-codegen.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<model>
  <entity name="monitor-rules" root="true">
    <entity-ref name="rule" type="list" names="rules" />
  </entity>
  <entity name="rule">
    <attribute name="id" value-type="String" />
    <attribute name="available" value-type="boolean"/>
    <entity-ref name="metric-item" />
    <entity-ref name="config" />
  </entity>
  <entity name="metric-item">
    <attribute name="monitorCount" value-type="boolean" />
    <attribute name="monitorSum" value-type="boolean" />
    <attribute name="monitorAvg" value-type="boolean" />
    <attribute name="metricItemText" value-type="String" />
  </entity>
  <entity name="config">
    <attribute name="starttime" value-type="String" />
    <attribute name="endtime" value-type="String" />
    <entity-ref name="condition" />
  </entity>
  <entity name="condition">
    <attribute name="minute" value-type="int" />
    <entity-ref name="sub-condition" type="list" names="sub-conditions" />
  </entity>
  <entity name="sub-condition">
    <attribute name="type" value-type="String" />
    <attribute name="text" value-type="String" />
  </entity>
</model>





© 2015 - 2025 Weber Informatics LLC | Privacy Policy