aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/vFWDT/policies/rules/vnfPolicy_vFW_TD.json
blob: 240c7325e9d3385c20e484d5a7f28882f32bd1de (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
    "service": "vnfPolicy",
    "policyName": "OSDF_DUBLIN.vnfPolicy_vFW_TD",
    "description": "vnfPolicy",
    "templateVersion": "OpenSource.version.1",
    "version": "OpenSource.version.1",
    "priority": "6",
    "riskType": "test",
    "riskLevel": "3",
    "guard": "False",
    "content": {
        "identity": "vnf_vFW_TD",
        "policyScope": [
            "td",
            "us",
            "vFW-SINK"
        ],
        "policyType": "vnfPolicy",
        "resources": [
            "vFW-SINK"
        ],
        "applicableResources": "any",
        "vnfProperties": [
            {
                "inventoryProvider": "aai",
                "serviceType": "",
                "inventoryType": "vfmodule",
                "customerId": {
                    "get_param": "chosen_customer_id"
                },
                "equipmentRole": "",
                "attributes": {
                    "orchestrationStatus": [
                        "active"
                    ],
                    "provStatus": "ACTIVE",
                    "cloudRegionId": {
                        "get_param": "chosen_region"
                    },
                    "service_instance_id": {
                        "get_param": "service_id"
                    }
                }
            }
        ]
    }
}