通過資料集ID查詢最近一次加速任務。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
請求文法
POST HTTP/1.1
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| CubeId |
string |
是 |
資料集 ID。 |
d23d30c0-****-6c92bf668356 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
Schema of Response |
||
| RequestId |
string |
請求 ID。 |
46e53*********92704c8 |
| Result |
object |
最近一次加速任務實體。 |
|
| JobHistoryId |
string |
加速任務 ID。 |
46e53********5464564 |
| Status |
string |
任務狀態。取值範圍:
|
SUCCESS |
| GmtCreate |
string |
執行時間,yyyy-MM-dd hh:mm:ss。 |
2025-06-18 17:07:43 |
| GmtModified |
string |
結束時間,yyyy-MM-dd hh:mm:ss。 |
2025-06-18 17:08:26 |
| Success |
boolean |
是否請求成功。取值範圍:
|
true |
樣本
正常返回樣本
JSON格式
{
"RequestId": "46e53*********92704c8",
"Result": {
"JobHistoryId": "46e53********5464564",
"Status": "SUCCESS ",
"GmtCreate": "2025-06-18 17:07:43",
"GmtModified": "2025-06-18 17:08:26"
},
"Success": true
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | Internal.System.Error | An internal system error occurred. | |
| 400 | Invalid.Parameter.Error | The parameter is invalid:%s. | |
| 400 | Cube.Not.Exist | The Cube does not exist. | |
| 400 | Access.Forbidden | Your instance version or access key is not allowed to call the API operation, only professional version supports calling. | |
| 400 | OrgAdminOrPermissionAdmin.CannotChangeTo.Viewer | Organization admin or permission admin can not change to viewer. |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。