获取云平台配置检查项详情。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
| 名称 | 类型 | 必填 | 描述 | 示例值 |
|---|---|---|---|---|
| CheckId | long | 是 | 检查项的 ID。 说明
您可调用 ListCheckResult 接口获取该数据。
| 2 |
| Lang | string | 否 | 设置请求和接收消息的语言类型,默认为 zh。取值:
| en |
| RegionId | string | 否 | 实例所在的地域的 ID。 说明
您可调用 ListCloudAssetInstances 接口获取该数据。
| cn-hangzhou |
返回参数
示例
正常返回示例
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"
}
],
"RepairReset": true,
"RepairSupportType": 1,
"RepairSetting": {
"RepairSupport": true,
"RepairSupportType": 1,
"RepairReset": true,
"RepairConfigs": [
{
"Name": "navicat",
"TypeDefine": "{\\\"type\\\":\\\"NUMBER\\\",\\\"range\\\":[1,24]}\n",
"DefaultValue": 1,
"Value": 2,
"ShowName": "port",
"FlowId": "64312d3ee19d470a9b54393dab****",
"CustomFlag": true,
"ExclusiveName": [
[
"port"
]
],
"ConsoleParamType": 0,
"DataTransformType": 1,
"UsageType": 1,
"EmptyParamSwitch": 1
}
],
"FlowStep": [
{
"Step": 1,
"ShowText": "The first step is to open the calling interface."
}
]
}
}错误码
| HTTP status code | 错误码 | 错误信息 | 描述 |
|---|---|---|---|
| 403 | NoPermission | caller has no permission | 当前操作未被授权,请联系主账号在RAM控制台进行授权后再执行操作。 |
| 500 | ServerError | ServerError | 服务故障,请稍后重试! |
访问错误中心查看更多错误码。
变更历史
| 变更时间 | 变更内容概要 | 操作 |
|---|---|---|
| 2024-06-21 | OpenAPI 返回结构发生变更 | 查看变更详情 |
| 2024-04-29 | OpenAPI 返回结构发生变更 | 查看变更详情 |
| 2023-01-11 | OpenAPI 描述信息更新、OpenAPI 去除了 deprecated 标记 | 查看变更详情 |
| 2022-07-22 | 新增 OpenAPI | 查看变更详情 |
