All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnRefreshTasks

Last Updated:Jun 10, 2026

Mengkueri status tugas refresh atau preload yang dikirimkan dalam tiga hari terakhir.

Deskripsi operasi

  • You can query by task ID or URL.

  • You can specify both TaskId and ObjectPath. If you provide neither parameter, the operation defaults to returning the first 20 entries from the last 3 days.

  • You can only query data from the last 3 days.

  • If you specify DomainName or Status, you must also specify ObjectType.

  • Rate limit: 5 requests per second per user.

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

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

Action

Access level

Resource type

Condition key

Dependent action

dcdn:DescribeDcdnRefreshTasks

get

domain

acs:dcdn:*:{#accountId}:domain/{#domainName}

None None

Parameter permintaan

Parameter

Type

Required

Description

Example

TaskId

string

No

ID tugas. ID tugas dikembalikan setelah Anda membuat tugas refresh atau preload.

704225667

ObjectPath

string

No

Path objek yang akan dikueri. Path harus berupa path lengkap.

http://example.com/examplefile.txt

PageNumber

integer

No

Nomor halaman. Nilai valid: 1 hingga 100000.

2

ObjectType

string

No

Tipe tugas. Nilai valid:

  • file: merefresh URL.

  • directory: merefresh direktori.

  • regex: merefresh konten berdasarkan ekspresi reguler.

  • preload: mem-preload URL.

Parameter ini wajib diisi jika Anda menentukan DomainName atau Status.

file

DomainName

string

No

Nama domain yang dipercepat. Anda hanya dapat menentukan satu nama domain yang dipercepat. Secara default, operasi ini mengkueri tugas untuk semua nama domain yang dipercepat.

example.com

Status

string

No

Status tugas. Nilai valid:

  • Complete: Tugas selesai.

  • Refreshing: Tugas sedang berjalan.

  • Timeout: Tugas melewati batas pengatur waktu.

  • Canceled: Tugas dibatalkan.

  • Failed: Tugas gagal.

Complete

PageSize

integer

No

Jumlah entri per halaman. Nilai default: 20. Nilai maksimum: 50. Nilai valid: 1 hingga 50.

20

StartTime

string

No

Awal rentang waktu yang akan dikueri. Tentukan pengatur waktu dalam standar ISO 8601 dengan format yyyy-MM-ddTHH:mm:ssZ. Waktu harus dalam UTC.

2017-01-01T12:12:20Z

EndTime

string

No

Akhir rentang waktu yang akan dikueri. Tentukan pengatur waktu dalam standar ISO 8601 dengan format yyyy-MM-ddTHH:mm:ssZ. Waktu harus dalam UTC.

Catatan

Waktu akhir harus lebih lambat dari waktu mulai.

2017-01-01T12:13:20Z

Elemen respons

Element

Type

Description

Example

object

RequestId

string

The request ID.

174F6032-AA26-470D-B90E-36F0EB205BEE

PageNumber

integer

The page number.

2

PageSize

integer

The page size.

2

TotalCount

integer

The total number of tasks.

20

Tasks

object

Task

array<object>

The task list.

object

Status

string

The status of the task. Valid values:

  • Complete: The task is complete.

  • Refreshing: The task is in progress.

  • Failed: The task failed.

Complete

CreationTime

string

The time when the task was created. The time is in UTC.

2014-11-27T08:23:22Z

ObjectType

string

The type of the task. Valid values:

  • file: refreshes a URL.

  • path: refreshes a directory.

  • regex: refreshes content based on a regular expression.

  • preload: prefetches a URL.

file

Process

string

The progress of the task in percentage.

10

Description

string

The error message returned if the refresh or prefetch task failed.

  • InternalError: An internal error occurred.

  • OriginTimeout: The origin server timed out.

  • OriginReturn StatusCode 5XX: The origin server returned a 5xx error code.

InternalError

ObjectPath

string

The path of the refreshed object.

http://example.com/examplefile.txt

TaskId

string

The ID of the task.

123

Contoh

Respons sukses

JSONformat

{
  "RequestId": "174F6032-AA26-470D-B90E-36F0EB205BEE",
  "PageNumber": 2,
  "PageSize": 2,
  "TotalCount": 20,
  "Tasks": {
    "Task": [
      {
        "Status": "Complete",
        "CreationTime": "2014-11-27T08:23:22Z",
        "ObjectType": "file",
        "Process": "10",
        "Description": "InternalError",
        "ObjectPath": "http://example.com/examplefile.txt",
        "TaskId": "123"
      }
    ]
  }
}

Kode kesalahan

HTTP status code

Error code

Error message

Description

400 InvalidTaskId.Malformed The specified TaskId is invalid. The value specified for the TaskId parameter is invalid.
400 MissingParameter.ObjectType The ObjectType parameter is required if DomainName or ObjectType is specified. Specify the ObjectType parameter.
400 MissingTimeParameter The StartTime and EndTime must be both specified. You must set both the start time and the end time.
400 InvalidEndTime.Mismatch The specified EndTime is earlier than the StartTime. The end time is earlier than the start time.
400 DomainNameOverLimit A maximum of 500 domains are supported for each request. The number of domain names cannot exceed 500.
400 InvalidTime The query time cannot exceed the last 3 days. You can query data up to the last three days.
400 InvalidStartTime.Malformed The specified StartTime parameter is invalid. The format of the specified start time is invalid. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.
400 InvalidEndTime.Malformed The specified EndTime is invalid. The format of the specified end time is invalid. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.
400 InvalidStartTime.ValueNotSupported The specified StartTime is invalid. The specified start time is invalid.
400 InvalidObjectType.ValueNotSupported The specified ObjectType is not supported. The specified ObjectType parameter is invalid.
400 InvalidStatus.ValueNotSupported The specified Status is not supported. The specified Status parameter is invalid.
429 TooManyRequests The server is busy. Please try again later. The server is unavailable. Try again later.

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.