Palo Alto Networks · JSON Structure

Prisma Cloud Compute Api Defender Structure

Defender schema from Palo Alto Networks Prisma Cloud Compute API

Type: object Properties: 8
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Defender is a JSON Structure definition published by Palo Alto Networks, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

hostname version type connected lastModified cluster cloudMetadata category

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/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"
      ]
    }
  }
}