Hi,
I am retrieving data as list of struct from an API, first time getting correct json data, and next execution getting discontinuation in JSON data.
Please find following result.
}, {
"r_index": "6583",
"address": "0001.085a.085b",
"bandwidth": "0 Kbit",
"description": "** Uplink to OSN **",
"encapsulation": "ARPA",
"hardware_type": "Aggregated Ethernet interface(s)",
"input_rate": "0",
"interface": "Bundle-Ether85",
"ip_address": "
192.168.172.33/30",
"link_status": "up",
"mtu": "1514",
"name": "nl-ley01a-ra1",
"output_rate": "0",
"protocol_status": "up",
"router": "84.116.246.106",
"timeupdated": "2018-07-10 05:22:04.690350"
}, {
"r_index": "6681",
"address": "0001.085a.085b",
"bandwidth": ""
description ":" ** ls05abr42 VOD STREAMING A - Side ** ","
encapsulation ":"
ARPA ","
hardware_type ":"
And from log I can see the proper result
D/25-07-2018 10:55:07.199 phyinfo.cpp:916 getpeinfo: listObj =
6681, 0001.085a.085b, 1000000 Kbit, ** Uplink to OSN **,ARPA,Aggregated Ethernet interface(s), 0, GigabitEthernet1001/0/0/29, 192.168.172.33/30, administratively, 1514,nl-ley01a-ra1, 0, administratively down, 84.116.246.106, 2018-07-10 05:22:04.700110
Suspecting that, this error could be in mapping from struct to JSON object.
I am not able to find solution for this. Could you please help me on identifying and fixing this issue.
Regards,
Santhosh