getSiteCurrentChannelPlanning
GET https://{{host}}/api/v1/sites/:site_id/rrm/current
Response Parameter
Parameter | Type | Description |
---|---|---|
status | string | unknown / updating / ready |
timestamp | long | time where the status was updated |
band_24 | object | proposal on band 2.4G, key is ap_id, value is the proposal |
band_5 | object | proposal on band 5G, key is ap_id, value is the proposal |
band_6 | object | proposal on band 6G, key is ap_id, value is the proposal |
curr_channel | int | current channel |
curr_power | int | current tx power |
curr_bandwidth | int | current bandwidth |
channel | int | proposed channel |
power | int | proposed tx power |
bandwidth | int | proposed bandwidth |
band24metric | object | metric about 2.4G |
band5metric | object | metric about 5G |
band6metric | object | metric about 6G |
noise | float | average noise in dBm |
cochannel_neighbors | float | average number of co-channel neighbors |
neighbors | float | average number of neighbors |
density | float | defined by how APs can hear from one and another, 0 - 1 (everyone can hear everyone) |
rftemplate | object | RF 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}"