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
|
{
"service": "VnfPolicy",
"policyName": "oofBeijing.vnfPolicy_vG",
"description": "vnfPolicy",
"templateVersion": "1702.03",
"version": "oofBeijing",
"priority": "6",
"riskType": "test",
"riskLevel": "3",
"guard": "False",
"content": {
"identity": "vnf_vG",
"policyScope": ["vCPE", "INTERNATIONAL", "ip", "vG", "vnf_policy"],
"policyType": "vnfPolicy",
"resources": ["vG"],
"applicableResources": "any",
"vnfProperties": [
{
"inventoryProvider": "aai",
"serviceType": "",
"inventoryType": "cloud",
"customerId": ""
},
{
"inventoryProvider": "multicloud",
"serviceType": "HNGATEWAY",
"inventoryType": "service",
"customerId": "21014aa2-526b-11e6-beb8-9e71128cae77"
}
]
}
}
|