Censys · JSON Structure

Platform Elasticsearch Resultsnodeinfo Nodes Nodedata Threadpool Structure

ElasticSearch_ResultsNodeInfo_Nodes_NodeData_ThreadPool schema from Censys Platform API

Type: object Properties: 5
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

ElasticSearch_ResultsNodeInfo_Nodes_NodeData_ThreadPool is a JSON Structure definition published by Censys, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

keep_alive max min queue_size type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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