Censys · JSON Structure

Platform Elasticsearch Resultsnodeinfo Nodes Nodedata Nodesettings Node Attr Ml Structure

ElasticSearch_ResultsNodeInfo_Nodes_NodeData_NodeSettings_Node_Attr_ML schema from Censys Platform API

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

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

Properties

enabled machine_memory max_open_jobs

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-nodesettings-node-attr-ml-structure.json",
  "name": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData_NodeSettings_Node_Attr_ML",
  "description": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData_NodeSettings_Node_Attr_ML schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "enabled": {
      "type": "string"
    },
    "machine_memory": {
      "type": "string"
    },
    "max_open_jobs": {
      "type": "string"
    }
  }
}