Cisco Voice Portal · Capability

Cisco Voice Portal Administration API — Application Management

Cisco Voice Portal Administration API — Application Management. 4 operations. Lead operation: Cisco Voice Portal List Deployed Applications. Self-contained Naftiko capability covering one Cisco Voice Portal business surface.

Run with Naftiko Cisco Voice PortalApplication Management

What You Can Do

GET
Listapplications — Cisco Voice Portal List Deployed Applications
/v1/application
POST
Deployapplication — Cisco Voice Portal Deploy a New Application
/v1/application
GET
Getapplication — Cisco Voice Portal Get Application Details
/v1/application/{applicationid}
DELETE
Undeployapplication — Cisco Voice Portal Undeploy an Application
/v1/application/{applicationid}

MCP Tools

cisco-voice-portal-list-deployed

Cisco Voice Portal List Deployed Applications

read-only idempotent
cisco-voice-portal-deploy-new

Cisco Voice Portal Deploy a New Application

cisco-voice-portal-get-application

Cisco Voice Portal Get Application Details

read-only idempotent
cisco-voice-portal-undeploy-application

Cisco Voice Portal Undeploy an Application

idempotent

Capability Spec

administration-application-management.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cisco Voice Portal Administration API — Application Management
  description: 'Cisco Voice Portal Administration API — Application Management. 4 operations. Lead operation: Cisco Voice
    Portal List Deployed Applications. Self-contained Naftiko capability covering one Cisco Voice Portal business surface.'
  tags:
  - Cisco Voice Portal
  - Application Management
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CISCO_VOICE_PORTAL_API_KEY: CISCO_VOICE_PORTAL_API_KEY
capability:
  consumes:
  - type: http
    namespace: administration-application-management
    baseUri: https://{oamp-server}:9443/oamp/rest
    description: Cisco Voice Portal Administration API — Application Management business capability. Self-contained, no shared
      references.
    resources:
    - name: application
      path: /application
      operations:
      - name: listapplications
        method: GET
        description: Cisco Voice Portal List Deployed Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: type
          in: query
          type: string
          description: Filter by application type
        - name: status
          in: query
          type: string
          description: Filter by deployment status
      - name: deployapplication
        method: POST
        description: Cisco Voice Portal Deploy a New Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: application-applicationId
      path: /application/{applicationId}
      operations:
      - name: getapplication
        method: GET
        description: Cisco Voice Portal Get Application Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: undeployapplication
        method: DELETE
        description: Cisco Voice Portal Undeploy an Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: JSESSIONID
      value: '{{env.CISCO_VOICE_PORTAL_API_KEY}}'
      placement: cookie
  exposes:
  - type: rest
    namespace: administration-application-management-rest
    port: 8080
    description: REST adapter for Cisco Voice Portal Administration API — Application Management. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/application
      name: application
      description: REST surface for application.
      operations:
      - method: GET
        name: listapplications
        description: Cisco Voice Portal List Deployed Applications
        call: administration-application-management.listapplications
        with:
          type: rest.type
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: deployapplication
        description: Cisco Voice Portal Deploy a New Application
        call: administration-application-management.deployapplication
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/application/{applicationid}
      name: application-applicationid
      description: REST surface for application-applicationId.
      operations:
      - method: GET
        name: getapplication
        description: Cisco Voice Portal Get Application Details
        call: administration-application-management.getapplication
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: undeployapplication
        description: Cisco Voice Portal Undeploy an Application
        call: administration-application-management.undeployapplication
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: administration-application-management-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cisco Voice Portal Administration API — Application Management. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: cisco-voice-portal-list-deployed
      description: Cisco Voice Portal List Deployed Applications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: administration-application-management.listapplications
      with:
        type: tools.type
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.
    - name: cisco-voice-portal-deploy-new
      description: Cisco Voice Portal Deploy a New Application
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: administration-application-management.deployapplication
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: cisco-voice-portal-get-application
      description: Cisco Voice Portal Get Application Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: administration-application-management.getapplication
      outputParameters:
      - type: object
        mapping: $.
    - name: cisco-voice-portal-undeploy-application
      description: Cisco Voice Portal Undeploy an Application
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: administration-application-management.undeployapplication
      outputParameters:
      - type: object
        mapping: $.