When using the AAI Subscription Service to receive alert callbacks via REST webhooks, users observe the following:
isCritical field is missing from the alert payload, even if the jobstream is marked as business-critical.Product: Automation Analytics & Intelligence (AAI)
Component: Subscription Service / REST API
Versions Affected: 24.4.0 and earlier
In AAI 24.4.0 and earlier versions, the isCritical property of a Jobstream was not published within the data payload sent to the Subscription Service. While the flag existed in the Jobstream definition, it was not exposed to the Alerting or Subscription frameworks.
This issue is resolved in AAI Version 24.4.1 via defect DE183492.
After upgrading to AAI 24.4.1, the following enhancements are available:
isCritical (true/false) field.$.isCritical./jaws/rest/jobstreamruns/{runId}/alerts now includes the isCritical field for each alert.isCritical flag for each alert.isCritical as null or absent. Only new alerts created post-upgrade will contain this metadata.