GetInstanceErrorRankを呼び出して、過去1か月のノードのエラーランキングを取得します。
今すぐお試しください
テスト
RAM 認証
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| ProjectId |
integer |
必須 |
DataWorksワークスペースのID。 |
9527 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| RequestId |
string |
各リクエストに対して生成される一意のID。 |
952795279527**** |
| InstanceErrorRank |
object |
ノードのエラーランキングデータ。 |
|
| UpdateTime |
integer |
エラーランキングが更新されたタイムスタンプ。 |
1600963200000 |
| ErrorRank |
array<object> |
過去 1か月のノードのエラーランキングデータ。 |
|
|
object |
|||
| Owner |
string |
ノード所有者のAlibaba Cloud UID。 |
952795279527 |
| NodeName |
string |
ノードの名前。 |
ノード名 |
| ProjectId |
integer |
DataWorksワークスペースのID。 |
9527 |
| NodeId |
integer |
ノードのID。 |
9527 |
| Count |
integer |
ノードでエラーが発生した回数。 |
5 |
| PrgType |
integer |
ノードタスクのタイプ。 |
10 |
例
成功レスポンス
JSONJSON
{
"RequestId": "952795279527****",
"InstanceErrorRank": {
"UpdateTime": 1600963200000,
"ErrorRank": [
{
"Owner": "952795279527",
"NodeName": "ノード名",
"ProjectId": 9527,
"NodeId": 9527,
"Count": 5,
"PrgType": 10
}
]
}
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 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. | |
| 500 | Invalid.Wkbench.Parameter | The specified parameters are invalid. | |
| 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. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。