summaryrefslogtreecommitdiffstats
path: root/test/policy-local-files/has_policies_r2/Affinity_vCPE_1.json
blob: 9a9de6b769cbc22662e2eb071766f411d69f1f63 (plain)
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
31
32
33
34
35
36
37
{
    "service": "optimizationQueryPolicy",
    "policyName": "oofBeijing.queryPolicy_vCPE",
    "description": "Optimization query policy for vCPE",
    "templateVersion": "0.0.1",
    "version": "oofBeijing",
    "priority": "3",
    "riskType": "test",
    "riskLevel": "2",
    "guard": "False",
    "content": {
        "queryProperties": [
            {
                "attribute": "locationId",
                "value": "orderInfo.customerLocation"
            },
            {
                "attribute": "id",
                "value": "orderInfo.vpnInfo"
            },
            {
                "attribute": "upstreamBW",
                "value": "orderInfo.vpnInfo"
            }
        ],
        "policyScope": [
            "vCPE",
            "US",
            "INTERNATIONAL",
            "ip",
            "vGMuxInfra",
            "vG",
            "optimizationQueryPolicy"
        ],
        "policyType": "optimizationQueryPolicy"
    }
}