Want this feature implemented, too? Please upvote by clicking Thumbs up!
User Story
As a PRTG User, I want to easily find children, parent objects when I request all info on an object (sensor, device and group) with an API call.
As a PRTG User, I want to to able to get the dependency option chosen and if applicable I want to see what object it is dependent off.
Details of User Story
We're working on compliancy scripts to check if all objects in PRTG are set to our standards. These scripts are necessary because our environment is too big to check it by manual means. For this we would like to have a value parent, children and dependency with information we can filter on to check if everything is set as it's supposed to be.
We're thinking that a json or xml array would be easiest for usage ("sensor name":"id"}. So if device JUNOS-SWITCH has 3 sensors it would have something like to following:
Parent: '{"LAN":18721} ' Children: '{ "Ping":18723, "Temperature":18724, "Uptime":18725}'
In the case of dependency it is for the same reason but there is more variety in options, but I think it's easily solvable like:
Dependency: '{ "Option":"Select Object", "Ping":18723} Dependency: '{ "Option":"Master of parent"}
Add comment