We have an hierarchy groups like Product/Dep/Group .
We accidentally put some hosts in /Product/Dep instead of Product/Dep/Group and we need some how to move them down a level.
Is it possible to achieve that in GUI?
If I select Product/Dep group it brings all hosts from all subgroups and there is no way to filter hosts by GroupID.
If not possible in GUI:
I can query API to receive hosts by specific GroupID and looks like I can use host.massupdate call to replace a group but doc examples are not very clear. Can someone give me a proper host.massupdate example to replace a group?
We accidentally put some hosts in /Product/Dep instead of Product/Dep/Group and we need some how to move them down a level.
Is it possible to achieve that in GUI?
If I select Product/Dep group it brings all hosts from all subgroups and there is no way to filter hosts by GroupID.
If not possible in GUI:
I can query API to receive hosts by specific GroupID and looks like I can use host.massupdate call to replace a group but doc examples are not very clear. Can someone give me a proper host.massupdate example to replace a group?
Comment