文档

GetCheckDetail - 获取检查项详情

更新时间:

获取云平台配置检查项详情。

调试

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

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。
  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:
    • 对于必选的资源类型,用背景高亮的方式表示。
    • 对于不支持资源级授权的操作,用全部资源表示。
  • 条件关键字:是指云产品自身定义的条件关键字。
  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作访问级别资源类型条件关键字关联操作
yundun-sas:GetCheckDetailRead
  • 全部资源
    *

请求参数

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

检查项的 ID。

2
Langstring

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

  • zh:中文
  • en:英文
en
RegionIdstring

实例所在的地域的 ID。

cn-hangzhou

返回参数

名称类型描述示例值
object

GetCheckDetailResponse

Descriptionobject

检查项的描述。

Typestring

描述类型,固定值为 text。

text
Valuestring

检查项的描述的具体信息。

The MSE instance does not enable authentication by default. If public network access is enabled at the same time, the data in the configuration center may be dragged and there is a security risk.
Solutionobject

检查项风险的解决方案。

Typestring

检查项风险的解决方案类型。取值:

  • text:文本
  • link:链接
text
Valuestring

检查项风险的解决方案类型为 text 时的文本内容。

Enter the MSE product console - registration and configuration center - instance list, click the corresponding instance name to enter the instance details, find the public network whitelist setting option in the basic information, and configure the whitelist according to business needs. It is forbidden to configure 0.0.0.0 or the whitelist as null.
AssistInfoobject

检查项帮助信息。

Typestring

检查项风险的帮助信息类型。取值:

  • text:文本
  • link:链接
text
Valuestring

检查项风险的帮助信息类型为 text 时的文本内容。

Configure an IP address whitelist
RequestIdstring

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

15A6ED6A-DBFE-5255-A248-289907809BEC
CustomConfigsobject []

检查项自定义配置项列表。

Namestring

检查项自定义配置项名称,同检查项唯一。

SessionTimeMax
TypeDefinestring

检查项自定义配置项类型 JSON 字符串。

{\"type\":\"NUMBER\",\"range\":[1,24]}
DefaultValuestring

检查项自定义配置项默认值字符串。

12
Valuestring

检查项自定义配置项用户配置值字符串。

11
ShowNamestring

检查项自定义配置项国际化名称。

Maximum session time

示例

正常返回示例

JSON格式

{
  "Description": {
    "Type": "text",
    "Value": "The MSE instance does not enable authentication by default. If public network access is enabled at the same time, the data in the configuration center may be dragged and there is a security risk.",
    "Link": "https://www.alibabacloud.com/help/en/object-storage-service/latest/tutorial-implement-data-sharing-across-departments-based-on-bucket-policies"
  },
  "Solution": {
    "Type": "text",
    "Value": "Enter the MSE product console - registration and configuration center - instance list, click the corresponding instance name to enter the instance details, find the public network whitelist setting option in the basic information, and configure the whitelist according to business needs. It is forbidden to configure 0.0.0.0 or the whitelist as null.",
    "Link": "https://www.alibabacloud.com/help/en/object-storage-service/latest/tutorial-implement-data-sharing-across-departments-based-on-bucket-policies"
  },
  "AssistInfo": {
    "Type": "text",
    "Value": "Configure an IP address whitelist",
    "Link": "https://www.alibabacloud.com/help/en/resource-access-management/latest/faq-about-ram-users"
  },
  "RequestId": "15A6ED6A-DBFE-5255-A248-289907809BEC",
  "CustomConfigs": [
    {
      "Name": "SessionTimeMax",
      "TypeDefine": "{\\\"type\\\":\\\"NUMBER\\\",\\\"range\\\":[1,24]}",
      "DefaultValue": "12",
      "Value": "11",
      "ShowName": "Maximum session time\n"
    }
  ]
}

错误码

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

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

变更历史

变更时间变更内容概要操作
2023-01-11OpenAPI 描述信息更新、OpenAPI 去除了 deprecated 标记看变更集
变更项变更内容
API 描述OpenAPI 描述信息更新
API 弃用说明(deprecated)OpenAPI 去除了 deprecated 标记
2022-07-22新增 OpenAPI看变更集
  • 本页导读 (1)
文档反馈