Censys · Schema
Kubernetes_Node
Kubernetes_Node schema from Censys Platform API
SecurityInternet IntelligenceAttack Surface ManagementThreat Huntingcyber-threat-intelligenceOSINTInternet ScanningCertificatesAsset Discovery
Properties
| Name | Type | Description |
|---|---|---|
| addresses | arraynull | |
| architecture | string | The Architecture reported by the node. |
| container_runtime_version | string | ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0). |
| images | arraynull | List of container images on this node |
| kernel_version | string | Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64). |
| kube_proxy_version | string | KubeProxy Version reported by the node. |
| kubelet_version | string | Kubelet Version reported by the node. |
| name | string | |
| operating_system | string | The Operating System reported by the node. |
| os_image | string | OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)). |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-kubernetes-node-schema.json",
"title": "Kubernetes_Node",
"description": "Kubernetes_Node schema from Censys Platform API",
"type": "object",
"properties": {
"addresses": {
"items": {
"$ref": "#/components/schemas/Kubernetes_Node_NodeAddress"
},
"type": [
"array",
"null"
]
},
"architecture": {
"description": "The Architecture reported by the node.",
"type": "string"
},
"container_runtime_version": {
"description": "ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).",
"type": "string"
},
"images": {
"description": "List of container images on this node",
"items": {
"type": "string"
},
"type": [
"array",
"null"
]
},
"kernel_version": {
"description": "Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).",
"type": "string"
},
"kube_proxy_version": {
"description": "KubeProxy Version reported by the node.",
"type": "string"
},
"kubelet_version": {
"description": "Kubelet Version reported by the node.",
"type": "string"
},
"name": {
"type": "string"
},
"operating_system": {
"description": "The Operating System reported by the node.",
"type": "string"
},
"os_image": {
"description": "OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).",
"type": "string"
}
},
"additionalProperties": false
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/platform-kubernetes-node"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.