Consulta os parâmetros configuráveis para corrigir um item de verificação especificado.
Experimente agora
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
yundun-sas:DescribeCheckFixDetails |
get |
*All Resource
|
Nenhuma | Nenhuma |
Parâmetros da solicitação
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
Exemplo |
| RiskId |
integer |
Não |
O ID da linha de base. Nota
Você pode chamar a operação DescribeCheckWarningSummary para obter o ID da linha de base. |
51 |
| CheckIds |
string |
Não |
O ID do item de verificação. Nota
Você pode chamar a operação DescribeRiskType para obter o ID do item de verificação. |
58 |
| Lang |
string |
Não |
O tipo de idioma da solicitação e da resposta. Valor padrão: zh. Valores válidos:
|
zh |
Elementos de resposta
|
Elemento |
Tipo |
Descrição |
Exemplo |
|
object |
O resultado da lista de parâmetros de correção do item de verificação. |
||
| CheckFixDetails |
array<object> |
A lista de parâmetros de correção do item de verificação. |
|
|
array<object> |
O parâmetro de correção do item de verificação. |
||
| CheckId |
integer |
O ID do item de verificação. |
58 |
| CheckItem |
string |
A descrição do item de verificação. |
Ensure password reuse is limited |
| CheckDesc |
string |
A descrição detalhada do item de verificação. |
Force users not to reuse recently used passwords to reduce the risk of password guessing attacks |
| Rules |
array<object> |
A lista de regras suportadas pelo item de verificação. |
|
|
array<object> |
A regra suportada pelo item de verificação. |
||
| RuleId |
string |
The rule ID. |
pwd_reuse.system_auth |
| RuleDesc |
string |
The description of the rule. |
(/etc/system-auth)Force users not to reuse the number of recently used passwords between 5 and 24 |
| VarName |
string |
The variable name. |
open |
| DefaultValue |
integer |
The default value of the rule. |
1 |
| Optional |
integer |
Indicates whether the rule is optional. Valid values:
|
1 |
| CheckId |
integer |
The ID of the check item. |
58 |
| Value |
integer |
The configured value of the rule parameter. |
5 |
| ParamList |
array<object> |
The list of rule parameters. |
|
|
object |
The rule parameter information. |
||
| ParamName |
string |
The name of the rule parameter. |
range_val |
| ParamDesc |
string |
The description of the rule parameter. |
The setting value is 0 means no definition, 1 means success, 2 means failure, 3 means success and failure |
| ParamDefaultValue |
string |
The default value of the rule parameter. |
5 |
| ParamType |
integer |
The type of the rule parameter. Valid values:
|
1 |
| MinValue |
integer |
The minimum value of the rule parameter. |
5 |
| MaxValue |
integer |
The maximum value of the rule parameter. |
24 |
| EnumValue |
string |
The options of the rule parameter when the parameter type is selection. |
0,1,2,3 |
| Value |
string |
The configured value of the rule parameter. |
18 |
| RuleId |
string |
The rule ID. |
pwd_reuse.system_auth |
| Count |
integer |
O número de itens de verificação que suportam correção. |
20 |
| RequestId |
string |
O ID da solicitação. A Alibaba Cloud gera um ID exclusivo para cada solicitação. Você pode usar o ID para solucionar problemas. |
0DBF1E27-98D8-5EC2-9CF3-4A2E26F6**** |
Exemplos
Resposta de sucesso
JSON formato
{
"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****"
}
Códigos de erro
|
Código de status HTTP |
Código de erro |
Mensagem de erro |
Descrição |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.