Palo Alto Networks · Capability

Palo Alto Networks Prisma SD-WAN API — WANInterfaces

Palo Alto Networks Prisma SD-WAN API — WANInterfaces. 2 operations. Lead operation: Palo Alto Networks List WAN Interfaces at a Site. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksWANInterfaces

What You Can Do

GET
Listsitewaninterfaces — Palo Alto Networks List WAN Interfaces at a Site
/v1/sdwan/config/v1/sites/{site-id}/wan-interfaces
POST
Createsitewaninterface — Palo Alto Networks Create a WAN Interface at a Site
/v1/sdwan/config/v1/sites/{site-id}/wan-interfaces

MCP Tools

palo-alto-networks-list-wan

Palo Alto Networks List WAN Interfaces at a Site

read-only idempotent
palo-alto-networks-create-wan

Palo Alto Networks Create a WAN Interface at a Site

Capability Spec

palo-alto-prisma-sd-wan-waninterfaces.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Prisma SD-WAN API — WANInterfaces
  description: 'Palo Alto Networks Prisma SD-WAN API — WANInterfaces. 2 operations. Lead operation: Palo Alto Networks List
    WAN Interfaces at a Site. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - WANInterfaces
  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-sd-wan-waninterfaces
    baseUri: https://api.sase.paloaltonetworks.com
    description: Palo Alto Networks Prisma SD-WAN API — WANInterfaces business capability. Self-contained, no shared references.
    resources:
    - name: sdwan-config-v1-sites-site_id-wan-interfaces
      path: /sdwan/config/v1/sites/{site_id}/wan-interfaces
      operations:
      - name: listsitewaninterfaces
        method: GET
        description: Palo Alto Networks List WAN Interfaces at a Site
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: site_id
          in: path
          type: string
          description: Unique site identifier.
          required: true
        - name: offset
          in: query
          type: integer
        - name: limit
          in: query
          type: integer
      - name: createsitewaninterface
        method: POST
        description: Palo Alto Networks Create a WAN Interface at a Site
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: site_id
          in: path
          type: string
          description: Unique site identifier.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-prisma-sd-wan-waninterfaces-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Prisma SD-WAN API — WANInterfaces. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/sdwan/config/v1/sites/{site-id}/wan-interfaces
      name: sdwan-config-v1-sites-site-id-wan-interfaces
      description: REST surface for sdwan-config-v1-sites-site_id-wan-interfaces.
      operations:
      - method: GET
        name: listsitewaninterfaces
        description: Palo Alto Networks List WAN Interfaces at a Site
        call: palo-alto-prisma-sd-wan-waninterfaces.listsitewaninterfaces
        with:
          site_id: rest.site_id
          offset: rest.offset
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createsitewaninterface
        description: Palo Alto Networks Create a WAN Interface at a Site
        call: palo-alto-prisma-sd-wan-waninterfaces.createsitewaninterface
        with:
          site_id: rest.site_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-prisma-sd-wan-waninterfaces-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Prisma SD-WAN API — WANInterfaces. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-list-wan
      description: Palo Alto Networks List WAN Interfaces at a Site
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-sd-wan-waninterfaces.listsitewaninterfaces
      with:
        site_id: tools.site_id
        offset: tools.offset
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-create-wan
      description: Palo Alto Networks Create a WAN Interface at a Site
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-prisma-sd-wan-waninterfaces.createsitewaninterface
      with:
        site_id: tools.site_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.