ARGUS Enterprise · Capability

Argus Enterprise Webhook API — Health

Argus Enterprise Webhook API — Health. 1 operations. Lead operation: Argus Enterprise Get Service Health. Self-contained Naftiko capability covering one Argus Enterprise business surface.

Run with Naftiko Argus EnterpriseHealth

What You Can Do

GET
Getwebhookhealth — Argus Enterprise Get Service Health
/v1/health

MCP Tools

argus-enterprise-get-service-health

Argus Enterprise Get Service Health

read-only idempotent

Capability Spec

webhooks-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Argus Enterprise Webhook API — Health
  description: 'Argus Enterprise Webhook API — Health. 1 operations. Lead operation: Argus Enterprise Get Service Health.
    Self-contained Naftiko capability covering one Argus Enterprise business surface.'
  tags:
  - Argus Enterprise
  - Health
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ARGUS_ENTERPRISE_API_KEY: ARGUS_ENTERPRISE_API_KEY
capability:
  consumes:
  - type: http
    namespace: webhooks-health
    baseUri: https://webhooks.argusenterprise.com/v1
    description: Argus Enterprise Webhook API — Health business capability. Self-contained, no shared references.
    resources:
    - name: health
      path: /health
      operations:
      - name: getwebhookhealth
        method: GET
        description: Argus Enterprise Get Service Health
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ARGUS_ENTERPRISE_API_KEY}}'
  exposes:
  - type: rest
    namespace: webhooks-health-rest
    port: 8080
    description: REST adapter for Argus Enterprise Webhook 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: getwebhookhealth
        description: Argus Enterprise Get Service Health
        call: webhooks-health.getwebhookhealth
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: webhooks-health-mcp
    port: 9090
    transport: http
    description: MCP adapter for Argus Enterprise Webhook API — Health. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: argus-enterprise-get-service-health
      description: Argus Enterprise Get Service Health
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: webhooks-health.getwebhookhealth
      outputParameters:
      - type: object
        mapping: $.