SolarWinds
communityIT management software for network, systems, database, and security monitoring.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
https://{instance}:17778/SolarWinds/InformationService/v3/Json/QueryList nodes
Parameters
querySELECT NodeIDrequired— Caption, IPAddress, Status FROM Orion.Nodes (stringReturns
results[] with NodeID, Caption, IPAddress, Status, MachineType, VendorPOST
https://{instance}:17778/SolarWinds/InformationService/v3/Json/QueryList active alerts
Parameters
querySELECT AlertNamerequired— Severity, ObjectName FROM Orion.AlertActive (stringReturns
results[] with AlertName, Severity, ObjectName, TriggeredDateTimePOST
https://{instance}:17778/SolarWinds/InformationService/v3/Json/QueryList events
Parameters
querySELECT EventTimerequired— Message, NodeID FROM Orion.Events ORDER BY EventTime DESC (stringReturns
results[] with EventTime, Message, NodeID, EventType