Mengkueri peringkat instans berdasarkan durasi berjalan.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
integer |
Yes |
ID ruang kerja DataWorks. |
100000 |
| Bizdate |
string |
Yes |
Stempel waktu data, akurat hingga ke hari. Nilai harus dalam format yyyy-MM-dd'T'HH:mm:ssZ dalam UTC. |
2020-09-21T00:00:00+0800 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID unik yang dihasilkan untuk setiap permintaan. |
6347364dadsfadf**** |
| InstanceConsumeTimeRank |
object |
Catatan peringkat durasi berjalan instans. |
|
| UpdateTime |
integer |
Stempel waktu saat peringkat diperbarui. |
1600963200000 |
| ConsumeTimeRank |
array<object> |
Data peringkat durasi berjalan instans. |
|
|
object |
|||
| Owner |
string |
The ID of the Alibaba Cloud account used by the node owner. |
952795279527 |
| NodeName |
string |
The name of the node. |
节点名称 |
| Bizdate |
integer |
The data timestamp of the instance. |
1600963200000 |
| InstanceId |
integer |
The instance ID. |
95279527 |
| PrgType |
integer |
The type of the node. |
10 |
| NodeId |
integer |
The node ID. |
9527 |
| Consumed |
integer |
The running duration of the instance. Unit: seconds. |
1000 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "6347364dadsfadf****",
"InstanceConsumeTimeRank": {
"UpdateTime": 1600963200000,
"ConsumeTimeRank": [
{
"Owner": "952795279527",
"NodeName": "节点名称",
"Bizdate": 1600963200000,
"InstanceId": 95279527,
"PrgType": 10,
"NodeId": 9527,
"Consumed": 1000
}
]
}
}
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.