Get the channel utilization over each radio for all APs in a network.

GET {{baseUrl}}/networks/:networkId/networkHealth/channelUtilization

Get the channel utilization over each radio for all APs in a network.

Request Params

KeyDatatypeRequiredDescription
t0stringThe beginning of the timespan for the data. The maximum lookback period is 31 days from today.
t1stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespanstringThe 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.
resolutionstringThe time resolution in seconds for returned data. The valid resolutions are: 600. The default is 600.
perPagestringThe number of entries per page returned. Acceptable range is 3 - 100. Default is 10.
startingAfterstringA token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
endingBeforestringA token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull

RESPONSES

status: OK

[{"serial":"Q234-ABCD-5678","model":"MR34","tags":" recently-added ","wifi0":[{"startTime":"2018-10-09T22:18:27Z","endTime":"2018-10-09T22:19:27Z","utilizationTotal":33.84,"utilization80211":32,"utilizationNon80211":1.84},{"startTime":"2018-10-09T22:19:27Z","endTime":"2018-10-09T22:20:27Z","utilizationTotal":33.85,"utilization80211":32.01,"utilizationNon80211":1.84},{"startTime":"2018-10-09T22:20:27Z","endTime":"2018-10-09T22:21:27Z","utilizationTotal":34.89,"utilization80211":33.48,"utilizationNon80211":1.41}],"wifi1":[{"startTime":"2018-10-09T22:18:27Z","endTime":"2018-10-09T22:19:27Z","utilizationTotal":33.84,"utilization80211":32,"utilizationNon80211":1.84},{"startTime":"2018-10-09T22:19:27Z","endTime":"2018-10-09T22:20:27Z","utilizationTotal":33.85,"utilization80211":32.01,"utilizationNon80211":1.84},{"startTime":"2018-10-09T22:20:27Z","endTime":"2018-10-09T22:21:27Z","utilizationTotal":34.89,"utilization80211":33.48,"utilizationNon80211":1.41}]}]