WSO2 · Capability

WSO2 API Manager - Admin — Bot Detection Data

WSO2 API Manager - Admin — Bot Detection Data. 1 operations. Lead operation: Get all Bot Detected Data. Self-contained Naftiko capability covering one Wso2 business surface.

Run with Naftiko Wso2Bot Detection Data

What You Can Do

GET
Getbotdetectiondata — Get all Bot Detected Data
/v1/bot-detection-data

MCP Tools

get-all-bot-detected-data

Get all Bot Detected Data

read-only idempotent

Capability Spec

admin-bot-detection-data.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WSO2 API Manager - Admin — Bot Detection Data
  description: 'WSO2 API Manager - Admin — Bot Detection Data. 1 operations. Lead operation: Get all Bot Detected Data. Self-contained
    Naftiko capability covering one Wso2 business surface.'
  tags:
  - Wso2
  - Bot Detection Data
  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-data
    baseUri: https://apis.wso2.com/api/am/admin/v4
    description: WSO2 API Manager - Admin — Bot Detection Data business capability. Self-contained, no shared references.
    resources:
    - name: bot-detection-data
      path: /bot-detection-data
      operations:
      - name: getbotdetectiondata
        method: GET
        description: Get all Bot Detected Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WSO2_API_KEY}}'
  exposes:
  - type: rest
    namespace: admin-bot-detection-data-rest
    port: 8080
    description: REST adapter for WSO2 API Manager - Admin — Bot Detection Data. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/bot-detection-data
      name: bot-detection-data
      description: REST surface for bot-detection-data.
      operations:
      - method: GET
        name: getbotdetectiondata
        description: Get all Bot Detected Data
        call: admin-bot-detection-data.getbotdetectiondata
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-bot-detection-data-mcp
    port: 9090
    transport: http
    description: MCP adapter for WSO2 API Manager - Admin — Bot Detection Data. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-all-bot-detected-data
      description: Get all Bot Detected Data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-bot-detection-data.getbotdetectiondata
      outputParameters:
      - type: object
        mapping: $.