Splunk · Schema

SearchJob

AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

Properties

Name Type Description
sid string The unique search ID
content object
View JSON Schema on GitHub

JSON Schema

splunk-enterprise-rest-search-job-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SearchJob",
  "type": "object",
  "properties": {
    "sid": {
      "type": "string",
      "description": "The unique search ID"
    },
    "content": {
      "type": "object"
    }
  }
}