GET /networks/{networkId}/wireless/channelUtilizationHistory
Operation ID: getNetworkWirelessChannelUtilizationHistory
Auth: unknown
Description
Return AP channel utilization over time for a device or network client
Parameters (10)
(string, query, optional)
Filter results by AP tag to return AP channel utilization metrics for devices labeled with the given tag; either :clientId or :deviceSerial must be jointly specified.
(boolean, query, optional)
Automatically select a data resolution based on the given timespan; this overrides the value specified by the 'resolution' parameter. The default setting is false.
(string, query, optional)
Filter results by band (either '2.4', '5' or '6').
Constraints: {'enum': ['2.4', '5', '6']}
(string, query, optional)
Filter results by network client to return per-device, per-band AP channel utilization metrics inner joined by the queried client's connection history.
(string, query, optional)
Filter results by device to return AP channel utilization metrics for the queried device; either :band or :clientId must be jointly specified.
(string, path, required)
(integer, query, optional)
The time resolution in seconds for returned data. The valid resolutions are: 600, 1200, 3600, 14400, 86400. The default is 86400.
(string, query, optional)
The beginning of the timespan for the data. The maximum lookback period is 31 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 7 days.
No probe data for this endpoint yet.