get_automations
Fetch all automations in Itential Operations Manager, returning a unified list with component types and route names to trigger any automation.
Instructions
Get all automations from the Itential Platform Operations Manager.
Returns a unified list of all automation objects regardless of component type (workflows, agents, compliance plans). Each entry includes the component_type discriminator and the route_name needed to trigger it via trigger_automation.
Use this when you need a full picture of what is available in the Operations Manager. Use get_workflows when you only need workflow-type automations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Response model for the unified automations collection. Wraps a list of AutomationElement objects covering all component types. Attributes: root: List of AutomationElement objects. |