SolarWinds · Example Payload

Solarwinds Listsystems Example

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Solarwinds Listsystems Example is an example object payload from SolarWinds, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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
          }
        }
      ]
    }
  ]
}