I m trying to communicate with the solarwinds using this query
res, err := client.Query("SELECT Caption, IPAddress FROM Orion.Nodes", nil)
if err != nil {
log.Fatal(err)
}
Here in this query I m able to connect to the solarwinds service called "Mange Nodes " from the dashboard.
I m looking for the query to connect with the solarwinds service called the 'Mange Subnets & IP Address" from the dashboard, where I m not able to see any query which can relate me with the schema of this service.
I would like to know the schema to connect to this service and need the right API to communicate with it.
Anyone working around this thing, most welcome to leave a comment here.