Adding examples module to apex-pdp
[policy/apex-pdp.git] / examples / pcvs / src / main / resources / examples / events / pcvs / vpnsla / CtxtCustomers.json
1 {
2     "nameSpace": "org.onap.policy.apex.examples.pcvs.vpnsla",
3     "name": "CustomerContextEventIn",
4     "version": "1.0.0",
5     "source": "CtxtManagement",
6     "target" : "VpnSlaPolicy_CustomerContext",
7     "customerName": "A",
8     "links": "L01 L05 L09 L10",
9     "dtSLA": 180,
10     "dtYTD": 10,
11     "priority": false,
12     "satisfaction": 80
13 }
14
15 {
16     "nameSpace": "org.onap.policy.apex.examples.pcvs.vpnsla",
17     "name": "CustomerContextEventIn",
18     "version": "1.0.0",
19     "source": "CtxtManagement",
20     "target" : "VpnSlaPolicy_CustomerContext",
21     "customerName": "B",
22     "links": "L02 L07 L09 L10",
23     "dtSLA": 180,
24     "dtYTD": 120,
25     "priority": true,
26     "satisfaction": 99
27 }
28