Create device pool API
Device pools are a logical grouping of devices or similar Bot Runner machines on which you can run your workload management automations or scheduled automations. Create a device pool using an API with a unique name and add unattended Bot Runners to the device pool.
Prerequisites
Note: View the Control Room APIs in the
Community Edition, but API functionality is limited. You need a
licensed Automation 360 Edition to access the full functionality of
the APIs.
Ensure you have the following:
- AAE_Pool_Admin role and View and manage ALL device(s) permission
- All API calls must contain an authentication token in the request header. Use the Authentication API to generate a JSON Web Token. See Authentication API.
- Endpoint URLs:
<your_control_room_url>/v2/devices/pools
<your_control_room_url>/v2/devices/list
Procedure
Next steps
If you are performing the steps to Create workload automation, next Run bot with queue API.
If you are performing the steps to Deploy a bot, next Bot Deploy.