Fixed tosca models, updated code and policies
[optf/osdf.git] / test / policy-local-files / QueryPolicy_vCPE_2.json
1 {
2   "service": "queryPolicy",
3   "policyName": "OSDF_CASABLANCA.queryPolicy_vCPE",
4   "description": "Query policy for vCPE",
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":"locationId", "attribute_location": "customerLocation", "value": ""},
14       {"attribute":"id", "attribute_location": "vpnInfo.vpnId", "value": ""},
15       {"attribute":"upstreamBW", "attribute_location": "vpnInfo.upstreamBW", "value": ""},
16       {"attribute":"customerLatitude", "attribute_location": "customerLatitude", "value": 1.1},
17       {"attribute":"customerLongitude", "attribute_location": "customerLongitude", "value": 2.2}
18     ],
19     "serviceName": "vCPE",
20     "policyScope": ["vCPE", "US", "INTERNATIONAL", "ip", "vGMuxInfra", "vG"],
21     "policyType": "request_param_query",
22     "identity": "vCPE_Query_Policy"
23   }
24 }