Cisco Voice Portal · Capability

Cisco Voice Portal Administration API — Deployment

Cisco Voice Portal Administration API — Deployment. 2 operations. Lead operation: Cisco Voice Portal Deploy Configuration to Devices. Self-contained Naftiko capability covering one Cisco Voice Portal business surface.

Run with Naftiko Cisco Voice PortalDeployment

What You Can Do

POST
Deployconfiguration — Cisco Voice Portal Deploy Configuration to Devices
/v1/deployment
GET
Getdeploymentstatus — Cisco Voice Portal Get Deployment Operation Status
/v1/deployment/{operationid}

MCP Tools

cisco-voice-portal-deploy-configuration

Cisco Voice Portal Deploy Configuration to Devices

cisco-voice-portal-get-deployment

Cisco Voice Portal Get Deployment Operation Status

read-only idempotent

Capability Spec

administration-deployment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cisco Voice Portal Administration API — Deployment
  description: 'Cisco Voice Portal Administration API — Deployment. 2 operations. Lead operation: Cisco Voice Portal Deploy
    Configuration to Devices. Self-contained Naftiko capability covering one Cisco Voice Portal business surface.'
  tags:
  - Cisco Voice Portal
  - Deployment
  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-deployment
    baseUri: https://{oamp-server}:9443/oamp/rest
    description: Cisco Voice Portal Administration API — Deployment business capability. Self-contained, no shared references.
    resources:
    - name: deployment
      path: /deployment
      operations:
      - name: deployconfiguration
        method: POST
        description: Cisco Voice Portal Deploy Configuration to Devices
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: deployment-operationId
      path: /deployment/{operationId}
      operations:
      - name: getdeploymentstatus
        method: GET
        description: Cisco Voice Portal Get Deployment Operation Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: operationId
          in: path
          type: string
          required: true
    authentication:
      type: apikey
      key: JSESSIONID
      value: '{{env.CISCO_VOICE_PORTAL_API_KEY}}'
      placement: cookie
  exposes:
  - type: rest
    namespace: administration-deployment-rest
    port: 8080
    description: REST adapter for Cisco Voice Portal Administration API — Deployment. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/deployment
      name: deployment
      description: REST surface for deployment.
      operations:
      - method: POST
        name: deployconfiguration
        description: Cisco Voice Portal Deploy Configuration to Devices
        call: administration-deployment.deployconfiguration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/deployment/{operationid}
      name: deployment-operationid
      description: REST surface for deployment-operationId.
      operations:
      - method: GET
        name: getdeploymentstatus
        description: Cisco Voice Portal Get Deployment Operation Status
        call: administration-deployment.getdeploymentstatus
        with:
          operationId: rest.operationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: administration-deployment-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cisco Voice Portal Administration API — Deployment. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: cisco-voice-portal-deploy-configuration
      description: Cisco Voice Portal Deploy Configuration to Devices
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: administration-deployment.deployconfiguration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: cisco-voice-portal-get-deployment
      description: Cisco Voice Portal Get Deployment Operation Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: administration-deployment.getdeploymentstatus
      with:
        operationId: tools.operationId
      outputParameters:
      - type: object
        mapping: $.