Censys · Schema

ElasticSearch_ResultsNodeInfo_Nodes_NodeData_ThreadPool

ElasticSearch_ResultsNodeInfo_Nodes_NodeData_ThreadPool schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
keep_alive string
max integer
min integer
queue_size integer
type string
View JSON Schema on GitHub

JSON Schema

platform-elasticsearch-resultsnodeinfo-nodes-nodedata-threadpool-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-elasticsearch-resultsnodeinfo-nodes-nodedata-threadpool-schema.json",
  "title": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData_ThreadPool",
  "description": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData_ThreadPool schema from Censys Platform API",
  "type": "object",
  "properties": {
    "keep_alive": {
      "type": "string"
    },
    "max": {
      "format": "int32",
      "type": "integer"
    },
    "min": {
      "format": "int32",
      "type": "integer"
    },
    "queue_size": {
      "format": "int32",
      "type": "integer"
    },
    "type": {
      "type": "string"
    }
  },
  "additionalProperties": false
}