Censys · JSON Structure

Asset Graph Elasticsearch Systeminfo Structure

ElasticSearch_SystemInfo schema from Asset Graph API

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

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

Properties

cluster_uuid name tagline 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-systeminfo-structure.json",
  "name": "ElasticSearch_SystemInfo",
  "description": "ElasticSearch_SystemInfo schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "cluster_uuid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "tagline": {
      "type": "string"
    },
    "version": {
      "$ref": "#/components/schemas/ElasticSearch_SystemInfo_Ver"
    }
  }
}