SolarWinds · Example Payload

Solarwinds Updatecheck Example

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Solarwinds Updatecheck 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": "updateCheck",
  "method": "PUT",
  "path": "/checks/{checkid}",
  "summary": "Solarwinds Update a Check",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdatecheckRequestExample",
      "example": {
        "name": "Example Title",
        "host": "example_value",
        "resolution": 10,
        "paused": true
      }
    }
  ],
  "responseExamples": []
}