Palo Alto Networks · JSON Structure

Pan Os Rest Api Qos Rule Structure

A QoS policy rule classifying traffic into QoS classes for bandwidth management and prioritization.

Type: object Properties: 11
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

@name from to source destination application service dscp-tos action disabled description

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/pan-os-rest-api-qos-rule-structure.json",
  "name": "QosRule",
  "description": "A QoS policy rule classifying traffic into QoS classes for bandwidth management and prioritization.",
  "type": "object",
  "properties": {
    "@name": {
      "type": "string",
      "description": "Unique name of the QoS rule."
    },
    "from": {
      "type": "object",
      "properties": {
        "member": {
          "type": "array",
          "description": "Source zones.",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "to": {
      "type": "object",
      "properties": {
        "member": {
          "type": "array",
          "description": "Destination zones.",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "source": {
      "type": "object",
      "properties": {
        "member": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "destination": {
      "type": "object",
      "properties": {
        "member": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "application": {
      "type": "object",
      "properties": {
        "member": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "service": {
      "type": "object",
      "properties": {
        "member": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "dscp-tos": {
      "type": "object",
      "description": "DSCP/TOS marking settings.",
      "properties": {
        "any": {
          "type": "object"
        }
      }
    },
    "action": {
      "type": "object",
      "properties": {
        "class": {
          "type": "string",
          "description": "QoS class number (1-8)."
        }
      }
    },
    "disabled": {
      "type": "string",
      "enum": [
        "yes",
        "no"
      ]
    },
    "description": {
      "type": "string"
    }
  }
}