根據預熱計劃ID刪除單個定時預熱計劃。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| Id |
string |
是 |
預熱計劃 ID。 |
665d3b48621bccf3fe29e1a7 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
Schema of Response |
||
| RequestId |
string |
請求 ID。 |
04F0F334-1335-436C-A1D7-6C044FE73368 |
樣本
正常返回樣本
JSON格式
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | InvalidEndTime.Mismatch | The specified EndTime is earlier than the StartTime. | 您填入的結束時間早於開始時間,請檢查後重試。 |
| 400 | InvalidJob.JobCountOfSiteFull | 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. | 您提供的任務或執行計畫ID不正確,請檢查ID是否有效且輸入無誤。 |
| 400 | MissingOssUrl | OssUrl missing. Specify a valid URL of the OSS object that stores URLs to prefetch. | OssUrl欄位缺失,請確保已提供有效OSS預熱任務連結。 |
| 400 | MissingUrlList | Enter the URLs you want to prefetch. | 預熱的URL為空白,請輸入待預熱的URL。 |
| 400 | TooManyRequests | Too many requests.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. | 您無權操作此資源,請確認UID是否正確且具備相應許可權。 |
| 404 | InvalidJob.NotFound | The task does not exist. Check whether the task ID is correct or whether the task has been deleted. | 任務不存在,請檢查任務ID是否正確或該任務是否已被刪除。 |
| 404 | LogNotFound | Failed to query the log. Check whether the task ID and execution ID are valid. | 未找到日誌,請檢查任務ID、執行ID等是否正確和有效。 |
| 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. | 執行計畫不存在,請檢查執行ID、開始時間或結束時間等參數是否準確無誤。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。