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
Name | Type | Description |
---|---|---|
type | string | fetch version for device type (E.g. switch) |
model | string | fetch version for device model, use/combine with type as needed (for switch and gateway devices) |
Response Schema
Name | Type | Description |
---|---|---|
model | string | device 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 |
RESPONSES
status: OK
[{"model":"AP41","version":"v0.1.543","tag":"stable"},{"model":"AP21","version":"v0.1.545"}]