curl --request GET \
--url https://api.bunny.net/shield/waf/rules/plan-segmentation{
"data": [
{
"planValue": 123,
"planName": "<string>",
"rules": [
{
"name": "<string>",
"ruleset": "<string>",
"ruleGroups": [
{
"id": 123,
"name": "<string>",
"code": "<string>",
"fileName": "<string>",
"mainGroup": "<string>",
"ruleset": "<string>",
"description": "<string>",
"rules": [
{
"ruleId": "<string>",
"description": "<string>"
}
]
}
]
}
]
}
],
"error": {
"statusCode": 100,
"success": true,
"message": "<string>",
"errorKey": "<string>"
}
}curl --request GET \
--url https://api.bunny.net/shield/waf/rules/plan-segmentation{
"data": [
{
"planValue": 123,
"planName": "<string>",
"rules": [
{
"name": "<string>",
"ruleset": "<string>",
"ruleGroups": [
{
"id": 123,
"name": "<string>",
"code": "<string>",
"fileName": "<string>",
"mainGroup": "<string>",
"ruleset": "<string>",
"description": "<string>",
"rules": [
{
"ruleId": "<string>",
"description": "<string>"
}
]
}
]
}
]
}
],
"error": {
"statusCode": 100,
"success": true,
"message": "<string>",
"errorKey": "<string>"
}
}Was this page helpful?