When I add a node using Orion SDK, as mentioned in (orionsdk-python/add_node.py at master · solarwinds/orionsdk-python · GitHub ), I am able to see my node under manage nodes page.
When i click on "List Resources" page, I can see that the associated volumes on that node are automatically discovered and listed on that page.
But I cannot find these volumes in the Orion.Volumes table.
Where are these details saved in the database? For example, a new linux node added using the above mentioned script, shows the following volumes in the "Resources List" page. But I cannot find the fixed disk type volumes named "/", "/dev/shm", "/run", "/sys/fs/cgroup" in the Orion.Volumes table
I am planning to iterate through this list of auto discovered volumes and assign the pollers to each volume using a python script.