Automation Catalog
- 01 Sep 2022
-
DarkLight
-
PDF
Automation Catalog
- Updated on 01 Sep 2022
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Deprecations in Automation Catalog
Important Note: All Automation Catalog APIs are being deprecated as of 2021.1. Automation Catalog functionality is now moved to Operations Manager.
The table below shows the list of deprecations in Automation Catalog and their equivalent method in Operations Manager.
Route (Workflow Task) | Description | Deprecation Release | Scheduled Removal Release | Equivalent Method |
---|---|---|---|---|
API: {PUT} /automation_catalog/:id/schedule WF Task: scheduleAutomation |
Updates the automation schedule. | 2020.1 | 2022.1 | API: {PATCH} /operations-manager/triggers/:id WF Task: updateTrigger |
API: {POST} /automation_catalog/automations WF Task: createAutomation |
Creates an automation. | 2021.1 | 2022.1 | API: {POST} /operations-manager/automations WF Task: createAutomation |
API: {GET} /automation_catalog/automations WF Task: getAutomations |
Gets all automations. | 2021.1 | 2022.1 | API: {GET} /operations-manager/automations WF Task: getAutomations |
API: {DELETE} /automation_catalog/automations WF Task: deleteAutomations |
Deletes automations with an array of IDs. | 2021.1 | 2022.1 | API: {DELETE} /operations-manager/automations WF Task: deleteAutomation |
API: {GET} /automation_catalog/automations/:id WF Task: getAutomationById |
Gets a single automation by its ID. | 2021.1 | 2022.1 | API: {POST} /operations-manager/automations/:id WF Task: getAutomation |
API: {PUT} /automation_catalog/automations/:id WF Task: updateAutomation |
Updates automation attributes (including scheduling data). | 2021.1 | 2022.1 | API: {PATCH} /operations-manager/automations/:id WF Task: updateAutomation |
API: {POST} /automation_catalog/automations/:id/run WF Task: runAutomation |
Single run of an automation outside its scheduled runs. | 2021.1 | 2022.1 | API: {PATCH} /operations-manager/triggers/manual/:id/run WF Task: runManualTrigger |
API: {POST} /automation_catalog/automations/import WF Task: importAutomations |
Import automation documents. | 2021.1 | 2022.1 | API: {PUT} /operations-manager/automations WF Task: importAutomations |
API: {GET} /automation_catalog/automations/:id/export WF Task: exportAutomation |
Exports a single automation. | 2021.1 | 2022.1 | API: {GET} /operations-manager/automations/:id/export WF Task: exportAutomation |
Was this article helpful?