WSO2 · Capability

WSO2 API Manager - Admin — Alerts

WSO2 API Manager - Admin — Alerts. 1 operations. Lead operation: Get all Admin Alert Types. Self-contained Naftiko capability covering one Wso2 business surface.

Run with Naftiko Wso2Alerts

What You Can Do

GET
Getadminalerttypes — Get all Admin Alert Types
/v1/alert-types

MCP Tools

get-all-admin-alert-types

Get all Admin Alert Types

read-only idempotent

Capability Spec

admin-alerts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WSO2 API Manager - Admin — Alerts
  description: 'WSO2 API Manager - Admin — Alerts. 1 operations. Lead operation: Get all Admin Alert Types. Self-contained
    Naftiko capability covering one Wso2 business surface.'
  tags:
  - Wso2
  - Alerts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WSO2_API_KEY: WSO2_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-alerts
    baseUri: https://apis.wso2.com/api/am/admin/v4
    description: WSO2 API Manager - Admin — Alerts business capability. Self-contained, no shared references.
    resources:
    - name: alert-types
      path: /alert-types
      operations:
      - name: getadminalerttypes
        method: GET
        description: Get all Admin Alert Types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WSO2_API_KEY}}'
  exposes:
  - type: rest
    namespace: admin-alerts-rest
    port: 8080
    description: REST adapter for WSO2 API Manager - Admin — Alerts. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/alert-types
      name: alert-types
      description: REST surface for alert-types.
      operations:
      - method: GET
        name: getadminalerttypes
        description: Get all Admin Alert Types
        call: admin-alerts.getadminalerttypes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-alerts-mcp
    port: 9090
    transport: http
    description: MCP adapter for WSO2 API Manager - Admin — Alerts. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-all-admin-alert-types
      description: Get all Admin Alert Types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-alerts.getadminalerttypes
      outputParameters:
      - type: object
        mapping: $.