Palo Alto Networks · Example Payload

Cloud Ngfw Api Firewall Request Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Cloud Ngfw Api Firewall 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

FirewallNameFirewallEntry

Example Payload

Raw ↑
{
  "FirewallName": "Staging Firewall 17",
  "FirewallEntry": {
    "Description": "Traffic blocked security on threat violation firewall under.",
    "VpcId": "893917",
    "AssociatedRuleStack": "example-AssociatedRuleStack",
    "SubnetMappings": [
      {
        "SubnetId": "780715"
      },
      {
        "SubnetId": "876439"
      },
      {
        "SubnetId": "178352"
      }
    ],
    "Tags": [
      {
        "Key": "example-Key",
        "Value": "example-Value"
      },
      {
        "Key": "example-Key",
        "Value": "example-Value"
      },
      {
        "Key": "example-Key",
        "Value": "example-Value"
      }
    ]
  }
}