Censys · Schema

ElasticSearch_ResultsNodeInfo_Nodes_NodeData

ElasticSearch_ResultsNodeInfo_Nodes_NodeData schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
build_flavor string
build_hash string
build_type string
host string
ingest_processors arraynull
ip string
ip_raw string
jvm object
modules arraynull
name string
os object
roles arraynull
settings object
thread_pool_list arraynull
total_indexing_buffer integer
version string
View JSON Schema on GitHub

JSON Schema

asset-graph-elasticsearch-resultsnodeinfo-nodes-nodedata-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/asset-graph-elasticsearch-resultsnodeinfo-nodes-nodedata-schema.json",
  "title": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData",
  "description": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData schema from Asset Graph API",
  "type": "object",
  "properties": {
    "build_flavor": {
      "type": "string"
    },
    "build_hash": {
      "type": "string"
    },
    "build_type": {
      "type": "string"
    },
    "host": {
      "type": "string"
    },
    "ingest_processors": {
      "items": {
        "type": "string"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "ip": {
      "type": "string"
    },
    "ip_raw": {
      "type": "string"
    },
    "jvm": {
      "$ref": "#/components/schemas/ElasticSearch_ResultsNodeInfo_Nodes_NodeData_JVM"
    },
    "modules": {
      "items": {
        "$ref": "#/components/schemas/ElasticSearch_ResultsNodeInfo_Nodes_NodeData_Modules"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "name": {
      "type": "string"
    },
    "os": {
      "$ref": "#/components/schemas/ElasticSearch_ResultsNodeInfo_Nodes_NodeData_OS"
    },
    "roles": {
      "items": {
        "type": "string"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "settings": {
      "$ref": "#/components/schemas/ElasticSearch_ResultsNodeInfo_Nodes_NodeData_NodeSettings"
    },
    "thread_pool_list": {
      "items": {
        "$ref": "#/components/schemas/ElasticSearch_ResultsNodeInfo_Nodes_NodeData_ThreadPool"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "total_indexing_buffer": {
      "format": "int64",
      "type": "integer"
    },
    "version": {
      "type": "string"
    }
  },
  "additionalProperties": false
}