Fluent Bit · Capability

Fluent Bit Monitoring HTTP API — Uptime

Fluent Bit Monitoring HTTP API — Uptime. 1 operations. Lead operation: Uptime information. Self-contained Naftiko capability covering one Fluent Bit business surface.

Run with Naftiko Fluent BitUptime

What You Can Do

GET
Get — Uptime information
/v1/api/v1/uptime

MCP Tools

uptime-information

Uptime information

read-only idempotent

Capability Spec

monitoring-uptime.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fluent Bit Monitoring HTTP API — Uptime
  description: 'Fluent Bit Monitoring HTTP API — Uptime. 1 operations. Lead operation: Uptime information. Self-contained
    Naftiko capability covering one Fluent Bit business surface.'
  tags:
  - Fluent Bit
  - Uptime
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FLUENT_BIT_API_KEY: FLUENT_BIT_API_KEY
capability:
  consumes:
  - type: http
    namespace: monitoring-uptime
    baseUri: http://127.0.0.1:2020
    description: Fluent Bit Monitoring HTTP API — Uptime business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-uptime
      path: /api/v1/uptime
      operations:
      - name: get
        method: GET
        description: Uptime information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: monitoring-uptime-rest
    port: 8080
    description: REST adapter for Fluent Bit Monitoring HTTP API — Uptime. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v1/uptime
      name: api-v1-uptime
      description: REST surface for api-v1-uptime.
      operations:
      - method: GET
        name: get
        description: Uptime information
        call: monitoring-uptime.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: monitoring-uptime-mcp
    port: 9090
    transport: http
    description: MCP adapter for Fluent Bit Monitoring HTTP API — Uptime. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: uptime-information
      description: Uptime information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitoring-uptime.get
      outputParameters:
      - type: object
        mapping: $.