I'm trying to retrieve all the "tags" for a specific object but it doesn't seem like getobjectproperty has a version for json. I can do regex matching for the html, but I was hoping there was a cleaner solution.
Does /api/getobjectproperty.htm? have a json output version?
Modified on 2025-06-10 22:32:34 +0200
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.
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.
Nope, tags will always be outputted as one string. You'll have to split them at the whitespaces as of right now. Sorry!
Mar, 2016 - Permalink