tencent cloud

APIs

ドキュメントAPIsCloud Security CenterRisk Center APIsDescribeRiskCenterAssetViewWeakPasswordRiskList

DescribeRiskCenterAssetViewWeakPasswordRiskList

ダウンロード
フォーカスモード
フォントサイズ
最終更新日: 2026-09-01 09:48:11

1. API Description

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

Obtain Weak Password Risk List from Asset'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: DescribeRiskCenterAssetViewWeakPasswordRiskList.
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
Tags.N No Array of AssetTag Asset tag

3. Output Parameters

Parameter Name Type Description
TotalCount Integer Total quantity.
Data Array of AssetViewWeakPassRisk Risk list
StatusLists Array of FilterDataObject Status list
LevelLists Array of FilterDataObject Danger Level List
FromLists Array of FilterDataObject Source List
InstanceTypeLists Array of FilterDataObject Asset Type List
PasswordTypeLists Array of FilterDataObject Weak Password Type 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 Weak Password Risk List from Asset's Perspective

Obtain Weak Password Risk List from Asset's Perspective

Input Example

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

{
    "MemberId": [
        "mem-68b8087a65268000"
    ],
    "Filter": {
        "Limit": 1,
        "Offset": 0
    }
}

Output Example

{
    "Response": {
        "Data": [
            {
                "AffectAsset": "132.**.176.**",
                "AppId": "1302396215",
                "Component": "nginx",
                "FirstTime": "2024-10-28 06:05:21",
"Fix": "Modify the password of the corresponding user to a sufficiently strong one.",
"From": "Host detection",
                "Id": "0bf10**a9d58***6ec5c7bfee04b",
                "Index": "cb07e221846d***4c42bb40***b0c37",
                "InstanceId": "ins-p7x4hn7p",
"InstanceName": "cfw automation",
                "InstanceType": "CVM",
                "Level": "high",
"Nick": "Sheng Sheng Oolong",
"PasswordType": "Linux System Weak Password Detection",
"Payload": "Weak password risks in the system: {\"hack\": \"pass******\"}",
                "RecentTime": "2024-10-30 06:03:26",
                "Service": "service",
                "Status": 0,
                "Uin": "100014592178",
"VULType": "Linux System Weak Password Detection",
                "VULURL": "http://url"
            }
        ],
        "FromLists": [
            {
"Text": "Host detection",
                "Value": "1"
            }
        ],
        "InstanceTypeLists": [
            {
                "Text": "CVM",
                "Value": "CVM"
            }
        ],
        "LevelLists": [
            {
Critical
                "Value": "extreme"
            },
            {
High-risk
                "Value": "high"
            },
            {
"Text": "Medium risk",
                "Value": "middle"
            },
            {
"Text": "Low"
                "Value": "low"
            },
            {
"Text": "Prompt",
                "Value": "info"
            }
        ],
        "PasswordTypeLists": [
            {
Linux System Weak Password Detection
"Value": "Linux System Weak Password Detection"
            }
        ],
        "RequestId": "c1696722-47c5-48d5-919d-ecdba8414b23",
        "StatusLists": [
            {
"Text": "Unprocessed",
                "Value": "0"
            },
            {
"Text": "Processed",
                "Value": "1"
            },
            {
"Ignored"
                "Value": "2"
            },
            {
"Text": "Banned"
                "Value": "3"
            }
        ],
        "TotalCount": 1
    }
}

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.

ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック