tencent cloud

APIs

DescribeRiskRules

Unduh
Mode fokus
Ukuran font
Terakhir diperbarui: 2026-06-18 18:04:06

1. API Description

Domain name for API request: csip.intl.tencentcloudapi.com.

Advanced configuration risk rule list illustrative example

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: DescribeRiskRules.
Version Yes String Common Params. The value used for this API: 2022-11-21.
Region No String Common Params. This parameter is not required.
MemberId.N No Array of String Group Account Member ID
Filters.N No Array of Filters Filtered Content
Limit No Integer Pagination size.
Offset No Integer Offset.
Order No String Sorting type
By No String Sorting field.

3. Output Parameters

Parameter Name Type Description
TotalCount Integer Number of risk rules
RiskRuleList Array of RiskRuleItem Risk rule list
InstanceTypeList Array of AttributeOptionSet Instance type options
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Advanced Configuration Risk Rule List

Input Example

POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeRiskRules
<Common request parameters>

{}

Output Example

{
    "Response": {
        "InstanceTypeList": [
            {
                "Text": "Elasticsearch Service",
                "Value": "es_cluster"
            },
            {
"Text": "Lightweight Application Server",
                "Value": "lighthouse_instance"
            },
            {
TencentDB for MariaDB
                "Value": "mariadb_instance"
            },
            {
TencentDB for MariaDB account
                "Value": "mariadb_account"
            },
            {
"Text": "Tencent Cloud observability platform Grafana service"
                "Value": "monitor_grafana"
            },
            {
NAT gateway
                "Value": "nat_gateway"
            },
            {
"Text": "TencentDB for PostgreSQL"
                "Value": "postgres_instance"
            },
            {
"Text": "TencentDB for PostgreSQL Serverless Edition"
                "Value": "postgres_serverless"
            },
            {
"Text": "TencentDB for Redis"
                "Value": "redis_instance"
            },
            {
Security group
                "Value": "security_group"
            },
            {
TencentDB for SQL Server
                "Value": "sqlserver_instance"
            },
            {
Access management user secret key
                "Value": "cam_user_ak"
            },
            {
"Text": "Access management user",
                "Value": "cam_user"
            },
            {
"Text": "Container Service standard cluster"
                "Value": "tke_cluster"
            },
            {
Container service edge cluster
                "Value": "edge_cluster"
            },
            {
"Text": "Container Service Serverless cluster"
                "Value": "eks_cluster"
            },
            {
Microservice Engine Apollo service
                "Value": "tse_apollo"
            },
            {
Microservice Engine Eureka Service
                "Value": "tse_eureka"
            },
            {
Microservice engine Nacos service
                "Value": "tse_nacos"
            },
            {
microservice engine Polaris service
                "Value": "tse_polaris"
            },
            {
Microservice engine Zookeeper service
                "Value": "tse_zookeeper"
            },
            {
Microservice engine cloud native API gateway
                "Value": "kong_instance"
            },
            {
"Text": "Cloud Server",
                "Value": "cvm_instance"
            },
            {
TDMQ for RocketMQ
                "Value": "tdmq_rocketmq"
            },
            {
TDMQ for RabbitMQ
                "Value": "tdmq_rabbitmq"
            },
            {
Message Queue TDMQ for Pulsar
                "Value": "tdmq_pulsar"
            },
            {
Web application firewall
                "Value": "waf_instance"
            },
            {
VPN Gateway
                "Value": "vpn_gateway"
            },
            {
"Text": "File storage"
                "Value": "cfs_instance"
            },
            {
TencentDB for MySQL
                "Value": "cdb_instance"
            },
            {
TencentDB for MySQL account
                "Value": "cdb_account"
            },
            {
DNS record
                "Value": "domain_record"
            },
            {
Message Queue CKafka
                "Value": "ckafka_instance"
            },
            {
Load balancing
                "Value": "clb_instance"
            },
            {
"Text": "Object storage",
                "Value": "cos_bucket"
            },
            {
"Text": "TDSQL-C for MySQL"
                "Value": "cynosdb_cluster"
            },
            {
"Text": "TDSQL-C for MySQL account"
                "Value": "cynosdb_account"
            },
            {
"Text": "TDSQL for MySQL"
                "Value": "dcdb_instance"
            },
            {
elastic MapReduce
                "Value": "emr_cluster"
            },
            {
"Text": "SCF function service"
                "Value": "scf_instance"
            },
            {
TencentDB for SQL Server account
                "Value": "sqlserver_account"
            },
            {
"Text": "TencentDB for MongoDB"
                "Value": "mongodb_instance"
            },
            {
KeeWiDB
                "Value": "keewidb_instance"
            },
            {
Container service standard cluster policy
                "Value": "tke_policy"
            },
            {
"Text": "Vector database"
                "Value": "vdb_instance"
            },
            {
Elasticsearch Service collector
                "Value": "es_beats"
            },
            {
"Text": "Host vulnerability"
                "Value": "cwp_asset_vuln"
            },
            {
Host baseline risk
                "Value": "cwp_asset_baseline_risk"
            },
            {
Host list
                "Value": "cwp_asset_machine"
            },
            {
Host security event
                "Value": "cwp_asset_event"
            }
        ],
        "RequestId": "651a037f-9bab-42ba-980c-6e26c7935191",
        "RiskRuleList": [
            {
                "CheckType": "network_security",
                "InstanceName": "Elasticsearch Service",
                "InstanceType": "es_cluster",
"Provider": "Tencent Cloud",
"RiskInfluence": "Many cloud services have backend features and can be open to public network. Exposing the management backend may lead to password cracking and risk of intrusion, causing severe consequences such as important data leakage and server intrusion."
                "ItemId": "11.1-10.1",
"RiskTitle": "Elasticsearch Service exposes Admin Backend to public network"
                "Severity": "high"
            }
        ],
        "TotalCount": 179
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan