Merge "Release 5.0.4"
[clamp.git] / src / test / resources / tosca / guard1-policy-payload.json
index bacf174..1c03df3 100644 (file)
@@ -1,16 +1,13 @@
 {
-       "policy-id": "guard1",
-       "contents": {
-               "recipe": "Rebuild",
-               "actor": "SO",
-               "clname": "testloop",
-               "guardTargets": ".*",
-               "minGuard": "3",
-               "maxGuard": "7",
-               "limitGuard": "",
-               "timeUnitsGuard": "",
-               "timeWindowGuard": "",
-               "guardActiveStart": "00:00:01-05:00",
-               "guardActiveEnd": "23:59:01-05:00"
+       "policy-id": "guard.minmax.new",
+       "content": {
+               "actor": "APPC",
+               "recipe": "Restart",
+               "targets": ".*",
+               "clname": "LOOP_ASJOy_v1_0_ResourceInstanceName1_tca",
+               "guardActiveStart": "00:00:00Z",
+               "guardActiveEnd": "10:00:00Z",
+               "min": "0",
+               "max": "1"
        }
 }
\ No newline at end of file