Hello all,
I have a requirement to identify the internal switches of a switch stack using the API.
My current query is as follows
https://<server>:17778/SolarWinds/InformationService/v3/Json/Query
{
"Nodes.InstanceSiteId, Nodes.NodeID, Nodes.IPAddress, Nodes.IPAddressType, Nodes.DynamicIP, Nodes.Caption, Nodes.Category, Nodes.NodeDescription, Nodes.Description, Nodes.DNS, Nodes.SysName, Nodes.Vendor, Nodes.IOSImage, Nodes.IOSVersion, Nodes.CPUCount, Nodes.MachineType, Nodes.IsServer, Nodes.TotalMemory, Nodes.CMTS, Nodes.IP, Nodes.IP_Address, Nodes.LastSync"
}
This returns the switch stack itself, but not the 3 switches contained in the stack. I want to represent the following

Can this be achieved through the API ?
Thanks