Search found 1 match
- Wed Feb 21, 2018 5:17 am
- Forum: Nagios XI
- Topic: Using Nagios API to delete multiple services
- Replies: 1
- Views: 509
Using Nagios API to delete multiple services
Hi , I am working on writing a script which deletes all the service checks of a server. I see that to delete any service check we use below rest call: http://hostaddress/nagiosxi/api/v1/config/service?apikey=[apikey]&pretty=1&host_name=hostname&service_description=PING Usage&applycon...