Palo Alto Networks · JSON Structure

Cortex Xsiam Api Asset Structure

An asset tracked in the XSIAM asset inventory.

Type: object Properties: 10
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

asset_id asset_name asset_type operating_system ip_addresses risk_score first_seen last_seen tags sources

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-asset-structure.json",
  "name": "Asset",
  "description": "An asset tracked in the XSIAM asset inventory.",
  "type": "object",
  "properties": {
    "asset_id": {
      "type": "string"
    },
    "asset_name": {
      "type": "string"
    },
    "asset_type": {
      "type": "string",
      "enum": [
        "DEVICE",
        "CLOUD_RESOURCE",
        "USER",
        "SERVICE_ACCOUNT"
      ]
    },
    "operating_system": {
      "type": "string"
    },
    "ip_addresses": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "risk_score": {
      "type": "double",
      "description": "Asset risk score (0.0 to 100.0)."
    },
    "first_seen": {
      "type": "int32",
      "description": "First observation timestamp as Unix epoch milliseconds."
    },
    "last_seen": {
      "type": "int32"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "sources": {
      "type": "array",
      "description": "Data sources that reported this asset.",
      "items": {
        "type": "string"
      }
    }
  }
}