Palo Alto Networks · JSON Structure

Cortex Xsiam Api Sort Order Structure

Sorting specification for result sets.

Type: object Properties: 2
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

SortOrder 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 keyword

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-sort-order-structure.json",
  "name": "SortOrder",
  "description": "Sorting specification for result sets.",
  "type": "object",
  "properties": {
    "field": {
      "type": "string"
    },
    "keyword": {
      "type": "string",
      "enum": [
        "asc",
        "desc"
      ]
    }
  }
}