Queries the list of attack categories.
Operation description
This operation is generally used for paging query of information about assets protected by Cloud Firewall.
QPS limit
The single-user QPS limit for this operation is 10 calls per second. If the limit is exceeded, API calls are throttled, which may affect your business. Invoke this operation at an appropriate frequency.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cloudfirewall:DescribeAttackAppCategory |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the request and response. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The request ID of the returned result. |
||
| RequestId |
string |
The request ID of the returned result. |
B14757D0-4640-4B44-AC67-7F558FE**** |
| AppCategories |
array<object> |
The list of attack application categories. |
|
|
object |
The attack application category. |
||
| AttackApps |
array |
The list of attack applications. |
|
|
string |
The attack application. |
Nacos |
|
| CategoryName |
string |
The name of the attack application category. |
test |
Examples
Success response
JSON format
{
"RequestId": "B14757D0-4640-4B44-AC67-7F558FE****",
"AppCategories": [
{
"AttackApps": [
"Nacos"
],
"CategoryName": "test"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.