Mengkueri peringkat node yang mengalami error dalam satu bulan terakhir.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
integer |
Yes |
ID ruang kerja DataWorks. Anda dapat masuk ke Konsol DataWorks dan membuka halaman Ruang Kerja untuk mengkueri ID tersebut. |
10000001 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
952795279527**** |
| InstanceErrorRank |
object |
The ranking data of nodes on which errors occurred. |
|
| UpdateTime |
integer |
The timestamp at which the rankings were updated. |
1600963200000 |
| ErrorRank |
array<object> |
The ranking data of nodes on which errors occurred within the last month. |
|
|
object |
The returned data. |
||
| Owner |
string |
The ID of the Alibaba Cloud account used by the node owner. |
952795279527 |
| NodeName |
string |
The name of the node. |
Node name |
| ProjectId |
integer |
The DataWorks workspace ID. |
9527 |
| ProgramType |
integer |
The type of the node. Valid values: 6 (Shell), 10 (ODPS SQL), 11 (ODPS MR), 23 (Data Integration), 24 (ODPS Script), 99 (zero load), 221 (PyODPS 2), 225 (ODPS Spark), 227 (EMR Hive), 228 (EMR Spark), 229 (EMR Spark SQL), 230 (EMR MR), 239 (OSS object inspection), 257 (EMR Shell), 258 (EMR Spark Shell), 259 (EMR Presto), 260 (EMR Impala), 900 (real-time synchronization), 1089 (cross-tenant collaboration), 1091 (Hologres development), 1093 (Hologres SQL), 1100 (assignment), and 1221 (PyODPS 3) |
10 |
| NodeId |
integer |
The node ID. |
9527 |
| Count |
integer |
The number of errors that occurred on the node. |
5 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "952795279527****",
"InstanceErrorRank": {
"UpdateTime": 1600963200000,
"ErrorRank": [
{
"Owner": "952795279527",
"NodeName": "Node name",
"ProjectId": 9527,
"ProgramType": 10,
"NodeId": 9527,
"Count": 5
}
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 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. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.