Palo Alto Networks · JSON Structure

Strata Cloud Manager Api Nat Rule Request Structure

NatRuleRequest schema from Palo Alto Networks Strata Cloud Manager API

Type: object Properties: 11 Required: 1
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

NatRuleRequest is a JSON Structure definition published by Palo Alto Networks, describing 11 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name from to source destination service source_translation destination_translation disabled description tag

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/strata-cloud-manager-api-nat-rule-request-structure.json",
  "name": "NatRuleRequest",
  "description": "NatRuleRequest schema from Palo Alto Networks Strata Cloud Manager API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "from": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "to": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "source": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "destination": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "service": {
      "type": "string"
    },
    "source_translation": {
      "type": "object",
      "properties": {
        "dynamic_ip_and_port": {
          "type": "object",
          "properties": {
            "translated_address": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        },
        "static_ip": {
          "type": "object",
          "properties": {
            "translated_address": {
              "type": "string"
            },
            "bi_directional": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "destination_translation": {
      "type": "object",
      "properties": {
        "translated_address": {
          "type": "string"
        },
        "translated_port": {
          "type": "int32"
        }
      }
    },
    "disabled": {
      "type": "boolean"
    },
    "description": {
      "type": "string"
    },
    "tag": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "name"
  ]
}