Palo Alto Networks · Example Payload

Cloud Ngfw Api Security Rule Request Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Cloud Ngfw Api Security Rule Request Example is an example object payload from Palo Alto Networks, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

PriorityRuleEntry

Example Payload

Raw ↑
{
  "Priority": 5598,
  "RuleEntry": {
    "RuleName": "Branch Policy 65",
    "Description": "Security network threat under rule suspicious and alert for applied.",
    "Enabled": true,
    "Source": {
      "Cidrs": [
        "10.69.0.0/16",
        "10.98.0.0/16",
        "10.170.0.0/16"
      ],
      "Countries": [
        "example-Countries_item"
      ],
      "Feeds": [
        "example-Feeds_item",
        "example-Feeds_item"
      ],
      "PrefixLists": [
        "example-PrefixLists_item",
        "example-PrefixLists_item",
        "example-PrefixLists_item"
      ]
    },
    "Destination": {
      "Cidrs": [
        "10.8.0.0/16"
      ],
      "Countries": [
        "example-Countries_item",
        "example-Countries_item",
        "example-Countries_item"
      ],
      "Feeds": [
        "example-Feeds_item",
        "example-Feeds_item"
      ],
      "FqdnLists": [
        "example-FqdnLists_item"
      ],
      "PrefixLists": [
        "example-PrefixLists_item",
        "example-PrefixLists_item"
      ]
    },
    "Applications": [
      "web-browsing",
      "ssl"
    ],
    "Protocol": "APPLICATION-DEFAULT",
    "Action": "DenyResetServer"
  }
}