Red Hat · AsyncAPI Specification

Red Hat Hybrid Cloud Console Notifications Events

Version 1.0

The Red Hat Hybrid Cloud Console notifications service delivers event-driven notifications when significant events occur across Insights services, including advisor recommendations, vulnerability alerts, compliance changes, patch advisories, and inventory updates. Events can be forwarded via webhook integrations to third-party applications, email notifications, or integration endpoints such as Splunk, ServiceNow, and PagerDuty.

View Spec View on GitHub CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen SourceAsyncAPIWebhooksEvents

Channels

advisor.newRecommendation
subscribe onAdvisorNewRecommendation
New advisor recommendation
Triggered when the Advisor service identifies a new recommendation for one or more registered RHEL systems based on rule evaluation.
advisor.resolvedRecommendation
subscribe onAdvisorResolvedRecommendation
Advisor recommendation resolved
Triggered when an Advisor recommendation is resolved on systems, either through remediation or configuration change.
vulnerability.newCve
subscribe onVulnerabilityNewCve
New CVE detected
Triggered when a new CVE is detected affecting registered systems through the Vulnerability service.
vulnerability.cveSeverityChange
subscribe onVulnerabilityCveSeverityChange
CVE severity changed
Triggered when the severity rating of a CVE affecting registered systems changes.
compliance.policyViolation
subscribe onCompliancePolicyViolation
Compliance policy violation
Triggered when a system fails compliance against an assigned SCAP policy profile.
patch.newAdvisory
subscribe onPatchNewAdvisory
New patch advisory
Triggered when new errata advisories become applicable to registered systems through the Patch service.
inventory.systemRegistered
subscribe onInventorySystemRegistered
System registered
Triggered when a new system is registered with Red Hat Insights through the Inventory service.
inventory.systemBecameStale
subscribe onInventorySystemBecameStale
System became stale
Triggered when a registered system becomes stale after failing to check in within the configured stale period.

Messages

AdvisorRecommendationEvent
Advisor New Recommendation Event
A new Advisor recommendation was identified for systems.
AdvisorResolvedEvent
Advisor Recommendation Resolved Event
An Advisor recommendation was resolved.
VulnerabilityNewCveEvent
New CVE Detected Event
A new CVE was detected affecting systems.
VulnerabilitySeverityChangeEvent
CVE Severity Change Event
A CVE severity rating was changed.
CompliancePolicyViolationEvent
Compliance Policy Violation Event
A compliance policy violation was detected.
PatchNewAdvisoryEvent
New Patch Advisory Event
New patch advisories are available for systems.
InventorySystemRegisteredEvent
System Registered Event
A new system was registered with Insights.
InventorySystemStaleEvent
System Became Stale Event
A system became stale after missing check-ins.

Servers

https
hybridCloudConsole https://console.redhat.com
Red Hat Hybrid Cloud Console notifications service. Events are delivered as HTTP POST requests to configured webhook endpoints when subscribed events occur across Insights services.