Censys · Schema

ElasticSearch_ResultsNodeInfo_ClusterCombinedInfo

ElasticSearch_ResultsNodeInfo_ClusterCombinedInfo schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
filesystem object
indices object
name string
status string
timestamp integer
uuid string
View JSON Schema on GitHub

JSON Schema

asset-graph-elasticsearch-resultsnodeinfo-clustercombinedinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-elasticsearch-resultsnodeinfo-clustercombinedinfo-schema.json",
  "title": "ElasticSearch_ResultsNodeInfo_ClusterCombinedInfo",
  "description": "ElasticSearch_ResultsNodeInfo_ClusterCombinedInfo schema from Asset Graph API",
  "type": "object",
  "properties": {
    "filesystem": {
      "$ref": "#/components/schemas/ElasticSearch_ResultsNodeInfo_ClusterCombinedInfo_Filesystem"
    },
    "indices": {
      "$ref": "#/components/schemas/ElasticSearch_ResultsNodeInfo_ClusterCombinedInfo_Indices"
    },
    "name": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "timestamp": {
      "format": "int64",
      "type": "integer"
    },
    "uuid": {
      "type": "string"
    }
  },
  "additionalProperties": false
}