Return A RF Profile
GET {{baseUrl}}/networks/:networkId/wireless/rfProfiles/:rfProfileId
Return a RF profile
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"}}