blob: 04fe0cc7ff58ee05bb3a55ed0279de5288108ce4 [file] [log] [blame]
sebdet0cb57982019-04-03 17:07:34 +02001{
xuegaoc405a832020-03-19 16:24:10 +01002 "tca_policy": {
3 "domain": "measurementsForVfScaling",
4 "metricsPerEventName": [
5 {
6 "policyVersion": "1.0.0",
7 "thresholds": [
8 {
9 "severity": "CRITICAL",
10 "fieldPath": "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta",
11 "thresholdValue": 1,
12 "closedLoopEventStatus": "ONSET",
13 "closedLoopControlName": "test",
14 "version": "1.0.0",
15 "direction": "LESS"
16 }
17 ],
18 "policyName": "test",
19 "controlLoopSchemaType": "VM",
20 "policyScope": "test",
21 "eventName": "test"
22 }
23 ]
24 }
sebdet0cb57982019-04-03 17:07:34 +020025}