Censys · Schema

Etcd_V2

Etcd_V2 schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
auth object
members arraynull
total_keys integer
View JSON Schema on GitHub

JSON Schema

asset-graph-etcd-v2-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-etcd-v2-schema.json",
  "title": "Etcd_V2",
  "description": "Etcd_V2 schema from Asset Graph API",
  "type": "object",
  "properties": {
    "auth": {
      "$ref": "#/components/schemas/Auth"
    },
    "members": {
      "items": {
        "$ref": "#/components/schemas/Members"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "total_keys": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    }
  },
  "additionalProperties": false
}