1 comment (1 comment)12 reactions (12 reactions)0 assignees (0 assignees)Python3,333 forks (3,333 forks)batch import
component:apihelp wantedtype:enhancement
Repository metrics
- Stars
- 13,071 stars (13,071 stars)
- PR merge metrics
- Avg merge 24d 6h (Avg merge 24d 6h)30 merged PRs in 30d (30 merged PRs in 30d)
Description
ISSUE TYPE
SUMMARY
I am trying to find a way, how to integrate AWX notifications with OpsGenie using API.
It can be done using https://docs.opsgenie.com/docs/alert-api, I have to only find a way how to create a payload.
But anyway if AWX has already PagerDuty notification type, it would be also nice to have the same with OpsGenie with a native notification type.
Contributor guide
- Research direction
- Examine the PagerDuty notification type in AWX codebase. Understand the notification system architecture. Implement a new notification type for OpsGenie by following the same pattern, using OpsGenie's Alert API (https://docs.opsgenie.com/docs/alert api). Ensure payload construction matches OpsGenie's API requirements.
- Tech stack
- python
- Domain
- backendapi
- Issue type
- Feature
- Prerequisites
- PythonGitAnsible basics