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

KeyDatatypeRequiredDescription
tenant_idstringCustomer/Tenant ID to look up Radio list
debugstringTrigger to switch between debug level and Nondebug level information

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;timestamp&quot;:&quot;\u003cinteger\u003e&quot;,&quot;radio_mac&quot;:&quot;\u003cstring\u003e&quot;,&quot;channel&quot;:&quot;\u003cinteger\u003e&quot;,&quot;secondary_freq_segment&quot;:&quot;\u003cinteger\u003e&quot;,&quot;band&quot;:&quot;\u003cstring\u003e&quot;,&quot;bandwidth&quot;:&quot;\u003cstring\u003e&quot;,&quot;eirp&quot;:&quot;\u003cinteger\u003e&quot;,&quot;eirp_dbm&quot;:&quot;\u003cinteger\u003e&quot;,&quot;ap_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;ap_model&quot;:&quot;\u003cstring\u003e&quot;,&quot;chan_time&quot;:&quot;\u003cinteger\u003e&quot;,&quot;eirp_time&quot;:&quot;\u003cinteger\u003e&quot;,&quot;retries&quot;:&quot;\u003cinteger\u003e&quot;,&quot;confirm_time&quot;:&quot;\u003cinteger\u003e&quot;,&quot;eirp_opti&quot;:&quot;\u003cinteger\u003e&quot;,&quot;chan_opti&quot;:&quot;\u003cinteger\u003e&quot;,&quot;eirp_frozen&quot;:&quot;\u003cboolean\u003e&quot;,&quot;chan_frozen&quot;:&quot;\u003cboolean\u003e&quot;,&quot;cbw_frozen&quot;:&quot;\u003cboolean\u003e&quot;}