擷取業務日期當天產生的周期執行個體任務,在業務日期的不同整點時刻,運行成功的執行個體數量統計趨勢。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| ProjectId |
integer |
是 |
DataWorks 工作空間的 ID。您可以登入 DataWorks 管控台,進入工作空間配置頁面擷取工作空間 ID。 |
9527 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
返回資料結構 |
||
| RequestId |
string |
請求 ID。用於出現錯誤後排查問題。 |
952795279527ab**** |
| InstanceStatusTrend |
object |
在業務日期的不同時刻,運行成功的執行個體數量統計趨勢資料。 |
|
| TodayTrend |
array<object> |
業務日期當天的趨勢。 |
|
|
object |
返回資料結構 |
||
| TimePoint |
string |
時間點。取值範圍為 00:00~23:00 中的整點小時時間,例如 00:00、01:00、02:00 等等。 |
01:00 |
| Count |
integer |
運行成功的執行個體數量。 |
10 |
| YesterdayTrend |
array<object> |
業務日期前一天的趨勢。 |
|
|
object |
返回資料結構。 |
||
| TimePoint |
string |
時間點。取值範圍為 00:00~23:00 中的整點小時時間,例如 00:00、01:00、02:00 等等。 |
01:00 |
| Count |
integer |
運行成功的執行個體數量。 |
10 |
| AvgTrend |
array<object> |
歷史平均趨勢。 |
|
|
object |
返回資料結構。 |
||
| TimePoint |
string |
時間點。取值範圍為 00:00~23:00 中的整點小時時間,例如 00:00、01:00、02:00 等等。 |
01:00 |
| Count |
integer |
運行成功的執行個體數量。 |
10 |
樣本
正常返回樣本
JSON格式
{
"RequestId": "952795279527ab****",
"InstanceStatusTrend": {
"TodayTrend": [
{
"TimePoint": "01:00",
"Count": 10
}
],
"YesterdayTrend": [
{
"TimePoint": "01:00",
"Count": 10
}
],
"AvgTrend": [
{
"TimePoint": "01:00",
"Count": 10
}
]
}
}
錯誤碼
|
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. |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。