Werk #5809: New Web API Call: delete_hosts, allows to delete multiple hosts at once
Component | WATO |
Title | New Web API Call: delete_hosts, allows to delete multiple hosts at once |
Date | May 9, 2018 |
Checkmk Editon | Checkmk Raw (CRE) |
Checkmk Version | 1.6.0b1 1.5.0b3 |
Level | Trivial Change |
Class | New Feature |
Compatibility | Compatible - no manual interaction needed |
The required payload for delete_hosts is a variable hostnames with a list of hostnames.
For example, "hostnames": ["host1", "host2", "host3"].
The API returns an error if a specified host does not exist.
To the list of all Werks