Splunk · Schema

TcpInputList

AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

Properties

Name Type Description
origin string
updated string
entry array
paging object
View JSON Schema on GitHub

JSON Schema

splunk-tcpinputlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TcpInputList",
  "title": "TcpInputList",
  "type": "object",
  "properties": {
    "origin": {
      "type": "string",
      "example": "example_value"
    },
    "updated": {
      "type": "string",
      "format": "date-time",
      "example": "2026-01-15T10:30:00Z"
    },
    "entry": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TcpInput"
      },
      "example": []
    },
    "paging": {
      "$ref": "#/components/schemas/Paging"
    }
  }
}