DescribeCheckWarningDetail_云安全中心_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

流控信息

请求速率为100/1(s)。更多流控信息,请前往配额中心查看

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
yundun-sas:DescribeCheckWarningDetail
Get
全部资源
*

请求参数

字段名称字段详情
SourceIpstring

访问源 IP 地址。

示例值:103.25.XX.XX参考取值来源:
    DescribeDataSource
Langstring

请求和接收消息的语言类型。取值:展开详情

示例值:zh参考取值来源:
    GetUserLang
CheckWarningIdinteger<int64>

检查项告警 ID。展开详情

注意 该字段类型为 Long,在序列化/反序列化的过程中可能导致精度丢失,请注意数值不得大于 9007199254740991。
示例值:98675301参考取值来源:
    DescribeCheckWarnings
ResourceDirectoryAccountIdinteger<int64>

资源目录成员账号主账号 ID。展开详情

注意 该字段类型为 Long,在序列化/反序列化的过程中可能导致精度丢失,请注意数值不得大于 9007199254740991。
示例值:16670360956*****
Uuidstring

要查询的服务器的 UUID。展开详情

示例值:06125d19-6a02-4451-9f65-2083996e****
CheckIdstring

检查项的 ID。展开详情

示例值:1参考取值来源:
    ListCheckItem
    GetCheckConfig

返回参数

字段名称字段详情
Advicestring

基线检查风险项的加固建议。

示例值:You can fix it in the following ways:↵1. To configure authentication for redis service, click the redis.conf Configure complex password in requirepass, and then restart redis.↵2. In redis configuration file redis.conf The configuration is as follows: bind 127.0.0.1, only allow local access, and then restart redis
Typestring

基线检查项的类型。展开详情

示例值:Security audit
RequestIdstring

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

示例值:BE120DAB-F4E7-4C53-ADC3-A97578ABF384
Descriptionstring

基线检查风险项的补充描述内容。

示例值:The redis port is open to the outside world and there is no authentication option configured. In addition to directly obtaining all the information in the database, unauthorized users can also attack the system through unauthorized access vulnerability.
Itemstring

检查项名称。

示例值:Redis unauthorized access
CheckIdinteger<int64>

检查项 ID。

注意 请注意,该值为 Long 类型,在某些语言中可能存在精度丢失的风险,请小心使用。
示例值:946
Levelstring

检查项的风险等级。展开详情

示例值:high
Promptstring

基线检查风险项的检查提示。

示例值:weak passwords (username@host/password):root@****/12***
CheckDetailColumnsarray<object>

检测内容详情。

CheckDetailAssetInfoarray<map<string>>

检查资产详情列表。

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
ConsoleError
The error message is %s %s.诊断
400
RdCheckNoPermission
Resource directory account verification has no permission.诊断
403
NoPermission
caller has no permission诊断
500
RdCheckInnerError
Resource directory account service internal error.诊断
500
ServerError
ServerError诊断

变更历史

变更时间变更内容概要操作
2023-12-07
变更请求参数CheckWarningId
新增请求参数Uuid
新增请求参数CheckId
2023-11-14
变更错误码400
新增错误码500
新增请求参数ResourceDirectoryAccountId

相关示例

查询指定检查项的详情列表
2021-12-29