aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/tosca/guard1-policy-payload.json
blob: bacf174fec44394cf620557ead22f56558f9e006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"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"
	}
}