SELECT a.Plugins.PluginId ,a.Plugins.Status ,a.Plugins.StatusMessage ,a.Plugins.Version ,a.Name ,a.IP ,a.AgentId ,a.AgentGuid ,a.Node.NodeID ,a.AgentStatus ,a.AgentStatusMessage ,a.ConnectionStatus ,a.ConnectionStatusMessage FROM Orion.AgentManagement.Agent AS a WHERE a.Node.NodeID = 1
Top Comments
Hello CourtesyIT, there's a WHERE statement that needs adjustments or to be removed if doing a cut/paste. I probably should have noted that in there.
Remove the line 'WHERE a.Node.NodeID = 1' and it…