Splunk · Schema

HecToken

AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

Properties

Name Type Description
name string The token name
content object
View JSON Schema on GitHub

JSON Schema

splunk-enterprise-rest-hec-token-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HecToken",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The token name"
    },
    "content": {
      "type": "object"
    }
  }
}