summaryrefslogtreecommitdiffstats
path: root/common/src/test/resources/__files/Policy/configJson.json
blob: b206998b419944ae86d70ce4daf43aa47226575b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"configName": "Testing",
	"riskLevel": "1",
	"policyName": "fabric_configuration",
	"policyScope": "resource=Test1,service=vSCP,type=configuration,closedLoopControlName=Firewall",
	"guard": "False",
	"description": "null",
	"priority": "9",
	"uuid": "1234",
	"version": "1.0",
	"content": {
		"fabric-config-models": [
			{
				"vnfProfile": "v5",
				"lagProfile": "N1"
			}
		]
	},
	"riskType": "test",
	"service": "mso-fabric-configuration-model",
	"location": " Edge",
	"templateVersion": "1607"
}