update link to upper-constraints.txt
[optf/osdf.git] / test / policy-local-files / QueryPolicy_vCPE_2.json
1 {
2   "OSDF_FRANKFURT.queryPolicy_vCPE": {
3     "type": "onap.policies.optimization.service.QueryPolicy",
4     "version": "1.0.0",
5     "type_version": "1.0.0",
6     "metadata": {
7       "policy-id": "OSDF_FRANKFURT.queryPolicy_vCPE",
8       "policy-version": 1
9     },
10     "properties": {
11       "scope": [
12         "OSDF_FRANKFURT"
13       ],
14       "services": [
15         "vCPE"
16       ],
17       "resources": [
18         "vGMuxInfra",
19         "vG"
20       ],
21       "geography": [
22         "US",
23         "INTERNATIONAL"
24       ],
25       "identity": "vCPE_Query_Policy",
26       "queryProperties": [
27         {
28           "attribute": "locationId",
29           "attribute_location": "customerLocation",
30           "value": ""
31         },
32         {
33           "attribute": "id",
34           "attribute_location": "vpnInfo.vpnId",
35           "value": ""
36         },
37         {
38           "attribute": "upstreamBW",
39           "attribute_location": "vpnInfo.upstreamBW",
40           "value": ""
41         },
42         {
43           "attribute": "customerLatitude",
44           "attribute_location": "customerLatitude",
45           "value": 1.1
46         },
47         {
48           "attribute": "customerLongitude",
49           "attribute_location": "customerLongitude",
50           "value": 2.2
51         }
52       ]
53     }
54   }
55 }