Get Automations
get_automationsGet a unified list of all automations from Itential Operations Manager, including workflows, agents, and compliance plans, with component types and trigger route names.
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. |