Bot Management API
This catalogue provides a comprehensive list of all available APIs for Bot Management. APIs are categorised by features, including the essential information, such as Request URI, method, and description.
| API Name | Method | Request URI | Description |
|---|---|---|---|
| Create Bot Rule | POST | /waap/v1.0/botRules | Create a new Bot Management Rule and binds it to one or more websites. |
| Get Bot Rules | GET | /waap/v1.0/botRules | Retrieve a list of all existing Bot Management Rules. |
| Get Bot Rule Detail | GET | /waap/v1.0/botRules/{ruleId} | Retrieve detailed information about a specific Bot Rule by its ID. |
| Update Bot Rule | PUT | /waap/v1.0/botRules/{ruleId} | Update an existing Bot Management Rule identified by ID. |
| Delete Bot Rule | DELETE | /waap/v1.0/botRules/{ruleId} | Delete a Bot Management Rule by its ID. |