{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/sase-config-orchestration-api-i-psec-tunnel-structure.json", "name": "IPsecTunnel", "description": "IPsecTunnel schema from Palo Alto Networks SASE Configuration Orchestration API", "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." } } }