全部产品
Search
文档中心

云安全中心:DescribeCheckFixDetails - 查询检查项修复明细信息

更新时间:Dec 16, 2024

指定检查项,查询修复此检查项可配置的参数。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
RiskIdlong

基线的 ID。

说明 您可调用 DescribeCheckWarningSummary 接口获取基线 ID。
51
CheckIdsstring

检查项的 ID。

说明 您可调用 DescribeRiskType 接口获取检查项 ID。
58
Langstring

请求和接收消息的语言类型,默认值为 zh。取值:

  • zh:中文
  • en:英文
zh

返回参数

名称类型描述示例值
object

检查项修复参数列表结果。

CheckFixDetailsarray<object>

检查项修复参数列表。

Dataobject

检查项修复参数。

CheckIdlong

检查项 ID。

58
CheckItemstring

检查项描述。

Ensure password reuse is limited
CheckDescstring

检查项详情说明。

Force users not to reuse recently used passwords to reduce the risk of password guessing attacks
Rulesarray<object>

检查项支持的规则列表。

Ruleobject

检查项支持的规则。

RuleIdstring

规则 id。

pwd_reuse.system_auth
RuleDescstring

规则的描述信息。

(/etc/system-auth)Force users not to reuse the number of recently used passwords between 5 and 24
VarNamestring

变量名称。

open
DefaultValueinteger

规则的默认值。

1
Optionalinteger

规则是否可选。取值:

  • 1:是
  • 0:否
1
CheckIdlong

检查项 ID。

58
Valueinteger

规则参数设置值。

5
ParamListarray<object>

规则参数信息列表。

ParamListobject

规则参数信息。

ParamNamestring

规则参数名称。

range_val
ParamDescstring

规则参数描述。

The setting value is 0 means no definition, 1 means success, 2 means failure, 3 means success and failure
ParamDefaultValuestring

规则参数默认值。

5
ParamTypeinteger

规则参数类型。取值:

  • 1:输入
  • 2:选择
1
MinValueinteger

规则参数最小值。

5
MaxValueinteger

规则参数最大值。

24
EnumValuestring

规则参数为选择类型时,规则参数的选项。

0,1,2,3
Valuestring

规则参数设置值。

18
RuleIdstring

规则 ID。

pwd_reuse.system_auth
Countinteger

查询到的支持修复的检查项数量。

20
RequestIdstring

本次调用请求的 ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。

0DBF1E27-98D8-5EC2-9CF3-4A2E26F6****

示例

正常返回示例

JSON格式

{
  "CheckFixDetails": [
    {
      "CheckId": 58,
      "CheckItem": "Ensure password reuse is limited",
      "CheckDesc": "Force users not to reuse recently used passwords to reduce the risk of password guessing attacks",
      "Rules": [
        {
          "RuleId": "pwd_reuse.system_auth",
          "RuleDesc": "(/etc/system-auth)Force users not to reuse the number of recently used passwords between 5 and 24",
          "VarName": "open",
          "DefaultValue": 1,
          "Optional": 1,
          "CheckId": 58,
          "Value": 5,
          "ParamList": [
            {
              "ParamName": "range_val",
              "ParamDesc": "The setting value is 0 means no definition, 1 means success, 2 means failure, 3 means success and failure",
              "ParamDefaultValue": "5",
              "ParamType": 1,
              "MinValue": 5,
              "MaxValue": 24,
              "EnumValue": "0,1,2,3",
              "Value": "18",
              "RuleId": "pwd_reuse.system_auth"
            }
          ]
        }
      ]
    }
  ],
  "Count": 20,
  "RequestId": "0DBF1E27-98D8-5EC2-9CF3-4A2E26F6****"
}

错误码

HTTP status code错误码错误信息描述
403NoPermissioncaller has no permission当前操作未被授权,请联系主账号在RAM控制台进行授权后再执行操作。
500ServerErrorServerError服务故障,请稍后重试!

访问错误中心查看更多错误码。