全部產品
Search
文件中心

Security Center:DescribeCheckFixDetails

更新時間:Jun 15, 2026

指定檢查項,查詢修復此檢查項可配置的參數。

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

調試

授權資訊

下表是API對應的授權資訊,可以在RAM權限原則語句的Action元素中使用,用來給RAM使用者或RAM角色授予調用此API的許可權。具體說明如下:

  • 操作:是指具體的許可權點。

  • 存取層級:是指每個操作的存取層級,取值為寫入(Write)、讀取(Read)或列出(List)。

  • 資源類型:是指操作中支援授權的資源類型。具體說明如下:

    • 對於必選的資源類型,用前面加 * 表示。

    • 對於不支援資源級授權的操作,用全部資源表示。

  • 條件關鍵字:是指雲產品自身定義的條件關鍵字。

  • 關聯操作:是指成功執行操作所需要的其他許可權。操作者必須同時具備關聯操作的許可權,操作才能成功。

操作

存取層級

資源類型

條件關鍵字

關聯操作

yundun-sas:DescribeCheckFixDetails

get

*All Resource

*

請求參數

名稱

類型

必填

描述

樣本值

RiskId

integer

基線的 ID。

說明

您可呼叫 DescribeCheckWarningSummary 介面取得基線 ID。

51

CheckIds

string

檢查項的 ID。

說明

您可呼叫 DescribeRiskType 介面取得檢查項 ID。

58

Lang

string

請求和接收訊息的語言類型,預設值為 zh。取值:

  • zh:中文

  • en:英文。

zh

返回參數

名稱

類型

描述

樣本值

object

檢查項修復參數列表結果。

CheckFixDetails

array<object>

檢查項修復參數列表。

array<object>

檢查項修復參數。

CheckId

integer

檢查項 ID。

58

CheckItem

string

檢查項描述。

Ensure password reuse is limited

CheckDesc

string

檢查項詳情說明。

Force users not to reuse recently used passwords to reduce the risk of password guessing attacks

Rules

array<object>

檢查項支援的規則列表。

array<object>

檢查項支援的規則。

RuleId

string

規則 id。

pwd_reuse.system_auth

RuleDesc

string

規則的描述資訊。

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

VarName

string

變數名稱。

open

DefaultValue

integer

規則的預設值。

1

Optional

integer

規則是否可選。取值:

  • 1:是

  • 0:否

1

CheckId

integer

檢查項 ID。

58

Value

integer

規則參數設定值。

5

ParamList

array<object>

規則參數資訊列表。

object

規則參數資訊。

ParamName

string

規則參數名稱。

range_val

ParamDesc

string

規則參數描述。

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

ParamDefaultValue

string

規則參數預設值。

5

ParamType

integer

規則參數類型。取值:

  • 1:輸入

  • 2:選擇

1

MinValue

integer

規則參數最小值。

5

MaxValue

integer

規則參數最大值。

24

EnumValue

string

規則參數為選擇類型時,規則參數的選項。

0,1,2,3

Value

string

規則參數設定值。

18

RuleId

string

規則 ID。

pwd_reuse.system_auth

Count

integer

查詢到的支援修復的檢查項數量。

20

RequestId

string

本次呼叫請求的 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

錯誤碼

錯誤資訊

描述

500 ServerError ServerError
403 NoPermission caller has no permission

訪問錯誤中心查看更多錯誤碼。

變更歷史

更多資訊,參考變更詳情