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