Manage via API
The API calls below are available for managing automations via HTTP api.
Alternatively, you can manage automations using sevenbridges-python.
- List all automations
- Create a new automation
- Edit an automation
- Get details of an automation
- Archive an automation
- Restore an automation
- List members of an automation
- Add a new automation member
- Get an automation member's permissions
- Modify an automation member's permissions
- Remove an automation member
- List all automation code packages
- Add a new code package Please note that this requires a multi-part upload of the package and multiple requests. We recommend using SB CLI or sevenbridges-python, where everything is done with a single command.
- Get details of a code package
- Archive a code package
- Restore a code package
- List all automation runs
- Create a new automation run
- Re-run an automation
- Get details of an automation run
- Edit an automation run
- Stop an automation
- Get content of the automation state file
- Access an automation log file
Updated over 1 year ago