I’m looking to programatically upgrade firmware/software across our Zoom Rooms fleet, which includes a mix of Poly VC devices/controllers, Logitech Tap-Schedulers and DTEN devices and found the below Zoom Rooms app version endpoint:
PUT /rooms/{roomId}/devices/{deviceId}/app_version
The docs state this only supports Mac and Windows Zoom Rooms devices, not other device types.
A few questions:
- Is there any equivalent mechanism - via this endpoint, a different endpoint, or ZDM management/policy API - to programmatically trigger a software/firmware update on Android-based Zoom Rooms appliances (e.g. PolyX72s, Logitech Tap controllers, DTEN boards)? Today the only path we’ve found is the manual “Upgrade OS” action in the Zoom web portal / ZDM auto-update policy scheduling.
- If no such API exists today, is Android device support on the roadmap for this endpoint (or a comparable one)?
- Separately from triggering the update: is there a way to read back upgrade progress/state (e.g. “upgrade in progress,” “upgrade failed/stuck”) for Android-based Room devices via the API, rather than just the current app_version/device_firmware fields we currently see on GET /rooms/{roomId}/devices?
Any guidance - including “not currently possible, and not planned” - would help decide whether to build around ZDM policies instead. Thanks!