Splunk · JSON Structure

Splunk Enterprise Rest Search Job List Structure

Type: object Properties: 4
AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

SearchJobList is a JSON Structure definition published by Splunk, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

origin updated generator entry

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SearchJobList",
  "type": "object",
  "properties": {
    "origin": {
      "type": "string"
    },
    "updated": {
      "type": "string"
    },
    "generator": {
      "type": "object"
    },
    "entry": {
      "type": "array"
    }
  }
}