+ Fix #607
This commit is contained in:
parent
121c1aef5a
commit
6401fc07d2
|
@ -273,7 +273,7 @@ __END__
|
||||||
|
|
||||||
Check JSON webservice. Can send the json request with option '--data'. Example:
|
Check JSON webservice. Can send the json request with option '--data'. Example:
|
||||||
centreon_plugins.pl --plugin=apps::protocols::http::plugin --mode=json-content --data='/home/user/request.json' --hostname='myws.site.com' --urlpath='/get/payment'
|
centreon_plugins.pl --plugin=apps::protocols::http::plugin --mode=json-content --data='/home/user/request.json' --hostname='myws.site.com' --urlpath='/get/payment'
|
||||||
--lookup='$..expiration'
|
--lookup='$..expiration' --header='Content-Type: application/json'
|
||||||
|
|
||||||
JSON OPTIONS:
|
JSON OPTIONS:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue