Splunk · Schema

MonitorInputList

AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

Properties

Name Type Description
origin string
updated string
entry array
paging object
View JSON Schema on GitHub

JSON Schema

splunk-monitorinputlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MonitorInputList",
  "title": "MonitorInputList",
  "type": "object",
  "properties": {
    "origin": {
      "type": "string",
      "example": "example_value"
    },
    "updated": {
      "type": "string",
      "format": "date-time",
      "example": "2026-01-15T10:30:00Z"
    },
    "entry": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MonitorInput"
      },
      "example": []
    },
    "paging": {
      "$ref": "#/components/schemas/Paging"
    }
  }
}