Comments
-
How about the AWS EC2 instance tags, can that be retrieved , maybe is under CONFIGURATION DETAILS. Can someone check please?
-
Go Settings > Manage Reports > Create a new report > Use Advance Database SQL Query > Select SQL and use the script below: SELECT Nodes.NodeID, Nodes.StatusLED, Nodes.Caption, Nodes.Vendor, Nodes.IP_Address, Nodes.Machinetype FROM Nodes LEFT OUTER JOIN VIM_VirtualMachines ON Nodes.NodeID = VIM_VirtualMachines.NodeID LEFT…
-
Thank you Mike!