Fixed tosca models, updated code and policies
[optf/osdf.git] / test / policy-local-files / QueryPolicy_vFW.json
diff --git a/test/policy-local-files/QueryPolicy_vFW.json b/test/policy-local-files/QueryPolicy_vFW.json
new file mode 100644 (file)
index 0000000..75ed450
--- /dev/null
@@ -0,0 +1,21 @@
+{
+  "service": "queryPolicy",
+  "policyName": "OSDF_CASABLANCA.QueryPolicy_vFW",
+  "description": "Query policy for vFW",
+  "templateVersion": "OpenSource.version.1",
+  "version": "test1",
+  "priority": "3",
+  "riskType": "test",
+  "riskLevel": "2",
+  "guard": "False",
+  "content": {
+    "queryProperties": [
+      {"attribute":"customerLatitude", "attribute_location": "customerLatitude"},
+      {"attribute":"customerLongitude", "attribute_location": "customerLongitude"}
+    ],
+    "policyScope": ["vFW", "US", "INTERNATIONAL", "ip"],
+    "policyType": "request_param_query",
+    "serviceName": "vFW",
+    "identity": "vFW_Query_Policy"
+  }
+}