Cisco Voice Portal · Capability

Cisco Voice Portal VXML Services API — Server Status

Cisco Voice Portal VXML Services API — Server Status. 2 operations. Lead operation: Cisco Voice Portal Get Recent Server Log Entries. Self-contained Naftiko capability covering one Cisco Voice Portal business surface.

Run with Naftiko Cisco Voice PortalServer Status

What You Can Do

GET
Getserverlogs — Cisco Voice Portal Get Recent Server Log Entries
/v1/server/log
GET
Getvxmlserverstatus — Cisco Voice Portal Get Vxml Server Status
/v1/server/status

MCP Tools

cisco-voice-portal-get-recent

Cisco Voice Portal Get Recent Server Log Entries

read-only idempotent
cisco-voice-portal-get-vxml

Cisco Voice Portal Get Vxml Server Status

read-only idempotent

Capability Spec

vxml-services-server-status.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cisco Voice Portal VXML Services API — Server Status
  description: 'Cisco Voice Portal VXML Services API — Server Status. 2 operations. Lead operation: Cisco Voice Portal Get
    Recent Server Log Entries. Self-contained Naftiko capability covering one Cisco Voice Portal business surface.'
  tags:
  - Cisco Voice Portal
  - Server Status
  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: vxml-services-server-status
    baseUri: https://{vxml-server}:7443/CVP/rest
    description: Cisco Voice Portal VXML Services API — Server Status business capability. Self-contained, no shared references.
    resources:
    - name: server-log
      path: /server/log
      operations:
      - name: getserverlogs
        method: GET
        description: Cisco Voice Portal Get Recent Server Log Entries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: level
          in: query
          type: string
          description: Minimum log level to include
        - name: since
          in: query
          type: string
          description: Return logs since this timestamp
        - name: limit
          in: query
          type: integer
    - name: server-status
      path: /server/status
      operations:
      - name: getvxmlserverstatus
        method: GET
        description: Cisco Voice Portal Get Vxml Server Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.CISCO_VOICE_PORTAL_USER}}'
      password: '{{env.CISCO_VOICE_PORTAL_PASS}}'
  exposes:
  - type: rest
    namespace: vxml-services-server-status-rest
    port: 8080
    description: REST adapter for Cisco Voice Portal VXML Services API — Server Status. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/server/log
      name: server-log
      description: REST surface for server-log.
      operations:
      - method: GET
        name: getserverlogs
        description: Cisco Voice Portal Get Recent Server Log Entries
        call: vxml-services-server-status.getserverlogs
        with:
          level: rest.level
          since: rest.since
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/server/status
      name: server-status
      description: REST surface for server-status.
      operations:
      - method: GET
        name: getvxmlserverstatus
        description: Cisco Voice Portal Get Vxml Server Status
        call: vxml-services-server-status.getvxmlserverstatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: vxml-services-server-status-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cisco Voice Portal VXML Services API — Server Status. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: cisco-voice-portal-get-recent
      description: Cisco Voice Portal Get Recent Server Log Entries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vxml-services-server-status.getserverlogs
      with:
        level: tools.level
        since: tools.since
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: cisco-voice-portal-get-vxml
      description: Cisco Voice Portal Get Vxml Server Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vxml-services-server-status.getvxmlserverstatus
      outputParameters:
      - type: object
        mapping: $.