SolarWinds · Example Payload

Solarwinds Getcheck Example

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Solarwinds Getcheck 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": "getCheck",
  "method": "GET",
  "path": "/checks/{checkid}",
  "summary": "Solarwinds Get Detailed Check Information",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getcheck200Example",
      "example": {
        "check": "example_value"
      }
    }
  ]
}