Mengkueri pekerjaan asinkron.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Token |
string |
No |
Token akses. |
01W3ZZOQ |
| TaskId |
string |
No |
ID pekerjaan. |
t-********************* |
| ResourceGroupId |
string |
No |
ID kelompok sumber daya. |
rg-acfmvywqfey5njq |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Progress |
integer |
The progress of the job. Valid values: 0 to 100. Unit: percentage (%). If the job fails, the value -1 is returned. |
100 |
| RequestId |
string |
The ID of the request. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
| CompletedTime |
integer |
The time when the task was complete. The time is a UNIX timestamp. Unit: seconds. |
1615607706 |
| Result |
string |
The result of the job. |
{} |
| Description |
string |
The status of the job. Valid values:
|
completed |
| UpdatedTime |
integer |
The time when the job was updated. This value is a UNIX timestamp. Unit: seconds. |
1615607706 |
| Success |
boolean |
Indicates whether the call is successful.
|
true |
| Code |
string |
HttpCode |
200 |
| Message |
string |
The message that is returned. If the call is successful, "successful" is returned. If the call fails, an error message is returned. |
successful |
| Name |
string |
The name of the job. |
InstallBackupClientsTask |
| CreatedTime |
integer |
The time when the job was created. This value is a UNIX timestamp. Unit: seconds. |
1615607706 |
Contoh
Respons sukses
JSONformat
{
"Progress": 100,
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"CompletedTime": 1615607706,
"Result": "{}",
"Description": "completed",
"UpdatedTime": 1615607706,
"Success": true,
"Code": "200",
"Message": "successful",
"Name": "InstallBackupClientsTask",
"CreatedTime": 1615607706
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.