From a07a749e9204350a1d19d59625739612c4cbdc05 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Fri, 19 Nov 2021 14:47:07 +0100 Subject: [PATCH] Document which other downtimes are deleted by /v1/actions/remove-downtime --- doc/12-icinga2-api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/12-icinga2-api.md b/doc/12-icinga2-api.md index 591c2d4dc..409e27b17 100644 --- a/doc/12-icinga2-api.md +++ b/doc/12-icinga2-api.md @@ -1448,6 +1448,9 @@ Send a `POST` request to the URL endpoint `/v1/actions/remove-downtime`. In addition to these parameters a [filter](12-icinga2-api.md#icinga2-api-filters) must be provided. The valid types for this action are `Host`, `Service` and `Downtime`. +When removing a host downtime, service downtimes on this host are automatically deleted if they were created using +the `all_services` option. Other downtimes created using the `child_options` option are not affected. + Example for a simple filter using the `downtime` URL parameter: ```bash