-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
There's no way in the API that I can find that you can directly say, "give me this singleton object and all of it's properties".
However, using the sensortree option in table.xml (which is what get-prtgtabledata hits) should allow you to select an object by ID. This will require a bit of parsing (determine what the object is, assign all the properties, and then determine what to do with the children properties), but should allow of selecting single objects.
Reactions are currently unavailable