Palo Alto Networks · JSON Structure

Sase Multitenant Notifications Api Sort By Structure

SortBy schema from Multi-Tenant Notifications API

Type: object Properties: 2
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

field sortBy

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-multitenant-notifications-api-sort-by-structure.json",
  "name": "SortBy",
  "description": "SortBy schema from Multi-Tenant Notifications API",
  "type": "object",
  "properties": {
    "field": {
      "type": "string",
      "description": "Sort field",
      "enum": [
        "createdTime",
        "impactedTenantCount"
      ]
    },
    "sortBy": {
      "type": "string",
      "description": "Ascending or Descending",
      "enum": [
        "DESC",
        "ASC"
      ]
    }
  }
}