Is there any way to bulk rename sensors using windows powershell or cmd?


Article Comments

Hello,

Thank you for your message.

To rename many sensors in PRTG, you can use the following API call :

/api/rename.htm?id=ObjectID&value=NewName&username=PRTGUser&passhash=Passhash

Here is the corresponding manual of the API: https://www.paessler.com/manuals/prtg/object_manipulation#object_settings

You also have the possibility to use the PowerShell module called PRTGAPI, whose documentation is available here: https://github.com/lordmilko/PrtgAPI/wiki.

If you have questions, let us know.

Regards.


May, 2021 - Permalink