aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples-pcvs/src/main/resources/examples/events/pcvs/vpnsla/CtxtCustomers.json
blob: 50eac5726162aca5d594235084f032ab33496e35 (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
{
    "nameSpace": "org.onap.policy.apex.examples.pcvs.vpnsla",
    "name": "CustomerContextEventIn",
    "version": "1.0.0",
    "source": "CtxtManagement",
    "target" : "VpnSlaPolicy_CustomerContext",
    "customerName": "A",
    "links": "L01 L05 L09 L10",
    "dtSLA": 180,
    "dtYTD": 10,
    "priority": false,
    "satisfaction": 80
}

{
    "nameSpace": "org.onap.policy.apex.examples.pcvs.vpnsla",
    "name": "CustomerContextEventIn",
    "version": "1.0.0",
    "source": "CtxtManagement",
    "target" : "VpnSlaPolicy_CustomerContext",
    "customerName": "B",
    "links": "L02 L07 L09 L10",
    "dtSLA": 180,
    "dtYTD": 120,
    "priority": true,
    "satisfaction": 99
}