xWyatt / check_rest_api

Nagios Core plugin to check output from a RESTful JSON API
GNU General Public License v3.0
11 stars 5 forks source link

Feature: PUT/POST request methods #16

Closed xWyatt closed 3 years ago

xWyatt commented 3 years ago

Allows PUT and POST requests methods to be specified.

If POST, an empty payload is sent. If PUT only the method type is changed.

This PR also allows 201-Created as an 'OK' return.

Closes Issue #13.