SolarWinds · Example Payload

Solarwinds Listchanges Example

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Solarwinds Listchanges 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": "listChanges",
  "method": "GET",
  "path": "/changes.json",
  "summary": "Solarwinds List Change Requests",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listchanges200Example",
      "example": [
        {
          "id": "abc123",
          "number": 10,
          "name": "Example Title",
          "description": "A sample description.",
          "state": "example_value",
          "priority": "example_value",
          "change_type": "example_value",
          "created_at": "2026-01-15T10:30:00Z"
        }
      ]
    }
  ]
}