Fix loop submit bugs
[clamp.git] / src / test / resources / tosca / micro-service-policy-properties.json
1 {
2   "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   }
25 }