GET /networks/{networkId}/devices/{serial}/lossAndLatencyHistory
Operation ID: getNetworkDeviceLossAndLatencyHistory
Auth: unknown
Description
Get the uplink loss percentage and latency in milliseconds for a wired network device.
Parameters (8)
(string, query, required)
The destination IP used to obtain the requested stats. This is required.
(string, path, required)
(integer, query, optional)
The time resolution in seconds for returned data. The valid resolutions are: 60, 600, 3600, 86400. The default is 60.
(string, path, required)
(string, query, optional)
The beginning of the timespan for the data. The maximum lookback period is 60 days from today.
(string, query, optional)
The end of the timespan for the data. t1 can be a maximum of 31 days after t0.
(number, query, optional)
The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
(string, query, optional)
The WAN uplink used to obtain the requested stats. Valid uplinks are wan1, wan2, cellular. The default is wan1.
Constraints: {'enum': ['cellular', 'wan1', 'wan2']}
No probe data for this endpoint yet.