Palo Alto Networks · Example Payload

Strata Cloud Manager Api Nat Rule Example

Threat firewall alert suspicious incident on analysis network malware analysis.

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Top-level fields

idnamefolderpositionfromtosourcedestinationservicesource_translationdestination_translationnat_typedisableddescriptiontag

Example Payload

Raw ↑
{
  "id": "7ff64fdb-285a-4fbb-b41d-508f5246cca4",
  "name": "Production Firewall 31",
  "folder": "example-folder",
  "position": "pre",
  "from": [
    "example-from_item",
    "example-from_item"
  ],
  "to": [
    "example-to_item",
    "example-to_item"
  ],
  "source": [
    "example-source_item",
    "example-source_item",
    "example-source_item"
  ],
  "destination": [
    "example-destination_item",
    "example-destination_item",
    "example-destination_item"
  ],
  "service": "example-service",
  "source_translation": {
    "dynamic_ip_and_port": {
      "translated_address": [
        "example-translated_address_item"
      ]
    },
    "static_ip": {
      "translated_address": "example-translated_address",
      "bi_directional": true
    }
  },
  "destination_translation": {
    "translated_address": "example-translated_address",
    "translated_port": 679
  },
  "nat_type": "ipv4",
  "disabled": false,
  "description": "Threat firewall alert suspicious incident on analysis network malware analysis.",
  "tag": [
    "critical-asset"
  ]
}