Palo Alto Networks · Capability

SP Interconnect Manage APIs — Physical Connection

SP Interconnect Manage APIs — Physical Connection. 4 operations. Lead operation: Palo Alto Networks List Physical Connections. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksPhysical Connection

What You Can Do

GET
Getmtspinterconnectinterconnectsphysicalconnections — Palo Alto Networks List Physical Connections
/v1/mt/sp-interconnect/interconnects/physical-connections
POST
Postmtspinterconnectinterconnectsphysicalconnections — Palo Alto Networks Provision Physical Connection
/v1/mt/sp-interconnect/interconnects/physical-connections
DELETE
Deletemtspinterconnectinterconnectsphysicalconnectionsbyphysicalconnectionid — Palo Alto Networks Delete Physical Connection
/v1/mt/sp-interconnect/interconnects/physical-connections/{physicalconnectionid}
GET
Getmtspinterconnectinterconnectsphysicalconnectionsbyphysicalconnectionid — Palo Alto Networks Get Physical Connection
/v1/mt/sp-interconnect/interconnects/physical-connections/{physicalconnectionid}

MCP Tools

palo-alto-networks-list-physical

Palo Alto Networks List Physical Connections

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

Palo Alto Networks Provision Physical Connection

palo-alto-networks-delete-physical

Palo Alto Networks Delete Physical Connection

idempotent
palo-alto-networks-get-physical

Palo Alto Networks Get Physical Connection

read-only idempotent

Capability Spec

palo-alto-sase-multitenant-interconnect-physical-connection.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SP Interconnect Manage APIs — Physical Connection
  description: 'SP Interconnect Manage APIs — Physical Connection. 4 operations. Lead operation: Palo Alto Networks List Physical
    Connections. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Physical Connection
  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-physical-connection
    baseUri: https://api.sase.paloaltonetworks.com
    description: SP Interconnect Manage APIs — Physical Connection business capability. Self-contained, no shared references.
    resources:
    - name: mt-sp-interconnect-interconnects-physical-connections
      path: /mt/sp-interconnect/interconnects/physical-connections
      operations:
      - name: getmtspinterconnectinterconnectsphysicalconnections
        method: GET
        description: Palo Alto Networks List Physical Connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: postmtspinterconnectinterconnectsphysicalconnections
        method: POST
        description: Palo Alto Networks Provision Physical Connection
        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-physical-connections-physicalConnectionId
      path: /mt/sp-interconnect/interconnects/physical-connections/{physicalConnectionId}
      operations:
      - name: deletemtspinterconnectinterconnectsphysicalconnectionsbyphysicalconnectionid
        method: DELETE
        description: Palo Alto Networks Delete Physical Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: physicalConnectionId
          in: path
          type: string
          required: true
      - name: getmtspinterconnectinterconnectsphysicalconnectionsbyphysicalconnectionid
        method: GET
        description: Palo Alto Networks Get Physical Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: physicalConnectionId
          in: path
          type: string
          required: true
        - name: includeDetails
          in: query
          type: boolean
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-sase-multitenant-interconnect-physical-connection-rest
    port: 8080
    description: REST adapter for SP Interconnect Manage APIs — Physical Connection. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/mt/sp-interconnect/interconnects/physical-connections
      name: mt-sp-interconnect-interconnects-physical-connections
      description: REST surface for mt-sp-interconnect-interconnects-physical-connections.
      operations:
      - method: GET
        name: getmtspinterconnectinterconnectsphysicalconnections
        description: Palo Alto Networks List Physical Connections
        call: palo-alto-sase-multitenant-interconnect-physical-connection.getmtspinterconnectinterconnectsphysicalconnections
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postmtspinterconnectinterconnectsphysicalconnections
        description: Palo Alto Networks Provision Physical Connection
        call: palo-alto-sase-multitenant-interconnect-physical-connection.postmtspinterconnectinterconnectsphysicalconnections
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mt/sp-interconnect/interconnects/physical-connections/{physicalconnectionid}
      name: mt-sp-interconnect-interconnects-physical-connections-physicalconnectionid
      description: REST surface for mt-sp-interconnect-interconnects-physical-connections-physicalConnectionId.
      operations:
      - method: DELETE
        name: deletemtspinterconnectinterconnectsphysicalconnectionsbyphysicalconnectionid
        description: Palo Alto Networks Delete Physical Connection
        call: palo-alto-sase-multitenant-interconnect-physical-connection.deletemtspinterconnectinterconnectsphysicalconnectionsbyphysicalconnectionid
        with:
          physicalConnectionId: rest.physicalConnectionId
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getmtspinterconnectinterconnectsphysicalconnectionsbyphysicalconnectionid
        description: Palo Alto Networks Get Physical Connection
        call: palo-alto-sase-multitenant-interconnect-physical-connection.getmtspinterconnectinterconnectsphysicalconnectionsbyphysicalconnectionid
        with:
          physicalConnectionId: rest.physicalConnectionId
          includeDetails: rest.includeDetails
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-sase-multitenant-interconnect-physical-connection-mcp
    port: 9090
    transport: http
    description: MCP adapter for SP Interconnect Manage APIs — Physical Connection. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-list-physical
      description: Palo Alto Networks List Physical Connections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-sase-multitenant-interconnect-physical-connection.getmtspinterconnectinterconnectsphysicalconnections
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-provision-physical
      description: Palo Alto Networks Provision Physical Connection
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-sase-multitenant-interconnect-physical-connection.postmtspinterconnectinterconnectsphysicalconnections
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-delete-physical
      description: Palo Alto Networks Delete Physical Connection
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: palo-alto-sase-multitenant-interconnect-physical-connection.deletemtspinterconnectinterconnectsphysicalconnectionsbyphysicalconnectionid
      with:
        physicalConnectionId: tools.physicalConnectionId
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-get-physical
      description: Palo Alto Networks Get Physical Connection
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-sase-multitenant-interconnect-physical-connection.getmtspinterconnectinterconnectsphysicalconnectionsbyphysicalconnectionid
      with:
        physicalConnectionId: tools.physicalConnectionId
        includeDetails: tools.includeDetails
      outputParameters:
      - type: object
        mapping: $.