From 5755410bce746387edef4c42231d0be5a3bd6828 Mon Sep 17 00:00:00 2001 From: Sasha Date: Mon, 7 Apr 2025 10:35:10 +0200 Subject: [PATCH] remove duplicate definitions for Health API --- standards/application/messaging-api.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/standards/application/messaging-api.md b/standards/application/messaging-api.md index 1feeb5b..d94b910 100644 --- a/standards/application/messaging-api.md +++ b/standards/application/messaging-api.md @@ -786,14 +786,6 @@ Content-Type: application/json ### Health Indicator -The `Health Indicator API` SHOULD be used to monitor the health of a node operating under the `Messaging API`. -The specific criteria for determining the health state MAY vary depending on the protocols the node utilizes. - -We define three health states: -- unhealthy; -- minimally healthy; -- healthy; - The `Health Indicator API` SHOULD be used to monitor the operational health of a node operating under the `Messaging API`. The criteria for determining a node’s health state MAY vary depending on the protocols in use and the node’s configuration. Detailed criteria for each health state are provided in the subsequent sections.