Hello,
I am exploring the REST API Polling ability of Solarwinds. I have been handed a task where I need to create a Dashboard with the current status of our key infrastructure objects. Some of these cannot be added to Solarwinds. I am trying to configure an API Poller that returns multiple sets of data depending on how many there are at the time polling. However, there are a few things I am not understanding.
1. Do I have to add Monitoring to each path, even though the path may not exist for that poll? i.e.:
path: $.['data'].[0].['status']
path: $.['data'].[1].['status']
path: $.['data'].[2].['status']
2. There is a Name and a status for each path. How can I display the name and status together? Can I set the "Name" as a variable, then put that variable in the next API call so the status would be named correctly?
Thanks you for any help on this one,
Tom