Acquia · Capability

Acquia Cloud API - Current system health — Current system health

Acquia Cloud API - Current system health — Current system health. 1 operations. Lead operation: Acquia Return the Current System Health Status.. Self-contained Naftiko capability covering one Acquia business surface.

Run with Naftiko AcquiaCurrent system health

What You Can Do

GET
Getsystemhealthstatus — Acquia Return the Current System Health Status.
/v1

MCP Tools

acquia-return-current-system-health

Acquia Return the Current System Health Status.

read-only idempotent

Capability Spec

cloud-current-system-health-current-system-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Acquia Cloud API - Current system health — Current system health
  description: 'Acquia Cloud API - Current system health — Current system health. 1 operations. Lead operation: Acquia Return
    the Current System Health Status.. Self-contained Naftiko capability covering one Acquia business surface.'
  tags:
  - Acquia
  - Current system health
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ACQUIA_API_KEY: ACQUIA_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloud-current-system-health-current-system-health
    baseUri: ''
    description: Acquia Cloud API - Current system health — Current system health business capability. Self-contained, no
      shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: getsystemhealthstatus
        method: GET
        description: Acquia Return the Current System Health Status.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ACQUIA_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloud-current-system-health-current-system-health-rest
    port: 8080
    description: REST adapter for Acquia Cloud API - Current system health — Current system health. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: GET
        name: getsystemhealthstatus
        description: Acquia Return the Current System Health Status.
        call: cloud-current-system-health-current-system-health.getsystemhealthstatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-current-system-health-current-system-health-mcp
    port: 9090
    transport: http
    description: MCP adapter for Acquia Cloud API - Current system health — Current system health. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: acquia-return-current-system-health
      description: Acquia Return the Current System Health Status.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-current-system-health-current-system-health.getsystemhealthstatus
      outputParameters:
      - type: object
        mapping: $.