CreateScheduledPreloadExecutions_边缘安全加速_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

流控信息

请求速率为30/1(s)。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
esa:CreateScheduledPreloadExecutions
Create
全部资源
*

请求参数

字段名称字段详情
Idstring

预热任务 ID,通过调用 CreateScheduledPreloadJob 接口生成。

示例值:665d3af3621bccf3fe29e1a4
Executionsarray<object>

待添加的定时预热任务执行计划列表。

子级条数 <= 10子级条数 >= 1

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:F61CDR30-E83C-4FDA-BF73-9A94CDD44229
FailedExecutionsarray<object>

添加失败的预热计划信息。

FailedMessagesarray<string>

计划添加失败信息列表。

SuccessCountinteger<int32>

成功新增的预热计划个数。

示例值:12
SuccessExecutionsarray<object>

添加成功的预热计划信息

TotalCountinteger<int32>

总共请求新增的计划个数。

示例值:2

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
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.诊断
400
MissingOssUrl
OssUrl missing. Specify a valid URL of the OSS object that stores URLs to prefetch.诊断
400
MissingUrlList
Enter the URLs you want to prefetch.诊断
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.诊断
404
InvalidJob.NotFound
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.诊断
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.诊断

变更历史

变更时间变更内容概要操作
2024-11-12
变更请求参数Executions

相关示例