All Products
Search
Document Center

Cloud Backup:DescribeTask

Last Updated:Jun 11, 2026

Mengkueri pekerjaan asinkron.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

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:

  • created: The job is created.

  • expired: The job expires.

  • completed: The job is completed.

  • cancelled: The job is canceled.

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: The call is successful.

  • false: The call fails.

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.