blob: 6baa32942eaf586035caf74d6e4021a7a45411ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"domain": "measurementsForVfScaling",
"metricsPerEventName": [
{
"policyVersion": "1.0.0",
"thresholds": [
{
"severity": "CRITICAL",
"fieldPath": "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta",
"thresholdValue": 1,
"closedLoopEventStatus": "ONSET",
"closedLoopControlName": "test",
"version": "1.0.0",
"direction": "LESS"
}
],
"policyName": "test",
"controlLoopSchemaType": "VM",
"policyScope": "test",
"eventName": "test"
}
]
}
|