All Products
Search
Document Center

Edge Security Acceleration:StartScheduledPreloadExecution

Last Updated:Jun 22, 2026

Memulai pra-ambil terjadwal berdasarkan ID rencana pra-ambil.

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

Id

string

Yes

ID rencana pra-ambil.

665d3b48621bccf3fe29e1a7

Elemen respons

Element

Type

Description

Example

object

Skema tanggapan.

RequestId

string

ID permintaan.

65C66B7B-671A-8297-9187-2R5477247B76

Id

string

ID rencana pra-ambil.

665d3b48621bccf3fe29e1a7

StartTime

string

pengatur waktu mulai rencana pra-ambil terjadwal, dalam format ISO 8601 (misalnya 2024-01-01T00:00:00+Z).

2024-05-31T17:10:48.849+08:00

EndTime

string

pengatur waktu akhir rencana pra-ambil terjadwal, dalam format ISO 8601 (misalnya 2024-01-01T00:00:00+Z).

2024-05-31T18:10:48.849+08:00

Interval

integer

Interval eksekusi antar setiap Batch rencana pra-ambil terjadwal, dalam detik.

60

SliceLen

integer

Jumlah URL dalam setiap Batch pra-ambil terjadwal.

10

Status

string

Status rencana pra-ambil terjadwal. Nilai valid:

  • waiting: Menunggu untuk dieksekusi.

  • running: Berjalan.

  • finished: Eksekusi selesai.

  • failed: Eksekusi gagal.

  • stopped: Eksekusi dijeda.

waiting

JobId

string

ID Tugas pra-ambil.

665d3af3621bccf3fe29e1a4

AliUid

string

ID akun Alibaba Cloud.

15685865xxx14622

Contoh

Respons sukses

JSONformat

{
  "RequestId": "65C66B7B-671A-8297-9187-2R5477247B76",
  "Id": "665d3b48621bccf3fe29e1a7",
  "StartTime": "2024-05-31T17:10:48.849+08:00",
  "EndTime": "2024-05-31T18:10:48.849+08:00",
  "Interval": 60,
  "SliceLen": 10,
  "Status": "waiting",
  "JobId": "665d3af3621bccf3fe29e1a4",
  "AliUid": "15685865xxx14622"
}

Kode kesalahan

HTTP status code

Error code

Error message

Description

400 InvalidEndTime.Mismatch The specified EndTime is earlier than the StartTime. The end time you entered is earlier than the start time. Please check and try again.
400 InvalidJob.JobCountOfSiteFull The maximum number of prefetch tasks for the website has been reached. Delete some unwanted ones and try again. The maximum number of prefetch tasks for the website has been reached. Delete some unwanted ones and try again.
400 InvalidParameter.ObjectId Invalid task ID or execution plan ID. Invalid task ID or execution plan ID.
400 MissingOssUrl OssUrl missing. Specify a valid URL of the OSS object that stores URLs to prefetch. OssUrl missing. Specify a valid URL of the OSS object that stores URLs to prefetch.
400 MissingUrlList Enter the URLs you want to prefetch. Enter the URLs you want to prefetch.
400 TooManyRequests Too many requests.Please try again later. Requests are too frequent, please try again later.
403 InvalidUid.PermissionDenied You do not have the permissions to perform this operation on this resource. Check whether the specified UID is correct and has the required permissions. You do not have the permissions to perform this operation on this resource. Check whether the specified UID is correct and has the required permissions.
404 InvalidJob.NotFound The task does not exist. Check whether the task ID is correct or whether the task has been deleted. The task does not exist. Check whether the task ID is correct or whether the task has been deleted.
404 LogNotFound Failed to query the log. Check whether the task ID and execution ID are valid. Failed to query the log. Check whether the task ID and execution ID are valid.
404 InvalidExecution.NotFound The execution plan does not exist. Check whether the parameters such as the execution ID, start time, and end time are correct. The execution plan does not exist. Check whether the parameters such as the execution ID, start time, and end time are correct.

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.