Hi friends
I am trying to delete services and hosts at Nagios XI
Problem is services names contains whitespaces and i can not delete services with curl -XDELETE
Is there any solution for it???
Regards
Delete services via CURL command
Re: Delete services via CURL command
Hi there,
Please use %20 to represent a space in the API call.
Thanks
Please use %20 to represent a space in the API call.
Thanks