Splunk · JSON Structure

Splunk Enterprise Rest Hec Token List Structure

Type: object Properties: 3
AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

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

Properties

origin updated entry

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

JSON Structure

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