All Products
Search
Document Center

Cloud Firewall:DescribeCfwRiskLevelSummary

Last Updated:Dec 30, 2025

Queries a summary of threat levels for Cloud Firewall.

Note

This API has been deprecated with no replacement. While temporary access is maintained, no further updates or bug fixes will be provided. To ensure continued functionality, plan your migration and contact your account manager for support.

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 response.

Valid values:

  • zh (default): Chinese

  • en: English

zh

RegionId

string

No

The ID of the region where Cloud Firewall is deployed.

Note

For more information about the regions where Cloud Firewall is available, see Supported regions.

cn-shanghai

InstanceType

string

No

The instance type. Valid value:

  • ecs

EcsEIP

Response elements

Element

Type

Description

Example

object

RequestId

string

The ID of the request.

F1F30435-FA0A-52DA-A5DE-C16FD6C171DA

RiskList

array<object>

The list of threats.

object

The list of threats.

Type

string

The type.

ResourceNotProtected

Num

string

The number of ECS instances at risk.

50

Level

string

The threat level. Valid value:

  • medium: medium

medium

Examples

Success response

JSON format

{
  "RequestId": "F1F30435-FA0A-52DA-A5DE-C16FD6C171DA",
  "RiskList": [
    {
      "Type": "ResourceNotProtected",
      "Num": "50",
      "Level": "medium"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.