查询指定检查项的详情列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
yundun-sas:DescribeCheckWarningDetail | get |
|
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
SourceIp | string | 否 | 访问源 IP 地址。 | 103.25.XX.XX |
Lang | string | 否 | 请求和接收消息的语言类型。取值:
| zh |
CheckWarningId | long | 否 | 检查项告警 ID。 说明
查询指定检查项的详细信息,需要提供检查项告警 ID,该 ID 可调用 DescribeCheckWarnings 接口获取。
| 98675301 |
ResourceDirectoryAccountId | long | 否 | 资源目录成员账号主账号 ID。 说明
调用 DescribeMonitorAccounts 接口可以获取该参数。
| 16670360956***** |
Uuid | string | 否 | 要查询的服务器的 UUID。 说明
调用 DescribeCloudCenterInstances 接口获取该参数。
| 06125d19-6a02-4451-9f65-2083996e**** |
CheckId | string | 否 | 检查项的 ID。 说明
您可调用 ListCheckItemWarningSummary 接口获取检查项 ID。
| 1 |
返回参数
示例
正常返回示例
JSON
格式
{
"Advice": "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",
"Type": "Security audit",
"RequestId": "BE120DAB-F4E7-4C53-ADC3-A97578ABF384",
"Description": "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.",
"Item": "Redis unauthorized access",
"CheckId": 946,
"Level": "high",
"Prompt": "weak passwords (username@host/password):root@****/12***",
"CheckDetailColumns": [
{
"Type": "text",
"Key": "Containername",
"ShowName": "ContainerName",
"Grids": [
{
"Type": "text",
"Key": "Username",
"ShowName": "UserName"
}
]
}
],
"CheckDetailAssetInfo": [
{
"key": "[{\"Containerid\":\"8ee88e****\",\"Containername\":\"jenkins-birdge\",\"WeakPasswords\":[{\"Username\":\"admin\",\"Maskweakpassword\":\"1qaz****23\"}]}]"
}
]
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | ConsoleError | The error message is %s %s. | 错误信息为%s %s。 |
400 | RdCheckNoPermission | Resource directory account verification has no permission. | 资源目录账号校验无权限。 |
403 | NoPermission | caller has no permission | 当前操作未被授权,请联系主账号在RAM控制台进行授权后再执行操作。 |
500 | RdCheckInnerError | Resource directory account service internal error. | 资源目录账号服务内部错误。 |
500 | ServerError | ServerError | 服务故障,请稍后重试! |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2023-12-07 | OpenAPI 错误码发生变更、OpenAPI 入参发生变更 | 查看变更详情 |
2023-11-14 | OpenAPI 错误码发生变更、OpenAPI 入参发生变更 | 查看变更详情 |
2023-06-02 | OpenAPI 错误码发生变更、OpenAPI 返回结构发生变更 | 查看变更详情 |