Censys · JSON Structure

Asset Graph Elasticsearch Resultsnodeinfo Nodes Nodedata Jvm Structure

ElasticSearch_ResultsNodeInfo_Nodes_NodeData_JVM schema from Asset Graph API

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

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

Properties

gc input_args memory_pools start_time start_time_ms version vm_name vm_vendor vm_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-jvm-structure.json",
  "name": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData_JVM",
  "description": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData_JVM schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "gc": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "input_args": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "memory_pools": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "start_time": {
      "type": "string"
    },
    "start_time_ms": {
      "type": "int64"
    },
    "version": {
      "type": "string"
    },
    "vm_name": {
      "type": "string"
    },
    "vm_vendor": {
      "type": "string"
    },
    "vm_version": {
      "type": "string"
    }
  }
}