提交预取任务-PrefetchNewUcdnDomainCache

提交预取任务

Request Parameters

Parameter nameTypeDescriptionRequired
ProjectIdstring项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口No
UrlList.nstring预热URL列表Yes

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes
TaskIdstring本次提交url对应的任务idNo

Request Example

https://api.auto-ai.com.cn/?Action=PrefetchNewUcdnDomainCache
&UrlList.n=ieijlGgl

Response Example

{
    "Action": "PrefetchNewUcdnDomainCacheResponse",
    "RetCode": 0,
    "TaskId": "IhrznXRB"
}