All Products
Search
Document Center

Cloud Firewall:DescribeAttackAppCategory

Last Updated:Nov 14, 2025

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

Lang

string

No

The language of the request and response messages. Valid values:

  • zh (default): Chinese.

  • en: English.

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.