Hello,
I am hoping that someone can help me out on this one. I am working on a project where we will be using Solarwinds API to display Group(Container) statuses on a 3rd party Dashboard. I've been looking at the Schema (http://solarwinds.github.io/OrionSDK/2020.2/schema/Orion.Container.html) and I can't figure out how to do this. I see there is an Orion.Container endpoint that contains the Name and ContainerID, but no current Status. There is also an Orion.ContainerStatus endpoint that has ContainerID and Status, but the Orion.ContainerStatus looks like it has historical status changes as well. I might be wrong.
Right now, I'm just working thru Postman, does anyone have any advice on how to write the query to show the current status of all of the Containers?
Here's as far as I got so far:
SELECT+ContainerID+,+Name+,+StatusCalculator+,+LastChanged+,+DetailsURL+FROM+Orion.Container
Thank you for any help on this,
Tom