Censys · Schema

Kubernetes_Endpoint_Subset_Port

Kubernetes_Endpoint_Subset_Port schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
name string
port integer
protocol string
View JSON Schema on GitHub

JSON Schema

asset-graph-kubernetes-endpoint-subset-port-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-kubernetes-endpoint-subset-port-schema.json",
  "title": "Kubernetes_Endpoint_Subset_Port",
  "description": "Kubernetes_Endpoint_Subset_Port schema from Asset Graph API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "port": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "protocol": {
      "type": "string"
    }
  },
  "additionalProperties": false
}