Problem with GenieACS API call. What means \n in _value?

@zaidka Hello, i am trying to get through API (v 1.1.3) bytes usage, but when is number bigger than some value I am getting from api call this

“7746621686\n”

real number is like
7746621686

why is there added \n ? I can remove that in a script but I am just asking, why is that like this ? Is there some limitations ?

The newline character is probably part the value as reported by the device (which would mean it’s a client bug). Can you do a packet capture and see what the GPV response looks like?

Yes, it can be. It’s TELRAD CPE, it’s ok for me if I know that it’s because of the Vendor. I can extract only number in a script, so it’s solved for me for now.