Commvault · Capability

Commvault Command Center API — Dashboard

Commvault Command Center API — Dashboard. 1 operations. Lead operation: Commvault Get dashboard summary. Self-contained Naftiko capability covering one Commvault business surface.

Run with Naftiko CommvaultDashboard

What You Can Do

GET
Getdashboard — Commvault Get dashboard summary
/v1/dashboard

MCP Tools

commvault-get-dashboard-summary

Commvault Get dashboard summary

read-only idempotent

Capability Spec

command-center-dashboard.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Commvault Command Center API — Dashboard
  description: 'Commvault Command Center API — Dashboard. 1 operations. Lead operation: Commvault Get dashboard summary. Self-contained
    Naftiko capability covering one Commvault business surface.'
  tags:
  - Commvault
  - Dashboard
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COMMVAULT_API_KEY: COMMVAULT_API_KEY
capability:
  consumes:
  - type: http
    namespace: command-center-dashboard
    baseUri: https://{commandcenter}/commandcenter/api
    description: Commvault Command Center API — Dashboard business capability. Self-contained, no shared references.
    resources:
    - name: Dashboard
      path: /Dashboard
      operations:
      - name: getdashboard
        method: GET
        description: Commvault Get dashboard summary
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authtoken
      value: '{{env.COMMVAULT_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: command-center-dashboard-rest
    port: 8080
    description: REST adapter for Commvault Command Center API — Dashboard. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/dashboard
      name: dashboard
      description: REST surface for Dashboard.
      operations:
      - method: GET
        name: getdashboard
        description: Commvault Get dashboard summary
        call: command-center-dashboard.getdashboard
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: command-center-dashboard-mcp
    port: 9090
    transport: http
    description: MCP adapter for Commvault Command Center API — Dashboard. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: commvault-get-dashboard-summary
      description: Commvault Get dashboard summary
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: command-center-dashboard.getdashboard
      outputParameters:
      - type: object
        mapping: $.