aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/tosca/guard1-policy-payload.json
blob: 1c03df30682efa770542b21abe02310bd02c747b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"policy-id": "guard.minmax.new",
	"content": {
		"actor": "APPC",
		"recipe": "Restart",
		"targets": ".*",
		"clname": "LOOP_ASJOy_v1_0_ResourceInstanceName1_tca",
		"guardActiveStart": "00:00:00Z",
		"guardActiveEnd": "10:00:00Z",
		"min": "0",
		"max": "1"
	}
}