aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/tosca/guard2-policy-payload.json
blob: 89f7ec89ca049ce35c56962719155ac46fc5902f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"policy-id": "guard2",
	"contents": {
		"recipe": "Migrate",
		"actor": "SO",
		"clname": "testloop",
		"guardTargets": ".*",
		"minGuard": "1",
		"maxGuard": "2",
		"limitGuard": "",
		"timeUnitsGuard": "",
		"timeWindowGuard": "",
		"guardActiveStart": "00:00:01-05:00",
		"guardActiveEnd": "23:59:01-05:00"
	}
}