From 94520a56a8069cb69f2eb4df6aed0c92cca5d26e Mon Sep 17 00:00:00 2001 From: ajinkya-takle <92445099+ajinkya-takle@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:11:50 +0530 Subject: [PATCH 1/4] Update webhooks.md --- content/en/docs/deployment/general/webhooks.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/docs/deployment/general/webhooks.md b/content/en/docs/deployment/general/webhooks.md index 7fb133f0651..81671d37eac 100644 --- a/content/en/docs/deployment/general/webhooks.md +++ b/content/en/docs/deployment/general/webhooks.md @@ -213,6 +213,12 @@ When an alert is triggered for your Mendix app, a payload with the following for } ``` +The `serverity` field from the above JSON can have following values: +* Ok +* Warning +* Critical +* Recovery + For details on receiving alerts, see [Receive Environment Status Alerts](/developerportal/operate/receive-alerts/). ## Logging From 22022d0cd9ea6eb2fb618e122d3222b3da376f72 Mon Sep 17 00:00:00 2001 From: ajinkya-takle <92445099+ajinkya-takle@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:17:09 +0530 Subject: [PATCH 2/4] correct the typo in severity --- content/en/docs/deployment/general/webhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/deployment/general/webhooks.md b/content/en/docs/deployment/general/webhooks.md index 81671d37eac..9e22f96a9e8 100644 --- a/content/en/docs/deployment/general/webhooks.md +++ b/content/en/docs/deployment/general/webhooks.md @@ -213,7 +213,7 @@ When an alert is triggered for your Mendix app, a payload with the following for } ``` -The `serverity` field from the above JSON can have following values: +The `severity` field from the above JSON can have following values: * Ok * Warning * Critical From c6b7ed1b879a3f17d993fa0e661745fe2a0f9f05 Mon Sep 17 00:00:00 2001 From: Mark van Ments <35492184+MarkvanMents@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:49:44 +0200 Subject: [PATCH 3/4] Use JSON nomenclature when referring to elements. --- content/en/docs/deployment/general/webhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/deployment/general/webhooks.md b/content/en/docs/deployment/general/webhooks.md index 9e22f96a9e8..0232e5e89ef 100644 --- a/content/en/docs/deployment/general/webhooks.md +++ b/content/en/docs/deployment/general/webhooks.md @@ -213,7 +213,7 @@ When an alert is triggered for your Mendix app, a payload with the following for } ``` -The `severity` field from the above JSON can have following values: +The `severity` key name from the above JSON can have following values: * Ok * Warning * Critical From d9c603a130c443d2d7c27c303245f982cfe500e5 Mon Sep 17 00:00:00 2001 From: Mark van Ments <35492184+MarkvanMents@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:50:26 +0200 Subject: [PATCH 4/4] Space before list in Markdown --- content/en/docs/deployment/general/webhooks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/deployment/general/webhooks.md b/content/en/docs/deployment/general/webhooks.md index 0232e5e89ef..6b28c1d70c7 100644 --- a/content/en/docs/deployment/general/webhooks.md +++ b/content/en/docs/deployment/general/webhooks.md @@ -214,6 +214,7 @@ When an alert is triggered for your Mendix app, a payload with the following for ``` The `severity` key name from the above JSON can have following values: + * Ok * Warning * Critical