Censys · JSON Structure

Asset Graph Elasticsearch Resultsnodeinfo Nodes Nodedata Structure

ElasticSearch_ResultsNodeInfo_Nodes_NodeData schema from Asset Graph API

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

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

Properties

build_flavor build_hash build_type host ingest_processors ip ip_raw jvm modules name os roles settings thread_pool_list total_indexing_buffer version

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