{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/prisma-cloud-compute-api-defender-structure.json", "name": "Defender", "description": "Defender schema from Palo Alto Networks Prisma Cloud Compute API", "type": "object", "properties": { "hostname": { "type": "string", "description": "Hostname where the Defender is deployed." }, "version": { "type": "string", "description": "Defender agent version." }, "type": { "type": "string", "description": "Type of Defender deployment.", "enum": [ "docker", "dockerWindows", "cri", "fargate", "appEmbedded", "serverless" ] }, "connected": { "type": "boolean", "description": "Whether the Defender is currently connected to the Console." }, "lastModified": { "type": "datetime", "description": "Timestamp of the last status update from the Defender." }, "cluster": { "type": "string", "description": "Kubernetes cluster name if applicable." }, "cloudMetadata": { "type": "object", "properties": { "provider": { "type": "string" }, "accountId": { "type": "string" }, "region": { "type": "string" } } }, "category": { "type": "string", "enum": [ "container", "host", "serverless", "appEmbedded" ] } } }