Censys · JSON Structure

Platform Elasticsearch Resultsnodeinfo Nodes Nodedata Modules Structure

ElasticSearch_ResultsNodeInfo_Nodes_NodeData_Modules schema from Censys Platform API

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

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

Properties

class_name desc elastic_version ext_plugins has_native_ctrl java_version name 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/platform-elasticsearch-resultsnodeinfo-nodes-nodedata-modules-structure.json",
  "name": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData_Modules",
  "description": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData_Modules schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "class_name": {
      "type": "string"
    },
    "desc": {
      "type": "string"
    },
    "elastic_version": {
      "type": "string"
    },
    "ext_plugins": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "has_native_ctrl": {
      "type": "boolean"
    },
    "java_version": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}