WSO2 · Capability

WSO2 API Manager - Admin — Bot Detection Alert Subscriptions

WSO2 API Manager - Admin — Bot Detection Alert Subscriptions. 3 operations. Lead operation: Get Subscriptions for Bot Detection. Self-contained Naftiko capability covering one Wso2 business surface.

Run with Naftiko Wso2Bot Detection Alert Subscriptions

What You Can Do

GET
Getbotdetectionalertsubscriptions — Get Subscriptions for Bot Detection
/v1/alert-subscriptions/bot-detection
POST
Subscribeforbotdetectionalerts — Subscribe for Bot Detection Alerts
/v1/alert-subscriptions/bot-detection
DELETE
Unsubscribefrombotdetectionalerts — Unsubscribe from bot detection alerts.
/v1/alert-subscriptions/bot-detection/{uuid}

MCP Tools

get-subscriptions-bot-detection

Get Subscriptions for Bot Detection

read-only idempotent
subscribe-bot-detection-alerts

Subscribe for Bot Detection Alerts

unsubscribe-bot-detection-alerts

Unsubscribe from bot detection alerts.

idempotent

Capability Spec

admin-bot-detection-alert-subscriptions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WSO2 API Manager - Admin — Bot Detection Alert Subscriptions
  description: 'WSO2 API Manager - Admin — Bot Detection Alert Subscriptions. 3 operations. Lead operation: Get Subscriptions
    for Bot Detection. Self-contained Naftiko capability covering one Wso2 business surface.'
  tags:
  - Wso2
  - Bot Detection Alert Subscriptions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WSO2_API_KEY: WSO2_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-bot-detection-alert-subscriptions
    baseUri: https://apis.wso2.com/api/am/admin/v4
    description: WSO2 API Manager - Admin — Bot Detection Alert Subscriptions business capability. Self-contained, no shared
      references.
    resources:
    - name: alert-subscriptions-bot-detection
      path: /alert-subscriptions/bot-detection
      operations:
      - name: getbotdetectionalertsubscriptions
        method: GET
        description: Get Subscriptions for Bot Detection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: subscribeforbotdetectionalerts
        method: POST
        description: Subscribe for Bot Detection Alerts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: alert-subscriptions-bot-detection-uuid
      path: /alert-subscriptions/bot-detection/{uuid}
      operations:
      - name: unsubscribefrombotdetectionalerts
        method: DELETE
        description: Unsubscribe from bot detection alerts.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: uuid
          in: path
          type: string
          description: uuid of the subscription
          required: true
    authentication:
      type: bearer
      token: '{{env.WSO2_API_KEY}}'
  exposes:
  - type: rest
    namespace: admin-bot-detection-alert-subscriptions-rest
    port: 8080
    description: REST adapter for WSO2 API Manager - Admin — Bot Detection Alert Subscriptions. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/alert-subscriptions/bot-detection
      name: alert-subscriptions-bot-detection
      description: REST surface for alert-subscriptions-bot-detection.
      operations:
      - method: GET
        name: getbotdetectionalertsubscriptions
        description: Get Subscriptions for Bot Detection
        call: admin-bot-detection-alert-subscriptions.getbotdetectionalertsubscriptions
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: subscribeforbotdetectionalerts
        description: Subscribe for Bot Detection Alerts
        call: admin-bot-detection-alert-subscriptions.subscribeforbotdetectionalerts
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/alert-subscriptions/bot-detection/{uuid}
      name: alert-subscriptions-bot-detection-uuid
      description: REST surface for alert-subscriptions-bot-detection-uuid.
      operations:
      - method: DELETE
        name: unsubscribefrombotdetectionalerts
        description: Unsubscribe from bot detection alerts.
        call: admin-bot-detection-alert-subscriptions.unsubscribefrombotdetectionalerts
        with:
          uuid: rest.uuid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-bot-detection-alert-subscriptions-mcp
    port: 9090
    transport: http
    description: MCP adapter for WSO2 API Manager - Admin — Bot Detection Alert Subscriptions. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: get-subscriptions-bot-detection
      description: Get Subscriptions for Bot Detection
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-bot-detection-alert-subscriptions.getbotdetectionalertsubscriptions
      outputParameters:
      - type: object
        mapping: $.
    - name: subscribe-bot-detection-alerts
      description: Subscribe for Bot Detection Alerts
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: admin-bot-detection-alert-subscriptions.subscribeforbotdetectionalerts
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: unsubscribe-bot-detection-alerts
      description: Unsubscribe from bot detection alerts.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: admin-bot-detection-alert-subscriptions.unsubscribefrombotdetectionalerts
      with:
        uuid: tools.uuid
      outputParameters:
      - type: object
        mapping: $.