Bot migration results by id API
List bot migration results by a unique numeric identifier, migrationId and filter the results by selected fields.
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 an admin role or a custom role with View Migration permission.
- Use the numeric identifier, migrationId for the migration you want to view.
Use the following filters in the request body to narrow the search results:
- sourceName: Source bot name.
- sourceType: Source bot type.
- status: Migration status.
- Success
- Skipped
- Failed
- reason: A reason why this bot migration is failed.
- targetName: Migrated bot target name.
- targetType: Migrated bot target type.
Procedure
The REST API responds to each request with
an HTTP response code. For response codes,
see API response codes.