1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"service": "DistanceToLocationPolicy",
"policyName": "DistanceToLocationPolicy_vG",
"description": "DistanceToLocationPolicy",
"templateVersion": "1702.03",
"version": "1707",
"priority": "3",
"riskType": "test",
"riskLevel": "2",
"guard": "False",
"content": {
"distanceToLocationProperty": {
"locationInfo": "customer_loc",
"distanceCondition": {
"parameter": "distance",
"value": "50000 km",
"operator": "less"
}
},
"identity": "distance-vG",
"policyScope": {
"serviceType": ["vCPE"],
"geoRegion": ["US", "INTERNATIONAL"],
"networkType": ["ip"],
"resourceInstanceType": ["vG"]
},
"type": "distance_to_location",
"resourceInstanceType": ["vG"]
}
}
|