getApModels
GET https://{{host}}/api/v1/const/device_models
Response Parameter
Parameter | Type | Description |
---|---|---|
fccdfsok | boolean | US-only; whether DFS channels are allowed in US for the AP model |
cedfsok | boolean | EU-only; whether DFS channels are allowed in EU countries for the AP model |
otherdfsok | boolean | JP + all other countries; whether DFS channels are allowed in JP and other remaining countries for the AP mode |
RESPONSES
status: OK
[{"model":"AP41","display":"AP41","description":"AP-41","ap_type":"aph","fcc_dfs_ok":true,"ce_dfs_ok":true,"other_dfs_ok":true,"has_scanning_radio":true,"has_extio":true,"extio":{"DO":{"input":true,"default_dir":"OUT","output":true},"A1":{"input":true,"default_dir":"IN","output":true},"A3":{"input":true,"default_dir":"IN","output":true},"A2":{"input":true,"default_dir":"IN","output":true},"A4":{"input":true,"default_dir":"IN","output":true},"DI1":{"input":true,"default_dir":"IN","output":false},"DI2":{"input":true,"default_dir":"IN","output":false}},"has_height":true,"has_usb":true,"has_wifi_band5":true,"has_wifi_band24":true,"band5":{"max_clients":128,"max_power":17,"min_power":8},"band24":{"max_clients":128,"max_power":19,"min_power":8},"max_poe_out":6000,"has_module_port":true,"has_compass":true,"has_vble":true,"vble":{"beacon_rate":4,"power":8}}]