Automate interactions with LogicMonitor's Edwin AI services using Ansible.
Edwin AI is LogicMonitor's agentic AI-powered ITOps platform that surfaces intelligent insights. It provides automation to proactively detect, diagnose, and remediate incidents thereby reducing alert noise and time to resolution.
This collection provides interactions with LogicMonitor's Edwin AI enabling automation of incident response, AI-driven remediation steps, and operational tasks.
The plugins in this collection require API access to your EdwinAI portal. Please contact your Edwin AI admin if you need new API tokens created for your account.
Before using this collection, you need to install it with the Ansible Galaxy command-line tool:
ansible-galaxy collection install logicmonitor.edwin_aiYou can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:
---
collections:
- name: logicmonitor.edwin_aiNote that if you install the collection from Ansible Galaxy, it will not be upgraded automatically when you upgrade the ansible package. To upgrade the collection to the latest available version, run the following command:
ansible-galaxy collection install logicmonitor.edwin_ai --upgradeYou can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository).
Use the following syntax to install version 0.1.0:
ansible-galaxy collection install logicmonitor.edwin_ai:==0.1.0See using Ansible collections for more details.
For examples, please refer to the individual plugins. Each plugin must document itself and its parameters. If any documentation is incorrect or incomplete, please report an issue or submit a pull request.
See the changelog.
- For feature requests, please submit a feature request for consideration in our product roadmap.
- For bugs, please submit a feature request or report an issue with a clear replication path.
- Pull requests are also encouraged. However, a replication path is still required to validate the problematic behavior and the fix.
- For documentation issues, and other clerical edits, we gladly encourage pull requests!
Apache License, Version 2.0
See LICENSE to see the full text.