From d58f086b07ffb59fd16717109b897f05ee3cc391 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Thu, 5 Dec 2024 11:42:21 +0100 Subject: [PATCH] State: Add missing `affects_children` field --- pkg/icingadb/v1/state.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/icingadb/v1/state.go b/pkg/icingadb/v1/state.go index d2e48e81..6ca8a4d0 100644 --- a/pkg/icingadb/v1/state.go +++ b/pkg/icingadb/v1/state.go @@ -17,6 +17,7 @@ type State struct { ExecutionTime float64 `json:"execution_time"` HardState uint8 `json:"hard_state"` InDowntime types.Bool `json:"in_downtime"` + AffectsChildren types.Bool `json:"affects_children"` IsAcknowledged icingadbTypes.AcknowledgementState `json:"is_acknowledged"` IsFlapping types.Bool `json:"is_flapping"` IsHandled types.Bool `json:"is_handled"`