so I have this cURL command which I want to convert to a PRTG sensor. Any ideas how it can be done?
This is the cURL command:
curl 'https://host.com/api' -H 'referer: https://www.mycompany.com' --data-binary '{"request":{"searchRequest":{"limit":0},"tracking":{}},"metadata":{"project":["mycompanywebsite"],"collection":["mycollection"],"user-agent":["curl"]}}'
thanks!
Add comment