aboutsummaryrefslogtreecommitdiffstats
path: root/test/policy-local-files/old-policies/Distance_vG_1.json
blob: c498c7ad9561aa3a458a8c7eaa82e23a07b9bbba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "service": "distancePolicy",
  "policyName": "OSDF_DUBLIN.Distance_vG_1",
  "description": "Distance Policy for vG",
  "templateVersion": "OpenSource.version.1",
  "version": "test1",
  "priority": "3",
  "riskType": "test",
  "riskLevel": "2",
  "guard": "False",
  "content": {
    "distanceProperties": {
      "locationInfo": "customer_loc",
      "distance": { "value": "1500", "operator": "<", "unit": "km" }
    },
    "identity": "distance-vG",
    "resources": ["vG"],
    "policyScope": ["vCPE", "US", "INTERNATIONAL", "ip", "vG"],
    "policyType": "distance_to_location",
    "applicableResources": "any"
  }
}