Qlik Sense Enterprise · Capability

Qlik Sense Enterprise Qlik Sense Proxy Service API — Health

Qlik Sense Enterprise Qlik Sense Proxy Service API — Health. 1 operations. Lead operation: Qlik Sense Enterprise Check proxy service health. Self-contained Naftiko capability covering one Qlik Sense Enterprise business surface.

Run with Naftiko Qlik Sense EnterpriseHealth

What You Can Do

GET
Getproxyhealth — Qlik Sense Enterprise Check proxy service health
/v1/health

MCP Tools

qlik-sense-enterprise-check-proxy

Qlik Sense Enterprise Check proxy service health

read-only idempotent

Capability Spec

proxy-service-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Qlik Sense Enterprise Qlik Sense Proxy Service API — Health
  description: 'Qlik Sense Enterprise Qlik Sense Proxy Service API — Health. 1 operations. Lead operation: Qlik Sense Enterprise
    Check proxy service health. Self-contained Naftiko capability covering one Qlik Sense Enterprise business surface.'
  tags:
  - Qlik Sense Enterprise
  - Health
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    QLIK_SENSE_ENTERPRISE_API_KEY: QLIK_SENSE_ENTERPRISE_API_KEY
capability:
  consumes:
  - type: http
    namespace: proxy-service-health
    baseUri: https://{server}:4243/qps
    description: Qlik Sense Enterprise Qlik Sense Proxy Service API — Health business capability. Self-contained, no shared
      references.
    resources:
    - name: health
      path: /health
      operations:
      - name: getproxyhealth
        method: GET
        description: Qlik Sense Enterprise Check proxy service health
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Qlik-Xrfkey
      value: '{{env.QLIK_SENSE_ENTERPRISE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: proxy-service-health-rest
    port: 8080
    description: REST adapter for Qlik Sense Enterprise Qlik Sense Proxy Service API — Health. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/health
      name: health
      description: REST surface for health.
      operations:
      - method: GET
        name: getproxyhealth
        description: Qlik Sense Enterprise Check proxy service health
        call: proxy-service-health.getproxyhealth
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: proxy-service-health-mcp
    port: 9090
    transport: http
    description: MCP adapter for Qlik Sense Enterprise Qlik Sense Proxy Service API — Health. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: qlik-sense-enterprise-check-proxy
      description: Qlik Sense Enterprise Check proxy service health
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: proxy-service-health.getproxyhealth
      outputParameters:
      - type: object
        mapping: $.