查詢匯入任務預檢查詳情,會返回具體的預檢查項和檢查結果
介面說明
查詢匯入任務預檢查詳情
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
請求文法
GET HTTP/1.1
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| TaskId |
integer |
是 |
任務 ID。調用 ValidateImportTask 介面建立匯入任務預檢查時返回的任務 ID。 |
41698**** |
| DbInstanceId |
string |
是 |
執行個體 ID。可調用 DescribeDBInstances 擷取。 |
rm-xjkljj**** |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
3E36DB6E-AE3B-53B6-A703-85F883FD1B2C |
| Success |
boolean |
表示請求是否成功,各取值含義如下:
|
true |
| Status |
string |
任務狀態。參數無效。 |
COMPLETED |
| Detail |
string |
任務詳情。 |
{"ValidateAction": "Detail"} |
樣本
正常返回樣本
JSON格式
{
"RequestId": "3E36DB6E-AE3B-53B6-A703-85F883FD1B2C",
"Success": true,
"Status": "COMPLETED",
"Detail": "{\"ValidateAction\": \"Detail\"}"
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | InvalidDBInstanceEngineType.Format | the DB instance engine type does not support this operation. | DB執行個體引擎類型不支援此操作。 |
| 403 | IncorrectDBInstanceType | Current DB instance type does not support this operation. | 操作失敗,該執行個體狀態下不支援此操作。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。