mirror of https://github.com/Icinga/icinga2.git
Document which other downtimes are deleted by /v1/actions/remove-downtime
This commit is contained in:
parent
bb0dcdf0b4
commit
da08d970cc
|
@ -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`.
|
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:
|
Example for a simple filter using the `downtime` URL parameter:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue