Palo Alto Networks · Example Payload

Strata Cloud Manager Api Nat Rule List Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Top-level fields

dataoffsettotallimit

Example Payload

Raw ↑
{
  "data": [
    {
      "id": "f23b9a56-77f7-4d82-b55f-6d7fe7d9a447",
      "name": "Production Policy 33",
      "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",
            "example-translated_address_item",
            "example-translated_address_item"
          ]
        },
        "static_ip": {
          "translated_address": "example-translated_address",
          "bi_directional": false
        }
      },
      "destination_translation": {
        "translated_address": "example-translated_address",
        "translated_port": 889
      },
      "nat_type": "nat64",
      "disabled": false,
      "description": "Rule allowed updated allowed updated incident updated configured for.",
      "tag": [
        "monitored",
        "production"
      ]
    }
  ],
  "offset": 573,
  "total": 270,
  "limit": 773
}