Gateway Uplink WAN compression stats
GET {{base_url}}/monitoring/v1/gateways/:serial/uplinks/wan_compression_stats?uplink_id=<string>&interval=<string>&from_timestamp=<integer>&to_timestamp=<integer>
Get Gateway WAN compression stats over a time period.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
uplink_id | string | Filter by uplink ID. | |
interval | string | Filter by interval (5minutes or 1hour or 1day or 1week). | |
from_timestamp | string | Need information from this timestamp. Timestamp is epoch in seconds. Default is current timestamp minus 3 hours | |
to_timestamp | string | Need information to this timestamp. Timestamp is epoch in seconds. Default is current timestamp |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"count":"\u003cinteger\u003e","interval":"\u003cstring\u003e","samples":[{"compressed_data_bytes":"\u003cnumber\u003e","saved_data_bytes":"\u003cnumber\u003e","timestamp":"\u003cnumber\u003e","uncompressed_data_bytes":"\u003cnumber\u003e"},{"compressed_data_bytes":"\u003cnumber\u003e","saved_data_bytes":"\u003cnumber\u003e","timestamp":"\u003cnumber\u003e","uncompressed_data_bytes":"\u003cnumber\u003e"}]}