blob: 6b4477f88336e9caa319d8dce47d678930e1aa05 [file] [log] [blame]
sebdet4946e5b2019-07-10 12:32:36 +02001{
2 "operationalPolicies": [
3 {
4 "name": "OPERATIONAL_LOOP_NAME",
5 "configurationsJson": {
6 "guard_policies": {
7 "guard.minmax.new": {
8 "recipe": "",
9 "clname": "LOOP_NAME",
10 "actor": "",
11 "targets": "",
12 "min": "",
13 "max": "",
14 "limit": "",
15 "timeUnits": "",
16 "timeWindow": "",
17 "guardActiveStart": "00:00:00Z",
18 "guardActiveEnd": "00:00:01Z"
19 }
20 },
21 "operational_policy": {
22 "controlLoop": {
23 "trigger_policy": "new",
24 "timeout": "0",
25 "abatement": "false",
26 "controlLoopName": "LOOP_h2NMX_v1_0_ResourceInstanceName1_tca"
27 },
28 "policies": [
29 {
30 "id": "new",
31 "recipe": "",
32 "retry": "0",
33 "timeout": "0",
34 "actor": "",
35 "payload": "",
36 "success": "",
37 "failure": "",
38 "failure_timeout": "",
39 "failure_retries": "",
40 "failure_exception": "",
41 "failure_guard": "",
42 "target": {
43 "type": "VM",
44 "resourceID": ""
45 }
46 }
47 ]
48 }
49 }
50 }
51 ]
52}