summaryrefslogtreecommitdiffstats
path: root/blueprint-generator/TestCases/policyInput.json
blob: fb89e1aa68cbe14e863a3fbe7e909e3fe922b928 (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
{
	"policies": [
		{
			"configAttributes": "",
	        "configName": "",
	        "onapName": "DCAE",
	        "policyName": "DCAE.Config_*",
	        "unique": false
		},
		{
			"onapName": "DCAE",
			"policyName": "DCAE.Config_*",
			"unique": true
		},
		{
			"configAttributes": "",
			"configName": "",
			"onapName": "DCAE",
			"policyName": "DCAE.Config_*",
			"unique": false
		}
	],
	"policy": [
		{
			"policy_id" : "id_0"
		}
	]
}