Memanggil GetInstanceErrorRank untuk memperoleh peringkat kesalahan node dalam sebulan terakhir.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
integer |
Yes |
ID workspace DataWorks. |
9527 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID unik yang dihasilkan untuk setiap permintaan. |
952795279527**** |
| InstanceErrorRank |
object |
Data peringkat kesalahan node. |
|
| UpdateTime |
integer |
Stempel waktu ketika peringkat kesalahan diperbarui. |
1600963200000 |
| ErrorRank |
array<object> |
Data peringkat kesalahan node dalam sebulan terakhir. |
|
|
object |
|||
| Owner |
string |
The ID of the Alibaba Cloud account used by the node owner. |
952795279527 |
| NodeName |
string |
The name of the node. |
节点名称 |
| ProjectId |
integer |
The DataWorks workspace ID. |
9527 |
| NodeId |
integer |
The node ID. |
9527 |
| Count |
integer |
The number of errors that occurred on the node. |
5 |
| PrgType |
integer |
The type of the node. |
10 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "952795279527****",
"InstanceErrorRank": {
"UpdateTime": 1600963200000,
"ErrorRank": [
{
"Owner": "952795279527",
"NodeName": "节点名称",
"ProjectId": 9527,
"NodeId": 9527,
"Count": 5,
"PrgType": 10
}
]
}
}
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. | No permission, please authorize |
| 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.