SolarWinds · Example Payload

Solarwinds Getsummaryaverage Example

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Solarwinds Getsummaryaverage 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": "getSummaryAverage",
  "method": "GET",
  "path": "/summary.average/{checkid}",
  "summary": "Solarwinds Get Average Response Time Summary",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getsummaryaverage200Example",
      "example": {
        "summary": {
          "responsetime": {
            "avgresponse": 10
          },
          "status": {
            "totalup": 10,
            "totaldown": 10,
            "totalunknown": 10
          }
        }
      }
    }
  ]
}