Palo Alto Networks · Example Payload

Strata Cloud Manager Api Nat Rule Request Example

Monitoring monitoring threat applied under traffic.

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Top-level fields

namefromtosourcedestinationservicesource_translationdestination_translationdisableddescriptiontag

Example Payload

Raw ↑
{
  "name": "Development Sensor 77",
  "from": [
    "example-from_item",
    "example-from_item",
    "example-from_item"
  ],
  "to": [
    "example-to_item",
    "example-to_item",
    "example-to_item"
  ],
  "source": [
    "example-source_item",
    "example-source_item"
  ],
  "destination": [
    "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": 930
  },
  "disabled": false,
  "description": "Monitoring monitoring threat applied under traffic.",
  "tag": [
    "critical-asset",
    "production"
  ]
}