createOrgRfTemplate

POST https://{{host}}/api/v1/orgs/:org_id/rftemplates

Body Parameters

ParameterTypeDescription
namestringThe name of the RF template
country_codestringoptional, country code to use. If specified, this gets applied to all sites using the RF Template
model_specificobjectoverwrites for a specific model. If a band is specified, it will shadow the default.
channelslistlist of channels, null or empty array means auto
bandwidthintchannel width for the band, 20 / 40 / 80 / 160, 80 is only applicable for band5 and 160 is only for band6
powerinttx power of the radio, 0 mean auto
power_minintwhen power=0, min tx power to use, HW-specific values will be used if not set
power_maxintwhen power=0, max tx power to use, HW-specific values will be used if not set
preamblestringshort / long / auto, default is short

Request Body

{"name"=>"5G-Restricted", "country_code"=>"US", "band_24"=>{"disabled"=>false, "channels"=>[1, 6, 11], "bandwidth"=>20, "power"=>16}, "band_5"=>{"disabled"=>false, "channels"=>nil, "bandwidth"=>40, "power"=>0, "preamble"=>"short", "power_min"=>10, "power_max"=>18}, "band_6"=>{"disabled"=>false, "channels"=>nil, "bandwidth"=>40, "power"=>0, "preamble"=>"short", "power_min"=>10, "power_max"=>18}, "model_specific"=>{"AP61"=>{"band_5"=>{"disabled"=>false, "channels"=>[100, 104], "bandwidth"=>40, "power"=>0}}}}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
X-CSRFTokenstring
Content-Typestring