curl --location --request GET 'https://api.cloudflare.com/client/v4/zones//firewall/waf/packages//groups'
on
, the rules in the group are configurable/usable.{
"errors": [],
"messages": [],
"result": [
{
"description": "Group designed to protect against IP addresses that are a threat and typically used to launch DDoS attacks",
"id": "de677e5818985db1285d0e80225f06e5",
"modified_rules_count": 2,
"name": "Project Honey Pot",
"package_id": "a25a9a7e9c00afc1fb2e0245519d725b",
"rules_count": 10,
"allowed_modes": [
"on",
"off"
],
"mode": "on"
}
],
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}