lora
Description: lora API options are only available when LoRa Network Server is running (not available on MTR)
| Element | Type | Description |
| config | show the current configuration of the network server | |
| devices | ARRAY | list of device configurations in network server |
| DELETE | UINT | remove a device configuration |
| GET | ARRAY | get the list of device configurations |
| POST | OBJECT | add a device configuration |
| PUT | OBJECT | update a device configuration |
| keygen | OBJECT | generate a zero-touch appkey for an end-device |
| gateways | ARRAY | list of gateways connect to the network server |
| DELETE | UINT | remove a gateway from the list |
| GET | ARRAY | get the list of gateways |
| joinRequests | ARRAY | get the list of recent join requests |
| packets | ARRAY | list of packets sent and received by network server |
| GET | ARRAY | get the list of packets |
| down | ARRAY | list of downlink packets |
| join | ARRAY | list of join request and response packets |
| queue | ARRAY | list of packets queued for downlink |
| DELETE | UINT | remove an existing packet from the queue Provide api/lora/packets/queue/<DEV-EUI>/<ID> to delete one packet Provide api/lora/packets/queue/<DEV-EUI> to delete all for one DEV-EUI Provide api/lora/packets/queue/all to delete all queued downlinks for all devices |
| GET | ARRAY | get the list of packets |
| POST | OBJECT | add a new packet to the downlink queue |
| PUT | OBJECT | edit an existing packet in the queue |
| up | ARRAY | list of uplink packets |
| profiles | OBJECT | list of device or network profiles |
| device | ARRAY | list of device profiles for default end-device settings |
| DELETE | UINT | remove a device profile |
| GET | ARRAY | get the list of device profiles |
| POST | OBJECT | add a device profile |
| network | ARRAY | list of network profiles for desired end-device settings |
| DELETE | UINT | remove a network profile |
| GET | ARRAY | get the list of network profiles |
| POST | OBJECT | add a network profile |
| sessions | ARRAY | list of device sessions connected to the network server |
| DELETE | UINT | remove a device session |
| GET | ARRAY | get the list of device sessions |
| POST | OBJECT | add a device session |