What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

How to make a PUT call?

Votes:

0

We have alot of HTTP sensors and they can make GET, POST and HEAD call. We now have a third-party service we would like to monitor which requires a PUT call.

How can we make a PUT call? I can't seem to find it anywhere. Am I missing something?

http-advanced-sensor put sensors

Created on Feb 28, 2018 2:21:26 PM



3 Replies

Votes:

0

Can they try a POST? From what I've read, it's the same thing.

To my knowledge PRTG will not support a PUT call, but you can create a custom sensor that does the PUT call.

Created on Mar 1, 2018 6:23:01 AM by  Benjamin Day [Paessler Support] (1,441) 2 1



Votes:

0

Hi,

They look very much the same, but are two different things. One is used for creating new objects and the other one for updating a existing object.

But more importantly if the webservice is build on a PUT call, it won't respond to a POST call. I'll give an error. So, that's not an option.

Created on Mar 1, 2018 7:58:22 AM



Votes:

0

Wouter,

Sorry, but no, we do not support a PUT natively. You'd have to write a custom script that does the PUT, and gets the returned value.

Check out the API by going to Setup -> PRTG API -> Custom Sensors in your installation.

Created on Mar 1, 2018 4:55:17 PM by  Benjamin Day [Paessler Support] (1,441) 2 1




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.