PRTG Network Monitor API usage

Hey Guys,

Just wondering if anyone out there has successfully hooked ignition up to the PRTG API to pull sensor probe data?

cheers

I’m not aware of anyone who has done this, but it might be useful to look at the node-red driver they publish - should tell you how to authenticate and parse API responses:

That code should be moderately translatable to system.net.httpClient() calls, assuming it’s a REST-like API.

1 Like

Cool thanks Paul,

Will have a look.