From 8e9843bf7c53d1a40a1d881d2e6a1cb948b138a6 Mon Sep 17 00:00:00 2001 From: Emilee Moore <74628683+emileemooreVT@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:47:51 -0400 Subject: [PATCH 1/3] W-23259917-CR-DocumentAPIForAlerts-EBM --- .../ROOT/pages/alerts-on-runtime-manager.adoc | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/runtime-manager/modules/ROOT/pages/alerts-on-runtime-manager.adoc b/runtime-manager/modules/ROOT/pages/alerts-on-runtime-manager.adoc index 9fb4dc7ef..9886f47a7 100644 --- a/runtime-manager/modules/ROOT/pages/alerts-on-runtime-manager.adoc +++ b/runtime-manager/modules/ROOT/pages/alerts-on-runtime-manager.adoc @@ -20,6 +20,32 @@ Runtime Manager retains thirty days of alert history. Alerts retrigger when the conditions exceed the specified threshold. ==== +== Runtime Manager Alerts Compared with Anypoint Monitoring Alerts + +Runtime Manager and Anypoint Monitoring provide different alert systems. +Use the alert page and API for the system that owns the alert you need. + +Runtime Manager alerts:: +Infrastructure-focused alerts for servers, clusters, and application lifecycle events. +Examples include CPU usage, memory usage, load average, thread count, deployment events, and server connectivity events. ++ +Use Runtime Manager REST Services endpoints for these alerts: ++ +* Alert configuration (alert definitions): `GET /hybrid/api/v1/alerts` and related alert-definition operations +* Fired-alert history: alert-history endpoints for the alert ID, for example `GET /armui/api/v1/alerts/cloudhub/{alertId}/history` ++ +Runtime Manager alert history is retained for 30 days. +Runtime Manager alerts retrigger when a condition continues to breach its threshold. +These Runtime Manager alerts aren't listed on the Anypoint Monitoring *Alerts* page. + +Anypoint Monitoring alerts:: +API-behavior-focused alerts, including instance alerts (such as response time, request count using sliding-window thresholds, policy violations, and HTTP status codes), plus Contracts, Basic, and Advanced alerts. ++ +Use Anypoint Monitoring alert APIs for Anypoint Monitoring alert definitions and fired-alert history. +Runtime Manager alert endpoints don't return Anypoint Monitoring alerts. ++ +For Anypoint Monitoring alerts, see xref:monitoring::basic-alerts.adoc[Getting Alerts]. + You can also create custom alerts for applications deployed to CloudHub and CloudHub 2.0. Custom alerts in CloudHub are triggered when your application sends notifications to the Runtime Manager console From 2c510519a51e735b7792e24868b811a45f0053e7 Mon Sep 17 00:00:00 2001 From: Emilee Moore <74628683+emileemooreVT@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:58:35 -0400 Subject: [PATCH 2/3] SG Updates --- .../ROOT/pages/alerts-on-runtime-manager.adoc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/runtime-manager/modules/ROOT/pages/alerts-on-runtime-manager.adoc b/runtime-manager/modules/ROOT/pages/alerts-on-runtime-manager.adoc index 9886f47a7..37f5ba084 100644 --- a/runtime-manager/modules/ROOT/pages/alerts-on-runtime-manager.adoc +++ b/runtime-manager/modules/ROOT/pages/alerts-on-runtime-manager.adoc @@ -20,7 +20,7 @@ Runtime Manager retains thirty days of alert history. Alerts retrigger when the conditions exceed the specified threshold. ==== -== Runtime Manager Alerts Compared with Anypoint Monitoring Alerts +== Compare Runtime Manager Alerts and Anypoint Monitoring Alerts Runtime Manager and Anypoint Monitoring provide different alert systems. Use the alert page and API for the system that owns the alert you need. @@ -34,15 +34,19 @@ Use Runtime Manager REST Services endpoints for these alerts: * Alert configuration (alert definitions): `GET /hybrid/api/v1/alerts` and related alert-definition operations * Fired-alert history: alert-history endpoints for the alert ID, for example `GET /armui/api/v1/alerts/cloudhub/{alertId}/history` + -Runtime Manager alert history is retained for 30 days. +Runtime Manager retains 30 days of alert history. Runtime Manager alerts retrigger when a condition continues to breach its threshold. -These Runtime Manager alerts aren't listed on the Anypoint Monitoring *Alerts* page. +Runtime Manager alerts aren't listed on the Anypoint Monitoring *Alerts* page. Anypoint Monitoring alerts:: API-behavior-focused alerts, including instance alerts (such as response time, request count using sliding-window thresholds, policy violations, and HTTP status codes), plus Contracts, Basic, and Advanced alerts. + -Use Anypoint Monitoring alert APIs for Anypoint Monitoring alert definitions and fired-alert history. -Runtime Manager alert endpoints don't return Anypoint Monitoring alerts. +Use Anypoint Monitoring alert APIs for: ++ +* Alert configuration (alert definitions) +* Fired-alert history ++ +Runtime Manager alert endpoints don't return these Anypoint Monitoring alerts. + For Anypoint Monitoring alerts, see xref:monitoring::basic-alerts.adoc[Getting Alerts]. From a2e9deeff2a254f41176909d48bbc108de2d3768 Mon Sep 17 00:00:00 2001 From: Emilee Moore Date: Thu, 6 Aug 2026 16:40:44 -0400 Subject: [PATCH 3/3] Updates from PM review --- .../modules/ROOT/pages/alerts-on-runtime-manager.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime-manager/modules/ROOT/pages/alerts-on-runtime-manager.adoc b/runtime-manager/modules/ROOT/pages/alerts-on-runtime-manager.adoc index 37f5ba084..cac48724c 100644 --- a/runtime-manager/modules/ROOT/pages/alerts-on-runtime-manager.adoc +++ b/runtime-manager/modules/ROOT/pages/alerts-on-runtime-manager.adoc @@ -39,7 +39,7 @@ Runtime Manager alerts retrigger when a condition continues to breach its thresh Runtime Manager alerts aren't listed on the Anypoint Monitoring *Alerts* page. Anypoint Monitoring alerts:: -API-behavior-focused alerts, including instance alerts (such as response time, request count using sliding-window thresholds, policy violations, and HTTP status codes), plus Contracts, Basic, and Advanced alerts. +Alerts for APIs, Mule applications, and servers, including instance alerts such as response time, request count, policy violations, and HTTP status codes, plus Contracts, Basic, and Advanced alerts. For instance alerts, the sliding window is configurable. + Use Anypoint Monitoring alert APIs for: +