getSiteCurrentChannelPlanning

GET https://{{host}}/api/v1/sites/:site_id/rrm/current

Response Parameter

ParameterTypeDescription
statusstringunknown / updating / ready
timestamplongtime where the status was updated
band_24objectproposal on band 2.4G, key is ap_id, value is the proposal
band_5objectproposal on band 5G, key is ap_id, value is the proposal
band_6objectproposal on band 6G, key is ap_id, value is the proposal
curr_channelintcurrent channel
curr_powerintcurrent tx power
curr_bandwidthintcurrent bandwidth
channelintproposed channel
powerintproposed tx power
bandwidthintproposed bandwidth
band24metricobjectmetric about 2.4G
band5metricobjectmetric about 5G
band6metricobjectmetric about 6G
noisefloataverage noise in dBm
cochannel_neighborsfloataverage number of co-channel neighbors
neighborsfloataverage number of neighbors
densityfloatdefined by how APs can hear from one and another, 0 - 1 (everyone can hear everyone)
rftemplateobjectRF Template if used if it uses RFTemplate from Org

RESPONSES

status: OK

"{\n    \"status\": \"ready\",\n    \"timestamp\": 1428949501,\n    \"band_24\": {\n        \"00000000-0000-0000-1000-5c5b350e0024\": {\n            \"curr_channel\": 6,\n            \"curr_power\": 18,\n            \"curr_bandwidht\": 20,\n            \"curr_usage\": \"24\",\n            \"channel\": 1,\n            \"power\": 19,\n            \"bandwidth\": 20,\n            \"usage\": \"24\"\n        },\n        ...\n    },\n    \"band_5\": {\n        ...\n    },\n    \"band_6\": {\n        ...\n    },\n    \"band_24_metric\": {\n        \"noise\": -82.7,\n        \"cochannel_neighbors\": 1.0,\n        \"neighbors\": 3.0,\n        \"density\": 1.0\n    },\n    \"band_5_metric\": {\n        \"noise\": -82.7,\n        \"cochannel_neighbors\": 1.0,\n        \"neighbors\": 3.0,\n        \"density\": 1.0,\n        \"interferences\": {\n            \"149\": {\n                \"radar\": 0.3\n            },\n            \"153\": {\n                \"radar\": 0.2\n            }\n        }\n    },\n    \"band_6_metric\": {\n        ...\n    },\n    \"rftemplate\": {\n        \"id\": \"bb8a9017-1e36-5d6c-6f2b-551abe8a76a2\",\n        \"name\": \"5G-Restricted\",\n        \"country_code\": \"US\",\n        \"band_24_usage\": \"24\",\n        \"band_24\": {\n            \"disabled\": false,\n            \"channels\": [ 1, 6, 11 ],\n            \"bandwidth\": 20,\n            \"power\": 16\n        },\n        \"band_5\": {\n            \"disabled\": false,\n            \"channels\": null,\n            \"bandwidth\": 40,\n            \"power\": 0\n        },\n        \"band_6\": {\n            \"disabled\": false,\n            \"channels\": null,\n            \"bandwidth\": 65,\n            \"power\": 0\n        }\n    }\n}"