Mengembalikan informasi tugas dari tiket kerja yang ditentukan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:GetPagedInstance |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| OrderId |
integer |
Yes |
ID tiket arsip data. |
868***** |
| Tid |
integer |
No |
ID penyewa. Catatan
Untuk memperoleh ID penyewa, arahkan kursor ke gambar profil di sudut kanan atas konsol DMS. Untuk informasi selengkapnya, lihat Lihat informasi tentang penyewa saat ini. |
3*** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| TraceId |
string |
ID yang digunakan untuk melacak permintaan layanan. |
0a06e1e316757357507896067d3780 |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang valid:
|
true |
| ErrorMessage |
string |
Pesan kesalahan. |
UnknownError |
| ErrorCode |
string |
Kode kesalahan. |
UnknownError |
| PageIndex |
integer |
Nomor halaman. |
1 |
| RequestId |
string |
ID permintaan. Ini adalah pengidentifikasi unik dari permintaan dan digunakan untuk menemukan log dan memecahkan masalah. |
7FAD400F-7A5C-4193-8F9A-39D86C4F0231 |
| PageSize |
integer |
Jumlah entri per halaman. |
10 |
| Total |
integer |
Jumlah total instance tugas. |
2 |
| Data |
object |
Data yang dikembalikan. |
|
| Instance |
array<object> |
Instance tugas. |
|
|
object |
Detail instance tugas. |
||
| BusinessTime |
string |
The data timestamp of the task node. |
2023-05-14 16:00:57 |
| CheckStatus |
integer |
The state of archived data verification. Valid values:
|
3 |
| DagId |
integer |
The unique ID of the task flow. |
33*** |
| Delete |
string |
Indicates whether the source data is deleted. Valid values:
|
false |
| EndTime |
string |
The time when the task ended. |
2023-04-23 10:23:20 |
| GmtCreate |
string |
The time when the task flow was created. |
2023-03-28 10:50:45 |
| GmtModified |
string |
The time when the task flow was last modified. |
2023-04-18 15:28:16 |
| HistoryDagId |
integer |
The ID of the historical task flow. |
68*** |
| Id |
integer |
The task flow ID. |
24**** |
| LastRunningContext |
string |
The context of the last execution of the task flow. |
{”nodes":[11***,11***]"} |
| Msg |
string |
The details of the current task execution. |
”归档任务日志:xxxx“ |
| Status |
integer |
The state of the archiving task.
|
1 |
| TaskType |
integer |
The task type. Valid values:
|
1 |
| TenantId |
string |
The ID of the tenant. |
34*** |
| TriggerType |
integer |
The mode in which the task flow is triggered. Valid values:
|
1 |
| Version |
string |
The version number. |
13*** |
Contoh
Respons sukses
JSONformat
{
"TraceId": "0a06e1e316757357507896067d3780",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"PageIndex": 1,
"RequestId": "7FAD400F-7A5C-4193-8F9A-39D86C4F0231",
"PageSize": 10,
"Total": 2,
"Data": {
"Instance": [
{
"BusinessTime": "2023-05-14 16:00:57",
"CheckStatus": 3,
"DagId": 0,
"Delete": "false",
"EndTime": "2023-04-23 10:23:20",
"GmtCreate": "2023-03-28 10:50:45",
"GmtModified": "2023-04-18 15:28:16",
"HistoryDagId": 0,
"Id": 0,
"LastRunningContext": "{”nodes\":[11***,11***]\"}",
"Msg": "”归档任务日志:xxxx“",
"Status": 1,
"TaskType": 1,
"TenantId": "34***",
"TriggerType": 1,
"Version": "13***"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.