Add junit tests for endpoints
[policy/api.git] / main / src / test / resources / policies / vDNS.policy.guard.minmax.input.json
1 {
2   "policy-id" : "guard.minmax.scaleout",
3   "content" : {
4         "actor": "SO",
5         "recipe": "scaleOut",
6         "targets": ".*",
7         "clname": "ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3",
8         "min": "1",
9         "max": "5",
10         "guardActiveStart": "00:00:01-05:00",
11         "guardActiveEnd": "23:59:59-05:00"
12     }
13 }