Quantcast
Channel: MultiTech Developer Resources » All Posts
Viewing all articles
Browse latest Browse all 7111

REST API Problem with api/lora/packets/queue

$
0
0

Good Day -

I’m using Postman, a REST API client, to control one of our conduits (MTCDT-LVW2-247A; Firmware 1.7.4).

Most of the REST operations seem to work fine. But we have a use case to delete specific packets in the LoRa downlink queue. The GET works fine:

https://127.0.0.1/api/lora/packets/queue/

The DELETE on a specific packet (https://127.0.0.1/api/lora/packets/queue/1

returns success:

{
“code”: 200,
“status”: “success”
}

but the packet is still there.

The documentation says: DELETE UINT remove an existing packet from the queue – we’re guessing the UINT is the id number of the packet in the downlink queue.

Any help appreciated!

Thanks,
William


Viewing all articles
Browse latest Browse all 7111

Trending Articles