Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a route to AA to get notifications #14402

Draft
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

ZitaNemeckova
Copy link
Member

SUMMARY

Adds a route that asks AA for notifications

Depends on https://gitlab.cee.redhat.com/automation-analytics/automation-analytics-backend/-/merge_requests/786
Fixes https://issues.redhat.com/browse/AA-1546

ISSUE TYPE
  • New or Enhanced Feature
COMPONENT NAME
  • API
AWX VERSION
awx: 22.5.1.dev16+gf3969546ca

@@ -294,3 +295,6 @@ class AnalyticsProbeTemplateForHostsList(GetNotAllowedMixin, AnalyticsGenericLis

class AnalyticsRoiTemplatesList(GetNotAllowedMixin, AnalyticsGenericListView):
name = _("ROI Templates")

class AnalyticsNotifications(AnalyticsGenericListView):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ZitaNemeckova is it going to be GET or POST request?

@dmzoneill dmzoneill marked this pull request as draft February 14, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment