From jsonqery.html interface, I only see query operation but not post to do update
https:/nagios.test.com/nagios/jsonquery.html
Searching around, looks like only Nagios XI support POST.
Question is how do I do REST post operation ?
ie, To trigger an alert from other system for a host using REST post operation.
Nagios 4.2.0 support REST API POST ?
Re: Nagios 4.2.0 support REST API POST ?
If you want to update a host/service's status you are essentially talking about passive checks, for which you should be using NRDP:
https://github.com/NagiosEnterprises/nrdp
If you are looking to create a new config with an API, that is only available in XI.
https://github.com/NagiosEnterprises/nrdp
If you are looking to create a new config with an API, that is only available in XI.
Former Nagios employee
Re: Nagios 4.2.0 support REST API POST ?
Thanks for the pointer on "POST" operation alternative (using NRDP), please close out this post.