Representation of a pair of condition and severity of event that is dispatched if condition is met, used as part of MonitorDTO.
| name | data type | description |
|---|---|---|
| condition | MonitoringConditionDTO | |
| severityOfEvent | string |
Example
{
"condition" : {
"capacityThreshold" : 12345,
"message" : "..."
},
"severityOfEvent" : "..."
}