Cisco Expressway · Capability

Cisco Expressway Configuration API — SFTP

Cisco Expressway Configuration API — SFTP. 2 operations. Lead operation: Cisco Expressway Retrieve SFTP configuration. Self-contained Naftiko capability covering one Cisco Expressway business surface.

Run with Naftiko Cisco ExpresswaySFTP

What You Can Do

GET
Getsftpconfig — Cisco Expressway Retrieve SFTP configuration
/v1/v1/provisioning/common/sftpconfig
PUT
Updatesftpconfig — Cisco Expressway Update SFTP configuration
/v1/v1/provisioning/common/sftpconfig

MCP Tools

cisco-expressway-retrieve-sftp-configuration

Cisco Expressway Retrieve SFTP configuration

read-only idempotent
cisco-expressway-update-sftp-configuration

Cisco Expressway Update SFTP configuration

idempotent

Capability Spec

configuration-sftp.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cisco Expressway Configuration API — SFTP
  description: 'Cisco Expressway Configuration API — SFTP. 2 operations. Lead operation: Cisco Expressway Retrieve SFTP configuration.
    Self-contained Naftiko capability covering one Cisco Expressway business surface.'
  tags:
  - Cisco Expressway
  - SFTP
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CISCO_EXPRESSWAY_API_KEY: CISCO_EXPRESSWAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: configuration-sftp
    baseUri: https://{host}/api
    description: Cisco Expressway Configuration API — SFTP business capability. Self-contained, no shared references.
    resources:
    - name: v1-provisioning-common-sftpconfig
      path: /v1/provisioning/common/sftpconfig
      operations:
      - name: getsftpconfig
        method: GET
        description: Cisco Expressway Retrieve SFTP configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatesftpconfig
        method: PUT
        description: Cisco Expressway Update SFTP configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.CISCO_EXPRESSWAY_USER}}'
      password: '{{env.CISCO_EXPRESSWAY_PASS}}'
  exposes:
  - type: rest
    namespace: configuration-sftp-rest
    port: 8080
    description: REST adapter for Cisco Expressway Configuration API — SFTP. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/provisioning/common/sftpconfig
      name: v1-provisioning-common-sftpconfig
      description: REST surface for v1-provisioning-common-sftpconfig.
      operations:
      - method: GET
        name: getsftpconfig
        description: Cisco Expressway Retrieve SFTP configuration
        call: configuration-sftp.getsftpconfig
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatesftpconfig
        description: Cisco Expressway Update SFTP configuration
        call: configuration-sftp.updatesftpconfig
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: configuration-sftp-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cisco Expressway Configuration API — SFTP. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: cisco-expressway-retrieve-sftp-configuration
      description: Cisco Expressway Retrieve SFTP configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: configuration-sftp.getsftpconfig
      outputParameters:
      - type: object
        mapping: $.
    - name: cisco-expressway-update-sftp-configuration
      description: Cisco Expressway Update SFTP configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: configuration-sftp.updatesftpconfig
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.