Splunk · JSON Structure

Splunk Enterprise Rest Hec Response Structure

Type: object Properties: 4
AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

HecResponse 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

text code invalid-event-number ackId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "HecResponse",
  "type": "object",
  "properties": {
    "text": {
      "type": "string"
    },
    "code": {
      "type": "integer"
    },
    "invalid-event-number": {
      "type": "integer"
    },
    "ackId": {
      "type": "integer"
    }
  }
}