Splunk · Example Payload

Splunk Listmonitorinputs Example

AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

Splunk Listmonitorinputs Example is an example object payload from Splunk, 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": "listMonitorInputs",
  "method": "GET",
  "path": "/services/data/inputs/monitor",
  "summary": "List File and Directory Monitor Inputs",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listmonitorinputs200Example",
      "example": {
        "origin": "example_value",
        "updated": "2026-01-15T10:30:00Z",
        "entry": [
          {
            "name": "Example Title",
            "content": {}
          }
        ],
        "paging": {
          "total": 10,
          "perPage": 10,
          "offset": 10
        }
      }
    }
  ]
}