cURL Samples for the LTE interface

Hello,

i get stuck trying to get some (more) useful information via api.

So in cmd my command looks like the following:

[loov@API-TEST] /interface/lte> /interface/lte/monitor lte1 once
pin-status: ok
registration-status: registered
functionality: full
… blahr …
rsrp: -101dBm
rsrq: -9.5dB
sinr: 15dB

Now i need to get this information via API and i don’t dig it.

Could someone please provide me a sample for doing this by using curl?
This is working so far, but isnt enough :slight_smile:
curl -k -u api:apipass https://1.1.1.1/rest/interface/lte1

Thx!