Werk #5809: New Web API Call: delete_hosts, allows to delete multiple hosts at once
Component | Setup | ||||||||||||||
Title | New Web API Call: delete_hosts, allows to delete multiple hosts at once | ||||||||||||||
Date | May 9, 2018 | ||||||||||||||
Level | Trivial Change | ||||||||||||||
Class | New Feature | ||||||||||||||
Compatibility | Compatible - no manual interaction needed | ||||||||||||||
Checkmk versions & editions |
|
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.