Splunk · Schema

SearchJobList

AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

Properties

Name Type Description
origin string URI of the request
updated string
generator object
entry array
View JSON Schema on GitHub

JSON Schema

splunk-enterprise-rest-search-job-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SearchJobList",
  "type": "object",
  "properties": {
    "origin": {
      "type": "string",
      "description": "URI of the request"
    },
    "updated": {
      "type": "string"
    },
    "generator": {
      "type": "object"
    },
    "entry": {
      "type": "array"
    }
  }
}