data_network_uldata_list
Retrieve network uplink data records with filters for device, network, address, and time range, enabling IoT data inspection and monitoring.
Instructions
List network uplink data records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addr | No | Filter by network address. | |
| sort | No | Sort key:order. Keys: proc, time, network, addr. | |
| tend | No | End time in milliseconds since epoch. | |
| unit | Yes | Unit ID (required for normal users). | |
| limit | No | Max items; 0 for all (default 100). | |
| device | No | Filter by device ID. | |
| offset | No | Data offset (default 0). | |
| tfield | No | Time field for filtering: proc or time. Required when using tstart/tend. | |
| tstart | No | Start time in milliseconds since epoch. | |
| network | No | Filter by network code. | |
| profile | No | Filter by device profile. |