getSiteAvailableDeviceVersions

GET https://{{host}}/api/v1/sites/:site_id/devices/versions

model string AP model (as seen in the device stats)
version string firmware version
tag string annotation, stable / beta / alpha. Or it can be empty or nothing which is likely a dev build

Query Parameters

NameTypeDescription
typestringfetch version for device type (E.g. switch)
modelstringfetch version for device model, use/combine with type as needed (for switch and gateway devices)

Response Schema

NameTypeDescription
modelstringdevice model (as seen in the device stats)
versionstringfirmware version
tagstringannotation, stable / beta / alpha. Or it can be empty or nothing which is likely a dev build

RESPONSES

status: OK

[{"model":"AP41","version":"v0.1.543","tag":"stable"},{"model":"AP21","version":"v0.1.545"}]