Mengkueri apakah tugas purge dan pra-ambil telah berhasil diterapkan.
Deskripsi operasi
Saat ini, alamat layanan hanya mendukung China (Shanghai).
Jika TaskId maupun ObjectPath tidak ditentukan, halaman pertama data (20 entri) dalam 3 hari terakhir akan dikembalikan secara default. TaskId dan ObjectPath dapat ditentukan secara bersamaan.
Ketika DomainName atau Status ditentukan, ObjectType wajib diisi.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:DescribeVodRefreshTasks |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| TaskId |
string |
No |
ID tugas yang digunakan untuk mengkueri status purge. |
70422**** |
| ObjectPath |
string |
No |
Jalur yang digunakan untuk dikueri. Pencocokan eksak digunakan. |
http://example.com/***.txt. |
| PageNumber |
integer |
No |
Nomor halaman. |
1 |
| ObjectType |
string |
No |
Tipe tugas. Nilai valid:
Catatan
Ketika DomainName atau Status ditentukan, ObjectType wajib diisi. |
file. |
| DomainName |
string |
No |
Nama domain. |
example.com. |
| Status |
string |
No |
Status tugas. Nilai valid:
|
Complete. |
| PageSize |
integer |
No |
Jumlah entri per halaman. Nilai default: 20. Nilai maksimum: 50. |
20 |
| StartTime |
string |
No |
Waktu mulai. Tentukan waktu dalam format yyyy-MM-ddTHH:mm:ssZ (UTC). Catatan
Hanya data dalam 3 hari terakhir yang dapat dikueri. |
2017-01-01T12:12:20Z |
| EndTime |
string |
No |
Waktu akhir. Tentukan waktu dalam format yyyy-MM-ddTHH:mm:ssZ (UTC). |
2017-01-01T12:30:20Z |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
174F6032-AA26-470D-****-36F0EB205BEE. |
| PageNumber |
integer |
Nomor halaman. |
1 |
| PageSize |
integer |
Ukuran halaman. |
10 |
| TotalCount |
integer |
Jumlah total entri. |
2 |
| Tasks |
object |
||
| Task |
array<object> |
Daftar tugas yang terdiri dari objek TaskItem. |
|
|
object |
|||
| Status |
string |
The status. Valid values:
|
Complete |
| CreationTime |
string |
The time when the task object was created. The time is in the yyyy-MM-ddTHH:mm:ssZ format (UTC). |
2014-11-27T08:23:22Z |
| ObjectType |
string |
The task type. Valid values:
|
file |
| Process |
string |
The progress percentage. |
100% |
| Description |
string |
The error description returned when a purge or prefetch task fails. There are currently three types:
|
Internal Error |
| ObjectPath |
string |
The object path of the purge task. |
http://example.com/****.txt |
| TaskId |
string |
The task ID. |
704225667 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "174F6032-AA26-470D-****-36F0EB205BEE",
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 2,
"Tasks": {
"Task": [
{
"Status": "Complete",
"CreationTime": "2014-11-27T08:23:22Z",
"ObjectType": "file",
"Process": "100%",
"Description": "Internal Error",
"ObjectPath": "http://example.com/****.txt",
"TaskId": "704225667"
}
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidTaskId.Malformed | The specified TaskId is invalid. | Invalid TaskId |
| 400 | MissingTimeParameter | The StartTime and EndTime must be both specified. | Both start time and end must be specified |
| 400 | MissingParameter.ObjectType | The ObjectType parameter is required if DomainName or ObjectType is specified. | |
| 400 | InvalidStartTime.Malformed | The specified StartTime is invalid. | |
| 400 | InvalidEndTime.Malformed | The specified EndTime is invalid. | |
| 400 | InvalidEndTime.Mismatch | The specified EndTime is earlier than the StartTime. | End time is earlier than start time |
| 400 | InvalidStartTime.ValueNotSupported | The specified StartTime is invalid. | |
| 400 | InvalidObjectType.ValueNotSupported | The specified ObjectType is not supported. | |
| 400 | InvalidStatus.ValueNotSupported | The specified Status is not supported. | |
| 400 | DomainNameOverLimit | A maximum of 500 domains are supported for each request. | Up to 500 domain names per request |
| 400 | InvalidTime | The query time cannot exceed the last 3 days. | The request time cannot be returned for more than 3 days. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.