Hi, I'm trying to send data to an external website via an HTTP Request (POST) with the following JSON:

{
	"device": "%device",
	"server": "%server",
	"name": "%name",
	"probe": "%probe",
	"sensor": "%sensor",
	"sitename": "%sitename"
}

It does not work, the placeholders are not translation the variable into a value.

Do you have an idea, please?

Thanks


Article Comments

Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.

Hello,

Unfortunately, placeholders can not be used in the POST requests. You would need to enter the information directly in the request instead of using the placeholders.


Kind regards,
Sasa Ignjatovic, Tech Support Team


Nov, 2022 - Permalink