REST API Problem with api/lora/packets/queue

Home Forums Conduit: AEP Model REST API Problem with api/lora/packets/queue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28673
    William Laing
    Participant

    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

    #28694
    Jason Reiss
    Keymaster

    From Web UI console the URL provides the DevEUI and ID like this.

    https://172.16.0.244/api/lora/packets/queue/00-80-00-00-00-00-fe-54/38

    #28695
    William Laing
    Participant

    Thank you, Jason – that works!

    Best,
    William

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.