Palo Alto Networks · JSON Structure

Cloud Ngfw Api Rule Source Structure

Traffic source matching criteria for a security rule.

Type: object Properties: 4
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

Cidrs Countries Feeds 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-source-structure.json",
  "name": "RuleSource",
  "description": "Traffic source matching criteria for a security rule.",
  "type": "object",
  "properties": {
    "Cidrs": {
      "type": "array",
      "description": "Source CIDR blocks (e.g., 10.0.0.0/8).",
      "items": {
        "type": "string"
      }
    },
    "Countries": {
      "type": "array",
      "description": "Source country codes (ISO 3166-1 alpha-2).",
      "items": {
        "type": "string"
      }
    },
    "Feeds": {
      "type": "array",
      "description": "Threat intelligence feed names.",
      "items": {
        "type": "string"
      }
    },
    "PrefixLists": {
      "type": "array",
      "description": "Names of prefix lists defined in the rule stack.",
      "items": {
        "type": "string"
      }
    }
  }
}