naftiko: 1.0.0-alpha2 info: label: Palo Alto Networks Prisma Access Configuration API — IPSecTunnels description: 'Palo Alto Networks Prisma Access Configuration API — IPSecTunnels. 5 operations. Lead operation: Palo Alto Networks List IPSec Tunnels. Self-contained Naftiko capability covering one Palo Alto Networks business surface.' tags: - Palo Alto Networks - IPSecTunnels created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: PALO_ALTO_NETWORKS_API_KEY: PALO_ALTO_NETWORKS_API_KEY capability: consumes: - type: http namespace: palo-alto-prisma-access-ipsectunnels baseUri: https://api.sase.paloaltonetworks.com/sse/config/v1 description: Palo Alto Networks Prisma Access Configuration API — IPSecTunnels business capability. Self-contained, no shared references. resources: - name: ipsec-tunnels path: /ipsec-tunnels operations: - name: listipsectunnels method: GET description: Palo Alto Networks List IPSec Tunnels outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: folder in: query type: string description: Filter by folder. - name: offset in: query type: integer - name: limit in: query type: integer - name: createipsectunnel method: POST description: Palo Alto Networks Create an IPSec Tunnel outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: folder in: query type: string description: Target folder for the IPSec tunnel. required: true - name: body in: body type: object description: Request body (JSON). required: true - name: ipsec-tunnels-id path: /ipsec-tunnels/{id} operations: - name: getipsectunnel method: GET description: Palo Alto Networks Get an IPSec Tunnel outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: Unique IPSec tunnel identifier. required: true - name: updateipsectunnel method: PUT description: Palo Alto Networks Update an IPSec Tunnel outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: Unique IPSec tunnel identifier. required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deleteipsectunnel method: DELETE description: Palo Alto Networks Delete an IPSec Tunnel outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: Unique IPSec tunnel identifier. required: true authentication: type: bearer token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}' exposes: - type: rest namespace: palo-alto-prisma-access-ipsectunnels-rest port: 8080 description: REST adapter for Palo Alto Networks Prisma Access Configuration API — IPSecTunnels. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/ipsec-tunnels name: ipsec-tunnels description: REST surface for ipsec-tunnels. operations: - method: GET name: listipsectunnels description: Palo Alto Networks List IPSec Tunnels call: palo-alto-prisma-access-ipsectunnels.listipsectunnels with: folder: rest.folder offset: rest.offset limit: rest.limit outputParameters: - type: object mapping: $. - method: POST name: createipsectunnel description: Palo Alto Networks Create an IPSec Tunnel call: palo-alto-prisma-access-ipsectunnels.createipsectunnel with: folder: rest.folder body: rest.body outputParameters: - type: object mapping: $. - path: /v1/ipsec-tunnels/{id} name: ipsec-tunnels-id description: REST surface for ipsec-tunnels-id. operations: - method: GET name: getipsectunnel description: Palo Alto Networks Get an IPSec Tunnel call: palo-alto-prisma-access-ipsectunnels.getipsectunnel with: id: rest.id outputParameters: - type: object mapping: $. - method: PUT name: updateipsectunnel description: Palo Alto Networks Update an IPSec Tunnel call: palo-alto-prisma-access-ipsectunnels.updateipsectunnel with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteipsectunnel description: Palo Alto Networks Delete an IPSec Tunnel call: palo-alto-prisma-access-ipsectunnels.deleteipsectunnel with: id: rest.id outputParameters: - type: object mapping: $. - type: mcp namespace: palo-alto-prisma-access-ipsectunnels-mcp port: 9090 transport: http description: MCP adapter for Palo Alto Networks Prisma Access Configuration API — IPSecTunnels. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: palo-alto-networks-list-ipsec description: Palo Alto Networks List IPSec Tunnels hints: readOnly: true destructive: false idempotent: true call: palo-alto-prisma-access-ipsectunnels.listipsectunnels with: folder: tools.folder offset: tools.offset limit: tools.limit outputParameters: - type: object mapping: $. - name: palo-alto-networks-create-ipsec description: Palo Alto Networks Create an IPSec Tunnel hints: readOnly: false destructive: false idempotent: false call: palo-alto-prisma-access-ipsectunnels.createipsectunnel with: folder: tools.folder body: tools.body outputParameters: - type: object mapping: $. - name: palo-alto-networks-get-ipsec description: Palo Alto Networks Get an IPSec Tunnel hints: readOnly: true destructive: false idempotent: true call: palo-alto-prisma-access-ipsectunnels.getipsectunnel with: id: tools.id outputParameters: - type: object mapping: $. - name: palo-alto-networks-update-ipsec description: Palo Alto Networks Update an IPSec Tunnel hints: readOnly: false destructive: false idempotent: true call: palo-alto-prisma-access-ipsectunnels.updateipsectunnel with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: palo-alto-networks-delete-ipsec description: Palo Alto Networks Delete an IPSec Tunnel hints: readOnly: false destructive: true idempotent: true call: palo-alto-prisma-access-ipsectunnels.deleteipsectunnel with: id: tools.id outputParameters: - type: object mapping: $.