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