Palo Alto Networks · JSON Structure

Sase Aggregate Monitoring Api Tenant Summary Structure

TenantSummary schema from Palo Alto Networks SASE Aggregate Monitoring API

Type: object Properties: 5
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

tsg_id display_name parent_id depth child_count

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/sase-aggregate-monitoring-api-tenant-summary-structure.json",
  "name": "TenantSummary",
  "description": "TenantSummary schema from Palo Alto Networks SASE Aggregate Monitoring API",
  "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": "int32",
      "description": "Depth in the hierarchy (0 for root)."
    },
    "child_count": {
      "type": "int32",
      "description": "Number of direct child TSGs."
    }
  }
}