Palo Alto Networks · Schema

IPsecTunnel

IPsecTunnel schema from Palo Alto Networks SASE Configuration Orchestration API

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
local_address string Local tunnel IP address assigned by Prisma Access.
remote_address string Remote tunnel IP address.
tunnel_interface string Tunnel interface name.
View JSON Schema on GitHub

JSON Schema

sase-config-orchestration-api-i-psec-tunnel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IPsecTunnel",
  "description": "IPsecTunnel schema from Palo Alto Networks SASE Configuration Orchestration API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-config-orchestration-api-i-psec-tunnel-schema.json",
  "type": "object",
  "properties": {
    "local_address": {
      "type": "string",
      "description": "Local tunnel IP address assigned by Prisma Access."
    },
    "remote_address": {
      "type": "string",
      "description": "Remote tunnel IP address."
    },
    "tunnel_interface": {
      "type": "string",
      "description": "Tunnel interface name."
    }
  }
}