Censys · JSON Structure

Platform Kubernetes Node Nodeaddress Structure

Kubernetes_Node_NodeAddress schema from Censys Platform API

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

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

Properties

address address_type

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-kubernetes-node-nodeaddress-structure.json",
  "name": "Kubernetes_Node_NodeAddress",
  "description": "Kubernetes_Node_NodeAddress schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "address": {
      "type": "string",
      "description": "Node address, IP/URL."
    },
    "address_type": {
      "type": "string",
      "description": "Node address type, one of Hostname, ExternalIP or InternalIP."
    }
  }
}