Hi,
We use this kind of filter o rescheduled all the services of one host.
{ “type”: “Service”, “filter”: “host.name==“hostname””, “force”: true, “pretty”: true }’
When the host has no services api answer 500.
Is this correct?
I think no. must be 200 with empty array or at 404
Thanks in advance