Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 5809
blobe9eb96404c83bddbc9e5cc5187b198a307ab61ad
1 Title: New Web API Call: delete_hosts, allows to delete multiple hosts at once
2 Level: 1
3 Component: wato
4 Compatible: compat
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1525862330
8 Class: feature
10 The required payload for delete_hosts is a variable <tt>hostnames</tt> with a list of hostnames.
12 For example, <tt>"hostnames": ["host1", "host2", "host3"]</tt>.
14 The API returns an error if a specified host does not exist.