Purpose
- Create a booking in your organization.
- User can book some private devices that are online status.
Rules
- Authorization: Only include devices accessible by the user’s roles. Specifically, the admin can book all devices, but the users can only book the devices in their group.
- Use API to book devices and make the booking intermediately.
- Set duration for each booking: 30- 3600 seconds (default 600s).
- The number of devices: 1- 50 devices (default 1 device). A maximum of 50 devices can be booked in one request.
- After booking some devices, the devices' status changed from Online to Retained.
Go here to learn more about how to use this API.