Introduce Camel route
[clamp.git] / src / test / resources / tosca / guard1-policy-payload.json
1 {
2         "policy-id": "guard1",
3         "contents": {
4                 "recipe": "Rebuild",
5                 "actor": "SO",
6                 "clname": "testloop",
7                 "guardTargets": ".*",
8                 "minGuard": "3",
9                 "maxGuard": "7",
10                 "limitGuard": "",
11                 "timeUnitsGuard": "",
12                 "timeWindowGuard": "",
13                 "guardActiveStart": "00:00:01-05:00",
14                 "guardActiveEnd": "23:59:01-05:00"
15         }
16 }