All Products
Search
Document Center

Cloud Firewall:DescribeThreatIntelligenceSwitch

Last Updated:Dec 15, 2025

Queries information about threat intelligence configurations.

Operation description

This operation queries access control policies for NAT firewalls by page.

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 syntax

GET  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

No parameters required.

Response elements

Element

Type

Description

Example

object

Schema of Response

TotalCount

integer

The total number of entries.

24

CategoryList

array<object>

The list of threat intelligence categories.

object

The list of threat intelligence categories.

CategoryId

string

The ID of the threat intelligence category.

3000037

CategoryName

string

The name of the category.

Tor出口恶意IP

CategoryDescribe

string

The description of the category.

Tor出口恶意IP

CategoryParentId

string

The ID of the parent threat intelligence category.

123

Action

string

The action of the rule. Valid values:

alert: Monitor.

drop: Block.

alert

EnableStatus

integer

The status of the switch. Valid values:

1: enabled.

0: disabled.

1

RequestId

string

The ID of the request.

6B8E0379-2629-59A1-B811-96F3E****

Examples

Success response

JSON format

{
  "TotalCount": 24,
  "CategoryList": [
    {
      "CategoryId": "3000037",
      "CategoryName": "Tor出口恶意IP\n",
      "CategoryDescribe": "Tor出口恶意IP\n",
      "CategoryParentId": "123",
      "Action": "alert",
      "EnableStatus": 1
    }
  ],
  "RequestId": "6B8E0379-2629-59A1-B811-96F3E****"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.