Palo Alto Networks · JSON Structure

Cloud Ngfw Api Rule Destination Structure

Traffic destination matching criteria for a security rule.

Type: object Properties: 5
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

RuleDestination 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

Cidrs Countries Feeds FqdnLists PrefixLists

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/cloud-ngfw-api-rule-destination-structure.json",
  "name": "RuleDestination",
  "description": "Traffic destination matching criteria for a security rule.",
  "type": "object",
  "properties": {
    "Cidrs": {
      "type": "array",
      "description": "Destination CIDR blocks.",
      "items": {
        "type": "string"
      }
    },
    "Countries": {
      "type": "array",
      "description": "Destination country codes.",
      "items": {
        "type": "string"
      }
    },
    "Feeds": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "FqdnLists": {
      "type": "array",
      "description": "Names of FQDN lists defined in the rule stack.",
      "items": {
        "type": "string"
      }
    },
    "PrefixLists": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}