aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/vFWDT/policies/rules/QueryPolicy_vFW_TD.json
blob: 312ad65197e947d99b9c6ef58b877694b5f87623 (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
{
    "service": "queryPolicy",
    "policyName": "OSDF_DUBLIN.QueryPolicy_vFW_TD",
    "description": "Query policy for vFW TD",
    "templateVersion": "OpenSource.version.1",
    "version": "OpenSource.version.1",
    "priority": "3",
    "riskType": "test",
    "riskLevel": "2",
    "guard": "False",
    "content": {
        "queryProperties": [
            {
                "attribute": "customerLatitude",
                "attribute_location": "customerLatitude",
                "value": 1.1
            },
            {
                "attribute": "customerLongitude",
                "attribute_location": "customerLongitude",
                "value": 2.2
            },
            {
                "attribute": "chosen_region",
                "attribute_location": "chosenRegion"
            },
            {
                "attribute": "chosen_customer_id",
                "attribute_location": "chosenCustomerId"
            }
        ],
        "policyScope": [
            "td",
            "us",
            "vFW-SINK",
            "vPGN"
        ],
        "policyType": "request_param_query",
        "serviceName": "vFW_TD",
        "identity": "vFW_TD_Query_Policy",
        "resources": [
            "vFW-SINK",
            "vPGN"
        ]
    }
}