Censys · JSON Structure

Asset Graph Elasticsearch Resultsnodeinfo Nodes Nodedata Nodesettings Node Attr Structure

ElasticSearch_ResultsNodeInfo_Nodes_NodeData_NodeSettings_Node_Attr schema from Asset Graph API

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

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

Properties

ml xpack_installed

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-nodesettings-node-attr-structure.json",
  "name": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData_NodeSettings_Node_Attr",
  "description": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData_NodeSettings_Node_Attr schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "ml": {
      "$ref": "#/components/schemas/ElasticSearch_ResultsNodeInfo_Nodes_NodeData_NodeSettings_Node_Attr_ML"
    },
    "xpack_installed": {
      "type": "string"
    }
  }
}