Logz.io · Capability

Logz.io Grafana Alerting

Logz.io Grafana Alerting business capability. Self-contained Naftiko capability covering one Logz.io API surface on the api.logz.io control plane.

Logz.io Grafana Alerting is a Naftiko capability published by Logz.io, one of 29 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/grafana/api/v1/provisioning/alert-rules.

The capability includes 1 read-only operation. Lead operation: Retrieve Logz.io Grafana Alerting resources. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Logz.io, Observability, and Alerting.

Run with Naftiko Logz.ioObservabilityAlerting

What You Can Do

GET
Get — Retrieve Grafana Alerting resources.
/v1/grafana/api/v1/provisioning/alert-rules

MCP Tools

logzio-grafana-alerting-get

Retrieve Logz.io Grafana Alerting resources.

read-only idempotent

Capability Spec

grafana-alerting.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Logz.io Grafana Alerting
  description: 'Logz.io Grafana Alerting business capability. Self-contained Naftiko capability covering one Logz.io API surface
    on the api.logz.io control plane.'
  tags:
  - Logz.io
  - Observability
  - Alerting
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    LOGZIO_API_TOKEN: LOGZIO_API_TOKEN
    LOGZIO_API_BASE: LOGZIO_API_BASE
capability:
  consumes:
  - type: http
    namespace: grafana-alerting
    baseUri: '{{env.LOGZIO_API_BASE}}'
    description: Manage Grafana provisioning alert rules.
    resources:
    - name: grafana-alerting-resource
      path: /v1/grafana/api/v1/provisioning/alert-rules
      operations:
      - name: get
        method: GET
        description: Retrieve Grafana Alerting resources.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-API-TOKEN
      value: '{{env.LOGZIO_API_TOKEN}}'
      placement: header
  exposes:
  - type: rest
    namespace: grafana-alerting-rest
    port: 8080
    description: REST adapter for Logz.io Grafana Alerting.
    resources:
    - path: /v1/grafana/api/v1/provisioning/alert-rules
      name: grafana-alerting-resource
      description: REST surface for Logz.io Grafana Alerting.
      operations:
      - method: GET
        name: get
        description: Retrieve Grafana Alerting resources.
        call: grafana-alerting.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: grafana-alerting-mcp
    port: 9090
    transport: http
    description: MCP adapter for Logz.io Grafana Alerting.
    tools:
    - name: logzio-grafana-alerting-get
      description: Retrieve Logz.io Grafana Alerting resources.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: grafana-alerting.get
      outputParameters:
      - type: object
        mapping: $.