aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/src/test/resources/tosca/operational-policy-no-guard-properties.json
blob: fdb1906a42602601d5355be4b990028e9248bfea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
	"operational_policy": {
		"controlLoop": {
			"trigger_policy": "new",
			"timeout": "0",
			"abatement": "on",
			"controlLoopName": "LOOP_iYTIP_v1_0_ResourceInstanceName1_tca"
		},
		"policies": [
			{
				"id": "new",
				"recipe": "Restart",
				"retry": "10",
				"timeout": "10",
				"actor": "SO",
				"payload": "",
				"success": "",
				"failure": "",
				"failure_timeout": "",
				"failure_retries": "",
				"failure_exception": "",
				"failure_guard": "",
				"target": {
					"type": "VM",
					"resourceID": "",
					"modelInvariantId": "",
					"modelVersionId": "",
					"modelName": "",
					"modelVersion": "",
					"modelCustomizationId": ""
				}
			}
		]
	}
}