Palo Alto Networks · Capability

SP Interconnect Manage APIs — Interconnect

SP Interconnect Manage APIs — Interconnect. 9 operations. Lead operation: Palo Alto Networks Retrieve All Interconnects. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksInterconnect

What You Can Do

GET
Getmtspinterconnectinterconnects — Palo Alto Networks Retrieve All Interconnects
/v1/mt/sp-interconnect/interconnects
POST
Postmtspinterconnectinterconnects — Palo Alto Networks Create New Interconnect
/v1/mt/sp-interconnect/interconnects
GET
Getmtspinterconnectinterconnectssummary — Palo Alto Networks Summarize All Interconnects
/v1/mt/sp-interconnect/interconnects/summary
GET
Getmtspinterconnectinterconnectsbyinterconnectid — Palo Alto Networks Retrieve Specific Interconnect
/v1/mt/sp-interconnect/interconnects/{interconnectid}
DELETE
Deletemtspinterconnectinterconnectsbyinterconnectid — Palo Alto Networks Delete Interconnect by ID
/v1/mt/sp-interconnect/interconnects/{interconnectid}
GET
Getmtspinterconnectregions — Palo Alto Networks List of Regions and Edge Locations
/v1/mt/sp-interconnect/regions
GET
Getmtspinterconnectregionsphysicalconnections — Palo Alto Networks List of Physical Connection Regions in GCP
/v1/mt/sp-interconnect/regions/physical-connections
POST
Postmtspinterconnectsettings — Palo Alto Networks Configure Egress Settings
/v1/mt/sp-interconnect/settings
GET
Getmtspinterconnectsettings — Palo Alto Networks Get Egress Settings
/v1/mt/sp-interconnect/settings

MCP Tools

palo-alto-networks-retrieve-all

Palo Alto Networks Retrieve All Interconnects

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

Palo Alto Networks Create New Interconnect

palo-alto-networks-summarize-all

Palo Alto Networks Summarize All Interconnects

read-only idempotent
palo-alto-networks-retrieve-specific

Palo Alto Networks Retrieve Specific Interconnect

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

Palo Alto Networks Delete Interconnect by ID

idempotent
palo-alto-networks-list-regions

Palo Alto Networks List of Regions and Edge Locations

read-only idempotent
palo-alto-networks-list-physical

Palo Alto Networks List of Physical Connection Regions in GCP

read-only idempotent
palo-alto-networks-configure-egress

Palo Alto Networks Configure Egress Settings

palo-alto-networks-get-egress

Palo Alto Networks Get Egress Settings

read-only idempotent

Capability Spec

palo-alto-sase-multitenant-interconnect-interconnect.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SP Interconnect Manage APIs — Interconnect
  description: 'SP Interconnect Manage APIs — Interconnect. 9 operations. Lead operation: Palo Alto Networks Retrieve All
    Interconnects. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Interconnect
  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-interconnect
    baseUri: https://api.sase.paloaltonetworks.com
    description: SP Interconnect Manage APIs — Interconnect business capability. Self-contained, no shared references.
    resources:
    - name: mt-sp-interconnect-interconnects
      path: /mt/sp-interconnect/interconnects
      operations:
      - name: getmtspinterconnectinterconnects
        method: GET
        description: Palo Alto Networks Retrieve All Interconnects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: includeDefaultInterconnect
          in: query
          type: boolean
        - name: includeTenantsAssociated
          in: query
          type: boolean
      - name: postmtspinterconnectinterconnects
        method: POST
        description: Palo Alto Networks Create New Interconnect
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: mt-sp-interconnect-interconnects-summary
      path: /mt/sp-interconnect/interconnects/summary
      operations:
      - name: getmtspinterconnectinterconnectssummary
        method: GET
        description: Palo Alto Networks Summarize All Interconnects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: usage
          in: query
          type: string
    - name: mt-sp-interconnect-interconnects-interconnectId
      path: /mt/sp-interconnect/interconnects/{interconnectId}
      operations:
      - name: getmtspinterconnectinterconnectsbyinterconnectid
        method: GET
        description: Palo Alto Networks Retrieve Specific Interconnect
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: interconnectId
          in: path
          type: string
          required: true
        - name: includeTenantsAssociated
          in: query
          type: boolean
      - name: deletemtspinterconnectinterconnectsbyinterconnectid
        method: DELETE
        description: Palo Alto Networks Delete Interconnect by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: interconnectId
          in: path
          type: string
          required: true
    - name: mt-sp-interconnect-regions
      path: /mt/sp-interconnect/regions
      operations:
      - name: getmtspinterconnectregions
        method: GET
        description: Palo Alto Networks List of Regions and Edge Locations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cloudProvider
          in: query
          type: string
    - name: mt-sp-interconnect-regions-physical-connections
      path: /mt/sp-interconnect/regions/physical-connections
      operations:
      - name: getmtspinterconnectregionsphysicalconnections
        method: GET
        description: Palo Alto Networks List of Physical Connection Regions in GCP
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: mt-sp-interconnect-settings
      path: /mt/sp-interconnect/settings
      operations:
      - name: postmtspinterconnectsettings
        method: POST
        description: Palo Alto Networks Configure Egress Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: getmtspinterconnectsettings
        method: GET
        description: Palo Alto Networks Get Egress Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-sase-multitenant-interconnect-interconnect-rest
    port: 8080
    description: REST adapter for SP Interconnect Manage APIs — Interconnect. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/mt/sp-interconnect/interconnects
      name: mt-sp-interconnect-interconnects
      description: REST surface for mt-sp-interconnect-interconnects.
      operations:
      - method: GET
        name: getmtspinterconnectinterconnects
        description: Palo Alto Networks Retrieve All Interconnects
        call: palo-alto-sase-multitenant-interconnect-interconnect.getmtspinterconnectinterconnects
        with:
          includeDefaultInterconnect: rest.includeDefaultInterconnect
          includeTenantsAssociated: rest.includeTenantsAssociated
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postmtspinterconnectinterconnects
        description: Palo Alto Networks Create New Interconnect
        call: palo-alto-sase-multitenant-interconnect-interconnect.postmtspinterconnectinterconnects
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mt/sp-interconnect/interconnects/summary
      name: mt-sp-interconnect-interconnects-summary
      description: REST surface for mt-sp-interconnect-interconnects-summary.
      operations:
      - method: GET
        name: getmtspinterconnectinterconnectssummary
        description: Palo Alto Networks Summarize All Interconnects
        call: palo-alto-sase-multitenant-interconnect-interconnect.getmtspinterconnectinterconnectssummary
        with:
          usage: rest.usage
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mt/sp-interconnect/interconnects/{interconnectid}
      name: mt-sp-interconnect-interconnects-interconnectid
      description: REST surface for mt-sp-interconnect-interconnects-interconnectId.
      operations:
      - method: GET
        name: getmtspinterconnectinterconnectsbyinterconnectid
        description: Palo Alto Networks Retrieve Specific Interconnect
        call: palo-alto-sase-multitenant-interconnect-interconnect.getmtspinterconnectinterconnectsbyinterconnectid
        with:
          interconnectId: rest.interconnectId
          includeTenantsAssociated: rest.includeTenantsAssociated
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletemtspinterconnectinterconnectsbyinterconnectid
        description: Palo Alto Networks Delete Interconnect by ID
        call: palo-alto-sase-multitenant-interconnect-interconnect.deletemtspinterconnectinterconnectsbyinterconnectid
        with:
          interconnectId: rest.interconnectId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mt/sp-interconnect/regions
      name: mt-sp-interconnect-regions
      description: REST surface for mt-sp-interconnect-regions.
      operations:
      - method: GET
        name: getmtspinterconnectregions
        description: Palo Alto Networks List of Regions and Edge Locations
        call: palo-alto-sase-multitenant-interconnect-interconnect.getmtspinterconnectregions
        with:
          cloudProvider: rest.cloudProvider
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mt/sp-interconnect/regions/physical-connections
      name: mt-sp-interconnect-regions-physical-connections
      description: REST surface for mt-sp-interconnect-regions-physical-connections.
      operations:
      - method: GET
        name: getmtspinterconnectregionsphysicalconnections
        description: Palo Alto Networks List of Physical Connection Regions in GCP
        call: palo-alto-sase-multitenant-interconnect-interconnect.getmtspinterconnectregionsphysicalconnections
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mt/sp-interconnect/settings
      name: mt-sp-interconnect-settings
      description: REST surface for mt-sp-interconnect-settings.
      operations:
      - method: POST
        name: postmtspinterconnectsettings
        description: Palo Alto Networks Configure Egress Settings
        call: palo-alto-sase-multitenant-interconnect-interconnect.postmtspinterconnectsettings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getmtspinterconnectsettings
        description: Palo Alto Networks Get Egress Settings
        call: palo-alto-sase-multitenant-interconnect-interconnect.getmtspinterconnectsettings
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-sase-multitenant-interconnect-interconnect-mcp
    port: 9090
    transport: http
    description: MCP adapter for SP Interconnect Manage APIs — Interconnect. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: palo-alto-networks-retrieve-all
      description: Palo Alto Networks Retrieve All Interconnects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-sase-multitenant-interconnect-interconnect.getmtspinterconnectinterconnects
      with:
        includeDefaultInterconnect: tools.includeDefaultInterconnect
        includeTenantsAssociated: tools.includeTenantsAssociated
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-create-new
      description: Palo Alto Networks Create New Interconnect
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-sase-multitenant-interconnect-interconnect.postmtspinterconnectinterconnects
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-summarize-all
      description: Palo Alto Networks Summarize All Interconnects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-sase-multitenant-interconnect-interconnect.getmtspinterconnectinterconnectssummary
      with:
        usage: tools.usage
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-retrieve-specific
      description: Palo Alto Networks Retrieve Specific Interconnect
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-sase-multitenant-interconnect-interconnect.getmtspinterconnectinterconnectsbyinterconnectid
      with:
        interconnectId: tools.interconnectId
        includeTenantsAssociated: tools.includeTenantsAssociated
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-delete-interconnect
      description: Palo Alto Networks Delete Interconnect by ID
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: palo-alto-sase-multitenant-interconnect-interconnect.deletemtspinterconnectinterconnectsbyinterconnectid
      with:
        interconnectId: tools.interconnectId
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-list-regions
      description: Palo Alto Networks List of Regions and Edge Locations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-sase-multitenant-interconnect-interconnect.getmtspinterconnectregions
      with:
        cloudProvider: tools.cloudProvider
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-list-physical
      description: Palo Alto Networks List of Physical Connection Regions in GCP
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-sase-multitenant-interconnect-interconnect.getmtspinterconnectregionsphysicalconnections
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-configure-egress
      description: Palo Alto Networks Configure Egress Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-sase-multitenant-interconnect-interconnect.postmtspinterconnectsettings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-get-egress
      description: Palo Alto Networks Get Egress Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-sase-multitenant-interconnect-interconnect.getmtspinterconnectsettings
      outputParameters:
      - type: object
        mapping: $.