SolarWinds · Example Payload

Solarwinds Getsystem Example

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Solarwinds Getsystem 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": "getSystem",
  "method": "GET",
  "path": "/systems/{id}.json",
  "summary": "Solarwinds Get System Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getsystem200Example",
      "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
        }
      }
    }
  ]
}