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
|
ws-simple-echo: received
---------------------------------
{
"name": "VPNCustomerCtxtActEvent",
"version": "0.0.1",
"nameSpace": "org.onap.policy.apex.domains.vpn.events",
"source": "Source",
"target": "Target",
"CustomerName": "C",
"LinkList": "L09 L10",
"SlaDT": 300,
"YtdDT": 300
}
=================================
ws-simple-echo: received
---------------------------------
{
"name": "VPNCustomerCtxtActEvent",
"version": "0.0.1",
"nameSpace": "org.onap.policy.apex.domains.vpn.events",
"source": "Source",
"target": "Target",
"CustomerName": "D",
"LinkList": "L09 L10",
"SlaDT": 300,
"YtdDT": 400
}
=================================
|