获取基线弱口令列表

最近更新时间: 2026-09-17 00:02:46

1. 接口描述

接口请求域名: cwp.api3.fincloud.tencent.cn。

获取基线弱口令列表

默认接口请求频率限制:20次/秒。

接口更新时间:2022-08-23 15:29:50。

接口既验签名又鉴权。

2. 输入参数

以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见公共请求参数

参数名称 必选 允许NULL 类型 描述
Action String 公共参数,本接口取值:DescribeBaselineWeakPasswordList
Version String 公共参数,本接口取值:2018-02-28
Region String 公共参数,地域信息本接口不需要传递此参数。
By String 可选排序列 [CreateTime
Filters Array of Filter
  • WeakPassword - string - 是否必填:否 - 弱口令

  • 示例值:查看
    Limit Int64 限制条数,默认10,最大100
    示例值: 10
    Offset Int64 偏移量,默认0
    示例值: 0
    Order String 排序方式 [ASC:升序

    3. 输出参数

    参数名称 类型 描述
    List Array of BaselineWeakPassword 列表
    示例值:查看
    Total Int64 总数
    示例值: 10
    RequestId String 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。

    4. 错误码

    以下仅列出了接口业务逻辑相关的错误码,其他错误码详见公共错误码

    错误码 描述
    InternalError 内部错误。
    InvalidParameter 参数错误。

    5. 示例

    示例1 弱口令配置

    输入示例

    POST / HTTP/1.1
    Host: cwp.api3.fincloud.tencent.cn
    Content-Type: application/json
    X-TC-Action: DescribeBaselineWeakPasswordList
    <Public request parameters>
    
    {
        "Limit": "10",
        "Offset": "10"
    }
    

    输出示例

    {
        "Response": {
            "List": [
                {
                    "PasswordId": 2431,
                    "WeakPassword": "132",
                    "CreateTime": "2022-07-28 21:37:22",
                    "ModifyTime": "2022-07-28 21:37:22"
                },
                {
                    "PasswordId": 2432,
                    "WeakPassword": "133",
                    "CreateTime": "2022-07-28 21:37:22",
                    "ModifyTime": "2022-07-28 21:37:22"
                },
                {
                    "PasswordId": 2433,
                    "WeakPassword": "134",
                    "CreateTime": "2022-07-28 21:37:22",
                    "ModifyTime": "2022-07-28 21:37:22"
                },
                {
                    "PasswordId": 2434,
                    "WeakPassword": "135",
                    "CreateTime": "2022-07-28 21:37:22",
                    "ModifyTime": "2022-07-28 21:37:22"
                },
                {
                    "PasswordId": 2435,
                    "WeakPassword": "136",
                    "CreateTime": "2022-07-28 21:37:22",
                    "ModifyTime": "2022-07-28 21:37:22"
                },
                {
                    "PasswordId": 2436,
                    "WeakPassword": "137",
                    "CreateTime": "2022-07-28 21:37:22",
                    "ModifyTime": "2022-07-28 21:37:22"
                },
                {
                    "PasswordId": 2437,
                    "WeakPassword": "138",
                    "CreateTime": "2022-07-28 21:37:22",
                    "ModifyTime": "2022-07-28 21:37:22"
                },
                {
                    "PasswordId": 2438,
                    "WeakPassword": "139",
                    "CreateTime": "2022-07-28 21:37:22",
                    "ModifyTime": "2022-07-28 21:37:22"
                },
                {
                    "PasswordId": 2439,
                    "WeakPassword": "140",
                    "CreateTime": "2022-07-28 21:37:22",
                    "ModifyTime": "2022-07-28 21:37:22"
                },
                {
                    "PasswordId": 2440,
                    "WeakPassword": "141",
                    "CreateTime": "2022-07-28 21:37:22",
                    "ModifyTime": "2022-07-28 21:37:22"
                }
            ],
            "RequestId": "a5ac3a8f-b4a5-4d0c-a8ef-c24601bffd98",
            "Total": 998
        }
    }