Reboot every device named in device-list, in one request — the bulk form of POST /domains/{domain}/devices/{device}/reboot (API-2129).One check-sync event is published per device. Unlike the singular path this does not verify that each device exists: the v1 endpoint never did, and an event addressed at a device with no registrar row is simply consumed by nobody. Check the names against GET /domains/{domain}/devices if that matters to you.A device may be named bare (1001a) or as a full AOR (sip:1001a@example.com); a bare name is qualified with the domain in the path. Requires the same update privilege on devices in the domain as an ordinary device update.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.