Splunk · Schema

MonitorInputList

AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

Properties

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

JSON Schema

splunk-enterprise-rest-monitor-input-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MonitorInputList",
  "type": "object",
  "properties": {
    "origin": {
      "type": "string"
    },
    "updated": {
      "type": "string"
    },
    "entry": {
      "type": "array"
    }
  }
}