獲取云平臺配置檢查項詳情。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
yundun-sas:GetCheckDetail | get | *全部資源 * |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
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 | 查看變更詳情 |