I am wondering why the RMS API does not return the LTE/mobile IP in the JSON payload for the /devices/{id} endpoint ?
The wan_ip is returned correctly, but the wwan/qmimux IP is not in the API responses.
The field is there, but it’s empty:
// partially redacted response
[
{
...
"status": 1,
"is_authenticated": 1,
"signal": -64,
"bootloader_version": "3.0",
"cell_id": "20384278",
"connection_type": "4G+ (LTE-A)",
"connection_state": "Connected",
"iccid": "891480000076xxxxxxxx",
"lac": "N/A",
"mcc": "311",
"mnc": "480",
"sim_slot": 1,
"sim_state": "Inserted",
"operator": "US Mobile",
"operator_number": "311480",
"router_uptime": 23535630,
"wan_state": "wired",
"wan_ip": "100.2.165.13/24",
"wan_proto": "dhcp",
"mobile_ip": "\"\"", <== e.g.
"network_state": "Home",
"network_state_2": null,
"sent": 1536753668,
...
But ifconfig qmimux0 clearly shows an IP:
