Describes alarm banners.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
Call the DescribeInstance operation to query the ID of the WAF instance. |
waf_v3prepaid_public_cn-kf74**** |
| RegionId |
string |
No |
The region where the WAF instance resides. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the Alibaba Cloud resource group. |
rg-aek2zerdgm**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
5555DC36-0CF2-5AA3-B1C7-D6BD8**** |
| BannerStatus |
object |
The status information of the alarm banner. |
|
| Status |
boolean |
The alert status. Valid values:
|
true |
| Type |
string |
The alarm type. Valid value:
|
sandbox |
| Cause |
string |
The cause of the alert. If the alarm type is sandbox (Type is set to sandbox), valid values are:
|
4count |
| Count |
integer |
The usage at the time of the alert.
|
9008 |
Examples
Success response
JSON format
{
"RequestId": "5555DC36-0CF2-5AA3-B1C7-D6BD8****",
"BannerStatus": {
"Status": true,
"Type": "sandbox",
"Cause": "4count",
"Count": 9008
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.