312ad65197e947d99b9c6ef58b877694b5f87623
[demo.git] / tutorials / vFWDT / policies / rules / QueryPolicy_vFW_TD.json
1 {
2     "service": "queryPolicy",
3     "policyName": "OSDF_DUBLIN.QueryPolicy_vFW_TD",
4     "description": "Query policy for vFW TD",
5     "templateVersion": "OpenSource.version.1",
6     "version": "OpenSource.version.1",
7     "priority": "3",
8     "riskType": "test",
9     "riskLevel": "2",
10     "guard": "False",
11     "content": {
12         "queryProperties": [
13             {
14                 "attribute": "customerLatitude",
15                 "attribute_location": "customerLatitude",
16                 "value": 1.1
17             },
18             {
19                 "attribute": "customerLongitude",
20                 "attribute_location": "customerLongitude",
21                 "value": 2.2
22             },
23             {
24                 "attribute": "chosen_region",
25                 "attribute_location": "chosenRegion"
26             },
27             {
28                 "attribute": "chosen_customer_id",
29                 "attribute_location": "chosenCustomerId"
30             }
31         ],
32         "policyScope": [
33             "td",
34             "us",
35             "vFW-SINK",
36             "vPGN"
37         ],
38         "policyType": "request_param_query",
39         "serviceName": "vFW_TD",
40         "identity": "vFW_TD_Query_Policy",
41         "resources": [
42             "vFW-SINK",
43             "vPGN"
44         ]
45     }
46 }