擷取執行個體運行時間長度排行。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| ProjectId |
integer |
是 |
DataWorks 工作空間的 ID。您可以登入 DataWorks 管控台,進入工作空間配置頁面擷取工作空間 ID。 |
1000001 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
請求返回結果 |
||
| RequestId |
string |
請求 ID。用於出現錯誤後排查問題。 |
6347364dadsfadf**** |
| InstanceConsumeTimeRank |
object |
執行個體運行時間長度的排行記錄。 |
|
| UpdateTime |
integer |
執行個體運行時間長度排行更新時間戳記。 |
1600963200000 |
| ConsumeTimeRank |
array<object> |
執行個體運行時間長度的排行資料。 |
|
|
object |
請求返回結果 |
||
| Owner |
string |
節點責任人的阿里雲 UID。 |
952795279527 |
| NodeName |
string |
節點的名稱。 |
Node name |
| BusinessDate |
integer |
執行個體啟動並執行業務日期。 |
1600963200000 |
| ProgramType |
integer |
任務的類型。 常見的類型如下: 6(Shell)、10(ODPS SQL)、11(ODPS MR)、23(Data Integration)、24(ODPS Script)、99(虛擬節點)、221(PyODPS 2)、225(ODPS Spark)、227(EMR Hive)、228(EMR Spark)、229(EMR Spark SQL)、230(EMR MR)、239(OSS 對象檢查)、257(EMR Shell)、258(EMR Spark Shell)、259(EMR Presto)、260(EMR Impala)、900(即時同步)、1089(跨租戶節點)、1091(Hologres 開發)、1093(Hologres SQL)、1100(賦值節點)、1221(PyODPS 3)。 |
10 |
| InstanceId |
integer |
執行個體 ID。 |
95279527 |
| NodeId |
integer |
任務節點的 ID。 |
9527 |
| Consumed |
integer |
執行個體運行時間長度,單位為 s。 |
1000 |
樣本
正常返回樣本
JSON格式
{
"RequestId": "6347364dadsfadf****",
"InstanceConsumeTimeRank": {
"UpdateTime": 1600963200000,
"ConsumeTimeRank": [
{
"Owner": "952795279527",
"NodeName": "Node name",
"BusinessDate": 1600963200000,
"ProgramType": 10,
"InstanceId": 95279527,
"NodeId": 9527,
"Consumed": 1000
}
]
}
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 500 | Forbidden.Not.Server | The dataworksAPI service is not available in this area. Please try it in another area. | |
| 500 | InternalError.System | An internal system error occurred. Try again later. | |
| 500 | InternalError.UserId.Missing | An internal system error occurred. Try again later. | |
| 500 | Forbidden.Wkbench.ProjectNoPermission | You are not authorized to access the workspace. | |
| 403 | ResourceNotAuthorized.Api | You are not authorized to access the resources. | |
| 403 | Forbidden.Access | Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. | 沒有許可權,請授權 |
| 429 | Throttling.Api | The request for this resource has exceeded your available limit. | |
| 429 | Throttling.Api.Risk | The request for this resource has exceeded your daily available limit. | |
| 429 | Throttling.Resource | You have reached the limit for the resource. Please contact us by submitting a ticket. | |
| 429 | Throttling.System | The DataWorks system is busy. Try again later. | |
| 429 | Throttling.User | Your request is too frequent. Try again later. |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。