aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/tosca/guard2-policy-payload.json
blob: 29beb6b98e6a6751b56aada3257a30ebddbdb8cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"policy-id": "guard2",
	"content": {
		"recipe": "Migrate",
		"actor": "SO",
		"clname": "testloop",
		"targets": ".*",
		"min": "1",
		"max": "2",
		"limit": "",
		"timeUnits": "",
		"timeWindow": "",
		"guardActiveStart": "00:00:01-05:00",
		"guardActiveEnd": "23:59:01-05:00"
	}
}