Palo Alto Networks · JSON Structure

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