Get solution of a specific radio MAC
GET {{base_url}}/solver/v1/radio_plan/:radio_mac?tenant_id=<string>&debug=<boolean>
Returns solution/ radio plan of a specific radio
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
tenant_id | string | Customer/Tenant ID to look up Radio list | |
debug | string | Trigger to switch between debug level and Nondebug level information |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"timestamp":"\u003cinteger\u003e","radio_mac":"\u003cstring\u003e","channel":"\u003cinteger\u003e","secondary_freq_segment":"\u003cinteger\u003e","band":"\u003cstring\u003e","bandwidth":"\u003cstring\u003e","eirp":"\u003cinteger\u003e","eirp_dbm":"\u003cinteger\u003e","ap_name":"\u003cstring\u003e","ap_model":"\u003cstring\u003e","chan_time":"\u003cinteger\u003e","eirp_time":"\u003cinteger\u003e","retries":"\u003cinteger\u003e","confirm_time":"\u003cinteger\u003e","eirp_opti":"\u003cinteger\u003e","chan_opti":"\u003cinteger\u003e","eirp_frozen":"\u003cboolean\u003e","chan_frozen":"\u003cboolean\u003e","cbw_frozen":"\u003cboolean\u003e"}