452fdb63299943faa96d1f40dd4774cab0472c91
[demo.git] / tutorials / vFWDT / policies / rules / vnfPolicy_vPGN_TD.json
1 {
2     "service": "vnfPolicy",
3     "policyName": "OSDF_DUBLIN.vnfPolicy_vPGN_TD",
4     "description": "vnfPolicy",
5     "templateVersion": "OpenSource.version.1",
6     "version": "OpenSource.version.1",
7     "priority": "6",
8     "riskType": "test",
9     "riskLevel": "3",
10     "guard": "False",
11     "content": {
12         "identity": "vnf_vPGN_TD",
13         "policyScope": [
14             "td",
15             "us",
16             "vPGN"
17         ],
18         "policyType": "vnfPolicy",
19         "resources": ["vPGN"],
20         "applicableResources": "any",
21         "vnfProperties": [{
22             "inventoryProvider": "aai",
23             "serviceType": "",
24             "inventoryType": "vfmodule",
25             "customerId": {
26                 "get_param": "chosen_customer_id"
27             },
28             "equipmentRole": "",
29             "attributes": {
30                 "orchestrationStatus": ["active"],
31                 "provStatus": "ACTIVE",
32                 "cloudRegionId": {
33                     "get_param": "chosen_region"
34                 },
35                 "service_instance_id": {
36                     "get_param": "service_id"
37                 }
38             }
39         }]
40     }
41 }