lte_status
Retrieve LTE/5G modem signal, operator, registration, band, and cell ID from a specified MikroTik interface. Returns an empty result if no LTE hardware is present.
Instructions
Signal/status of one LTE/5G modem interface
(/interface/lte/monitor <interface> once=yes).
Returns a single reply dict - typically operator (current-operator),
technology (access-technology: 3G/LTE/5G), signal
(rsrp/rsrq/sinr/rssi), band, registration-status,
cell-id - or an empty dict if the device has no LTE hardware/package
at all, or interface doesn't match one (same "empty, not an error"
convention as poe_status/system_health for optional hardware).
interface is validated for shape (validate_interface_name) before
it is ever sent to the device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interface | Yes | ||
| device_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||