List The Non Basic RF Profiles For This Network
GET {{baseUrl}}/networks/:networkId/wireless/rfProfiles
List the non-basic RF profiles for this network
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
includeTemplateProfiles | string | If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
[{"id":"1234","networkId":"N_24329156","name":"Some Custom RF Profile","clientBalancingEnabled":true,"minBitrateType":"band","bandSelectionType":"ap","apSelectionSettings":{"bandOperationMode":"dual","bandSteeringEnabled":true},"twoFourGhzSettings":{"maxPower":30,"minPower":5,"minBitrate":11,"rxsop":null,"validAutoChannels":[1,6,11],"axEnabled":true},"fiveGhzSettings":{"maxPower":30,"minPower":8,"minBitrate":12,"rxsop":null,"validAutoChannels":[36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,136,140,144,149,153,157,161,165],"channelWidth":"auto"}}]