SolarWinds · Example Payload

Solarwinds Updateincident Example

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Solarwinds Updateincident 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": "updateIncident",
  "method": "PUT",
  "path": "/incidents/{id}.json",
  "summary": "Solarwinds Update an Incident",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdateincidentRequestExample",
      "example": {
        "incident": {
          "name": "Example Title",
          "description": "A sample description.",
          "state": "example_value",
          "priority": "example_value",
          "assignee": {
            "id": "abc123",
            "name": "Example Title",
            "email": "user@example.com"
          }
        }
      }
    }
  ],
  "responseExamples": []
}