Commvault · Capability

Commvault Command Center API — SLA

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

Run with Naftiko CommvaultSLA

What You Can Do

GET
Getslasummary — Commvault Get SLA compliance summary
/v1/slasummary

MCP Tools

commvault-get-sla-compliance-summary

Commvault Get SLA compliance summary

read-only idempotent

Capability Spec

command-center-sla.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Commvault Command Center API — SLA
  description: 'Commvault Command Center API — SLA. 1 operations. Lead operation: Commvault Get SLA compliance summary. Self-contained
    Naftiko capability covering one Commvault business surface.'
  tags:
  - Commvault
  - SLA
  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-sla
    baseUri: https://{commandcenter}/commandcenter/api
    description: Commvault Command Center API — SLA business capability. Self-contained, no shared references.
    resources:
    - name: SLASummary
      path: /SLASummary
      operations:
      - name: getslasummary
        method: GET
        description: Commvault Get SLA compliance summary
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: timeRange
          in: query
          type: string
          description: Time range for SLA calculation
    authentication:
      type: apikey
      key: Authtoken
      value: '{{env.COMMVAULT_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: command-center-sla-rest
    port: 8080
    description: REST adapter for Commvault Command Center API — SLA. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/slasummary
      name: slasummary
      description: REST surface for SLASummary.
      operations:
      - method: GET
        name: getslasummary
        description: Commvault Get SLA compliance summary
        call: command-center-sla.getslasummary
        with:
          timeRange: rest.timeRange
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: command-center-sla-mcp
    port: 9090
    transport: http
    description: MCP adapter for Commvault Command Center API — SLA. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: commvault-get-sla-compliance-summary
      description: Commvault Get SLA compliance summary
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: command-center-sla.getslasummary
      with:
        timeRange: tools.timeRange
      outputParameters:
      - type: object
        mapping: $.