Queries a list of attack categories.
Operation description
You can call this operation to perform a paged query for a list of attack categories.
QPS limit
The queries per second (QPS) limit for this operation is 10 for each user. If you exceed this limit, API calls are throttled. Throttling may affect your business. Plan your calls accordingly.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the request and response messages. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The request ID. |
||
| RequestId |
string |
The ID of the request. |
B14757D0-4640-4B44-AC67-7F558FE**** |
| AppCategories |
array<object> |
A list of attack application categories. |
|
|
object |
The attack application category. |
||
| AttackApps |
array |
A 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.