tencent cloud

Cloud Security Center

Product Introduction
Product Overview
Purchase Guide
Billing Overview
Purchase Methods
Renewal Policies
Overdue Payment ‍Policies
Refund Policies
Getting Started
Operation Guide
Access Permissions Management
Multi-Cloud Multi-Account Management
Vulnerability and Risk Center
Alarm Center
Log Shipping
Managing Assets
Health Checks
Cloud API Exception Monitoring
User Behavior Analytics (UEBA)
Report Download
API Documentation
History
Introduction
API Category
Making API Requests
Multi-account management related APIs
Scan Task APIs
Risk Center APIs
Asset Center APIs
Cloud Boundary Analysis APIs
Cloud API Anomaly Detection APIs
Report Download APIs
Solid Protection APIs
Cloud Security Center Overview APIs
Data Types
Error Codes
Related Protocol,
Service Level Agreement
Terms Of Service
FAQs
Glossary

DescribeRiskCenterCFGViewCFGRiskList

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-01-29 18:11:49

1. API Description

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

Obtain Configuration Risk List from Configuration's Perspective

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: DescribeRiskCenterCFGViewCFGRiskList.
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
Filter No Filter Filtered Content

3. Output Parameters

Parameter Name Type Description
TotalCount Integer Total number of entries
Data Array of CFGViewCFGRisk Configuration Risk List from Asset's Perspective
StatusLists Array of FilterDataObject Status list
LevelLists Array of FilterDataObject Danger Level List
CFGNameLists Array of FilterDataObject Configuration Name List
CheckTypeLists Array of FilterDataObject Check Type List
InstanceTypeLists Array of FilterDataObject Asset Type List
FromLists Array of FilterDataObject Source List
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 Obtain Configuration Risk List from Configuration's Perspective

Obtain Configuration Risk List from Configuration's Perspective

Input Example

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

{
    "MemberId": [
        "aws-mem1787676"
    ],
    "Filter": {
        "Limit": 0,
        "Offset": 0,
        "Order": "Desc",
        "By": "RecentTime",
        "Filters": [
            {
                "Name": "AffectAsset",
                "Values": [
                    "ins-sd7867tx"
                ],
                "OperatorType": 0
            }
        ],
        "StartTime": "2025-05-20 00:00:00",
        "EndTime": "2025-05-21 00:00:00"
    }
}

Output Example

{
    "Response": {
        "TotalCount": 0,
        "Data": [
            {
                "NoHandleCount": 0,
                "Level": "high",
                "RecentTime": "2025-05-20 00:00:00",
                "FirstTime": "2025-05-20 00:00:00",
                "AffectAssetCount": 1,
                "Id": "e3df1de7a0d2fea921556b47d0adbfc7",
                "From": "0",
                "Index": "e3df1de7a0d2fea921556b47d0adbfc7",
                "AppId": "26561562",
"Nick": "Castle in the Sky"
                "Uin": "10056478",
"CFGName": "Database encryption not enabled"
"CheckType": "Level-2 Cybersecurity Classified Protection - CentOS 7 Security Baseline Check"
"CFGSTD": "Underwrite configured SSH idle timeout interval"
"CFGDescribe": "The MaxAuthTries parameter specifies the maximum number of verification attempts allowed per connection. When the login failure count reaches half of the set parameter value, error messages will be written to the syslog file with a detailed explanation of the login failure."
"CFGFix": "Edit the /etc/ssh/sshd_config file to set parameters"
                "CFGHelpURL": "https://www.help.com"
            }
        ],
        "StatusLists": [
            {
"Value": "Underwrite configured SSH idle timeout interval"
Underwrite the configured SSH idle timeout interval
            }
        ],
        "LevelLists": [
            {
"Value": "high-risk"
                "Text": "high"
            }
        ],
        "FromLists": [
            {
"Value": "Host detection"
                "Text": "1"
            }
        ],
        "InstanceTypeLists": [
            {
                "Value": "CVM",
                "Text": "CVM"
            }
        ],
        "CheckTypeLists": [
            {
"Value": "FTP security baseline check"
FTP security baseline check
            }
        ],
        "CFGNameLists": [
            {
"Value": "Check password expiration time"
Check password expiration time
            }
        ],
        "RequestId": "5148f8a5-32f0-4356-aedb-b157ce4a3f6a"
    }
}

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.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백