Palo Alto Networks · JSON Structure

Cortex Xsiam Api Endpoint Structure

An endpoint enrolled in XSIAM protection.

Type: object Properties: 14
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

endpoint_id endpoint_name endpoint_type endpoint_status os_type ip users domain first_seen last_seen endpoint_version content_version is_isolated scan_status

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/cortex-xsiam-api-endpoint-structure.json",
  "name": "Endpoint",
  "description": "An endpoint enrolled in XSIAM protection.",
  "type": "object",
  "properties": {
    "endpoint_id": {
      "type": "string"
    },
    "endpoint_name": {
      "type": "string"
    },
    "endpoint_type": {
      "type": "string",
      "enum": [
        "SERVER",
        "WORKSTATION",
        "LAPTOP"
      ]
    },
    "endpoint_status": {
      "type": "string",
      "enum": [
        "CONNECTED",
        "DISCONNECTED",
        "LOST",
        "UNINSTALLED"
      ]
    },
    "os_type": {
      "type": "string",
      "enum": [
        "AGENT_OS_WINDOWS",
        "AGENT_OS_LINUX",
        "AGENT_OS_MAC"
      ]
    },
    "ip": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "users": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "domain": {
      "type": "string"
    },
    "first_seen": {
      "type": "int32"
    },
    "last_seen": {
      "type": "int32"
    },
    "endpoint_version": {
      "type": "string"
    },
    "content_version": {
      "type": "string"
    },
    "is_isolated": {
      "type": "string",
      "enum": [
        "AGENT_ISOLATED",
        "AGENT_UNISOLATED",
        "PENDING_ISOLATION",
        "PENDING_UNISOLATION"
      ]
    },
    "scan_status": {
      "type": "string"
    }
  }
}