{ "operationId": "listSystems", "method": "GET", "path": "/systems.json", "summary": "Solarwinds List All Systems", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listsystems200Example", "example": [ { "id": "abc123", "name": "Example Title", "last_event_at": "2026-01-15T10:30:00Z", "auto_delete": true, "ip_address": "example_value", "hostname": "example_value", "syslog": { "hostname": "example_value", "port": 10 } } ] } ] }