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