ArrayOfMetricAlarmExpression
ArrayOfMetricAlarmExpression
A boxed array of MetricAlarmExpression. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"operator": "string",
"type": "string",
"metric": {
"_typeName": "string",
"counterId": 0,
"instance": "string"
},
"yellow": 0,
"yellowInterval": 0,
"red": 0,
"redInterval": 0
}
]
}