Fixed tosca models, updated code and policies
[optf/osdf.git] / test / policy-local-files / QueryPolicy_vFW.json
1 {
2   "service": "queryPolicy",
3   "policyName": "OSDF_CASABLANCA.QueryPolicy_vFW",
4   "description": "Query policy for vFW",
5   "templateVersion": "OpenSource.version.1",
6   "version": "test1",
7   "priority": "3",
8   "riskType": "test",
9   "riskLevel": "2",
10   "guard": "False",
11   "content": {
12     "queryProperties": [
13       {"attribute":"customerLatitude", "attribute_location": "customerLatitude"},
14       {"attribute":"customerLongitude", "attribute_location": "customerLongitude"}
15     ],
16     "policyScope": ["vFW", "US", "INTERNATIONAL", "ip"],
17     "policyType": "request_param_query",
18     "serviceName": "vFW",
19     "identity": "vFW_Query_Policy"
20   }
21 }