SolarWinds · Example Payload

Solarwinds Invokeverb Example

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Solarwinds Invokeverb 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": "invokeVerb",
  "method": "POST",
  "path": "/Invoke/{entityType}/{verb}",
  "summary": "Solarwinds Invoke a Verb on an Entity Type",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "InvokeverbRequestExample",
      "example": [
        {}
      ]
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Invokeverb200Example",
      "example": {}
    }
  ]
}