Palo Alto Networks · Schema

TenantSummary

TenantSummary schema from Palo Alto Networks SASE Aggregate Monitoring API

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
tsg_id string Tenant Service Group ID.
display_name string TSG display name.
parent_id string Parent TSG ID.
depth integer Depth in the hierarchy (0 for root).
child_count integer Number of direct child TSGs.
View JSON Schema on GitHub

JSON Schema

sase-aggregate-monitoring-api-tenant-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TenantSummary",
  "description": "TenantSummary schema from Palo Alto Networks SASE Aggregate Monitoring API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-aggregate-monitoring-api-tenant-summary-schema.json",
  "type": "object",
  "properties": {
    "tsg_id": {
      "type": "string",
      "description": "Tenant Service Group ID."
    },
    "display_name": {
      "type": "string",
      "description": "TSG display name."
    },
    "parent_id": {
      "type": "string",
      "description": "Parent TSG ID."
    },
    "depth": {
      "type": "integer",
      "description": "Depth in the hierarchy (0 for root)."
    },
    "child_count": {
      "type": "integer",
      "description": "Number of direct child TSGs."
    }
  }
}