Import files using API
You can import bots with their dependent files using the Import API.
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.
- You must have following permissions and licenses:
- Import bots
- Manage package
- Check in permissions to the necessary folders to import bots in the public workspace
- Bot Creator license to import bots in the private workspace
- 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.
- The following API URLs:
https://<your_control_room_url>/v2/blm/import
: To import repository bothttps://<your_control_room_url>/v2/blm/status/{requestId}
: To get import status by request ID
- To import the Enterprise 11
bots into your Control Room, you must have the
required aapkg package that you created using the BLM
Export API in the Enterprise 11
Control Room instance.
The aapkg package must be present in the same Automation 360 machine where you want to import the Enterprise 11 bots.
You can import the password-protected aapkg packages using the Import API only.