Palo Alto Networks · Capability

SP Interconnect Manage APIs — IP Pool

SP Interconnect Manage APIs — IP Pool. 4 operations. Lead operation: Palo Alto Networks Update IP Address Pool. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksIP Pool

What You Can Do

PUT
Putmtspinterconnectinterconnectsbyinterconnectidippool — Palo Alto Networks Update IP Address Pool
/v1/mt/sp-interconnect/interconnects/{interconnectid}/ip-pool
GET
Getmtspinterconnectinterconnectsbyinterconnectidippool — Palo Alto Networks Get IP Address Address Pool
/v1/mt/sp-interconnect/interconnects/{interconnectid}/ip-pool
DELETE
Deletemtspinterconnectinterconnectsbyinterconnectidippool — Palo Alto Networks Delete IP Address Pool
/v1/mt/sp-interconnect/interconnects/{interconnectid}/ip-pool
POST
Postmtspinterconnectinterconnectsbyinterconnectidippool — Palo Alto Networks Create New Pool
/v1/mt/sp-interconnect/interconnects/{interconnectid}/ip-pool

MCP Tools

palo-alto-networks-update-ip

Palo Alto Networks Update IP Address Pool

idempotent
palo-alto-networks-get-ip

Palo Alto Networks Get IP Address Address Pool

read-only idempotent
palo-alto-networks-delete-ip

Palo Alto Networks Delete IP Address Pool

idempotent
palo-alto-networks-create-new

Palo Alto Networks Create New Pool

Capability Spec

palo-alto-sase-multitenant-interconnect-ip-pool.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SP Interconnect Manage APIs — IP Pool
  description: 'SP Interconnect Manage APIs — IP Pool. 4 operations. Lead operation: Palo Alto Networks Update IP Address
    Pool. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - IP Pool
  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-sase-multitenant-interconnect-ip-pool
    baseUri: https://api.sase.paloaltonetworks.com
    description: SP Interconnect Manage APIs — IP Pool business capability. Self-contained, no shared references.
    resources:
    - name: mt-sp-interconnect-interconnects-interconnectId-ip-pool
      path: /mt/sp-interconnect/interconnects/{interconnectId}/ip-pool
      operations:
      - name: putmtspinterconnectinterconnectsbyinterconnectidippool
        method: PUT
        description: Palo Alto Networks Update IP Address Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: interconnectId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: getmtspinterconnectinterconnectsbyinterconnectidippool
        method: GET
        description: Palo Alto Networks Get IP Address Address Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: interconnectId
          in: path
          type: string
          required: true
      - name: deletemtspinterconnectinterconnectsbyinterconnectidippool
        method: DELETE
        description: Palo Alto Networks Delete IP Address Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: interconnectId
          in: path
          type: string
          required: true
      - name: postmtspinterconnectinterconnectsbyinterconnectidippool
        method: POST
        description: Palo Alto Networks Create New Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: interconnectId
          in: path
          type: string
          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-sase-multitenant-interconnect-ip-pool-rest
    port: 8080
    description: REST adapter for SP Interconnect Manage APIs — IP Pool. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/mt/sp-interconnect/interconnects/{interconnectid}/ip-pool
      name: mt-sp-interconnect-interconnects-interconnectid-ip-pool
      description: REST surface for mt-sp-interconnect-interconnects-interconnectId-ip-pool.
      operations:
      - method: PUT
        name: putmtspinterconnectinterconnectsbyinterconnectidippool
        description: Palo Alto Networks Update IP Address Pool
        call: palo-alto-sase-multitenant-interconnect-ip-pool.putmtspinterconnectinterconnectsbyinterconnectidippool
        with:
          interconnectId: rest.interconnectId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getmtspinterconnectinterconnectsbyinterconnectidippool
        description: Palo Alto Networks Get IP Address Address Pool
        call: palo-alto-sase-multitenant-interconnect-ip-pool.getmtspinterconnectinterconnectsbyinterconnectidippool
        with:
          interconnectId: rest.interconnectId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletemtspinterconnectinterconnectsbyinterconnectidippool
        description: Palo Alto Networks Delete IP Address Pool
        call: palo-alto-sase-multitenant-interconnect-ip-pool.deletemtspinterconnectinterconnectsbyinterconnectidippool
        with:
          interconnectId: rest.interconnectId
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postmtspinterconnectinterconnectsbyinterconnectidippool
        description: Palo Alto Networks Create New Pool
        call: palo-alto-sase-multitenant-interconnect-ip-pool.postmtspinterconnectinterconnectsbyinterconnectidippool
        with:
          interconnectId: rest.interconnectId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-sase-multitenant-interconnect-ip-pool-mcp
    port: 9090
    transport: http
    description: MCP adapter for SP Interconnect Manage APIs — IP Pool. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: palo-alto-networks-update-ip
      description: Palo Alto Networks Update IP Address Pool
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: palo-alto-sase-multitenant-interconnect-ip-pool.putmtspinterconnectinterconnectsbyinterconnectidippool
      with:
        interconnectId: tools.interconnectId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-get-ip
      description: Palo Alto Networks Get IP Address Address Pool
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-sase-multitenant-interconnect-ip-pool.getmtspinterconnectinterconnectsbyinterconnectidippool
      with:
        interconnectId: tools.interconnectId
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-delete-ip
      description: Palo Alto Networks Delete IP Address Pool
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: palo-alto-sase-multitenant-interconnect-ip-pool.deletemtspinterconnectinterconnectsbyinterconnectidippool
      with:
        interconnectId: tools.interconnectId
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-create-new
      description: Palo Alto Networks Create New Pool
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-sase-multitenant-interconnect-ip-pool.postmtspinterconnectinterconnectsbyinterconnectidippool
      with:
        interconnectId: tools.interconnectId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.