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_CASABLANCA.Distance_vFW_1",
"description": "Distance Policy for vFW",
"templateVersion": "OpenSource.version.1",
"version": "test1",
"priority": "3",
"riskType": "test",
"riskLevel": "2",
"guard": "False",
"content": {
"distanceProperties": {
"locationInfo": "customer_loc",
"distance": { "value": "100", "operator": "<", "unit": "km" }
},
"identity": "distance-vFW",
"resources": ["vFW", "7400fd06C75f4a44A68f"],
"policyScope": ["vfw", "us", "international", "ip"],
"policyType": "distance_to_location",
"applicableResources": "any"
}
}
|