CommScope Holding · Capability

RUCKUS One API — Activities

RUCKUS One API — Activities. 1 operations. Lead operation: Get the status of an asynchronous request. Self-contained Naftiko capability covering one Commscope Holding business surface.

Run with Naftiko Commscope HoldingActivities

What You Can Do

GET
Getactivity — Get the status of an asynchronous request
/v1/api/tenant/{tenantid}/activity/{requestid}

MCP Tools

get-status-asynchronous-request

Get the status of an asynchronous request

read-only idempotent

Capability Spec

ruckus-one-activities.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: RUCKUS One API — Activities
  description: 'RUCKUS One API — Activities. 1 operations. Lead operation: Get the status of an asynchronous request. Self-contained
    Naftiko capability covering one Commscope Holding business surface.'
  tags:
  - Commscope Holding
  - Activities
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COMMSCOPE_HOLDING_API_KEY: COMMSCOPE_HOLDING_API_KEY
capability:
  consumes:
  - type: http
    namespace: ruckus-one-activities
    baseUri: https://api.ruckus.cloud
    description: RUCKUS One API — Activities business capability. Self-contained, no shared references.
    resources:
    - name: api-tenant-tenantId-activity-requestId
      path: /api/tenant/{tenantId}/activity/{requestId}
      operations:
      - name: getactivity
        method: GET
        description: Get the status of an asynchronous request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: requestId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.COMMSCOPE_HOLDING_API_KEY}}'
  exposes:
  - type: rest
    namespace: ruckus-one-activities-rest
    port: 8080
    description: REST adapter for RUCKUS One API — Activities. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/tenant/{tenantid}/activity/{requestid}
      name: api-tenant-tenantid-activity-requestid
      description: REST surface for api-tenant-tenantId-activity-requestId.
      operations:
      - method: GET
        name: getactivity
        description: Get the status of an asynchronous request
        call: ruckus-one-activities.getactivity
        with:
          requestId: rest.requestId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ruckus-one-activities-mcp
    port: 9090
    transport: http
    description: MCP adapter for RUCKUS One API — Activities. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-status-asynchronous-request
      description: Get the status of an asynchronous request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ruckus-one-activities.getactivity
      with:
        requestId: tools.requestId
      outputParameters:
      - type: object
        mapping: $.