调用RefreshErObjectCaches刷新通过边缘函数 Cache API写入的缓存。支持URL批量刷新。
接口说明
说明
请求方式:支持 POST 请求,参数用 form 表单显示。
相关接口:刷新类接口包含 RefreshDcdnObjectCaches 刷新接口。
URL 刷新配额(每日):默认情况下,一个账号每日最多可以提交 10000 条 URL 刷新和 100 个目录刷新,目录刷新包含子目录。
每次请求最多支持提交 1000 条 URL 刷新或者 100 个目录刷新。
单个域名每分钟最多支持提交 1000 条 URL 刷新。
单用户调用频率:30 次/秒。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ObjectPath | string | 是 | 刷新 URL。 说明
| http://example.com/examplefile.txt |
ObjectType | string | 是 | 刷新类型。取值范围:
说明
目录刷新默认采用标记资源过期的处理方式,不支持删除目录。目录刷新会将节点上对应目录置为过期,后续有用户访问时,DCDN 节点将会回源站校验目录是否更新,有更新时从源站重新拉取新版本返回给用户,未有更新时源站响应 304 状态码。
| File |
MergeDomainName | string | 否 | 合并刷新域名,刷新的时候会合并域名的调度域节点进行刷新。 说明
多个域名之间用英文逗号(,)隔开。
| a.test.com,b.test.com |
RoutineId | string | 否 | 边缘函数脚本的程序 ID,也叫函数 ID,由"Name.Subdomain"组合而成,作为客户边缘函数代码的唯一标识。 | test.mysubdomain |
Force | boolean | 否 | 当回源内容和源站资源对比后不一致时,是否刷新对应目录下的资源。默认为 false。
| false |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "3C6CCEC4-6B88-4D4A-93E4-D47B3D92CF8F",
"RefreshTaskId": "95248880"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | SingleRequest.OverLimit | A maximum of 1000 URLs are supported for each request. | - |
400 | InvalidObjectType.Malformed | The specified ObjectType is invalid. | 不支持该ObjectType,请重新输入。 |
400 | InvalidObjectPath.Malformed | The specified ObjectPath is invalid. | ObjectPath错误,请填写正确的ObjectPath。 |
400 | InvalidObjectPath.Size.Malformed | The size of ObjectPath is bigger than 1000. | - |
400 | QuotaExceeded.Refresh | You've exceeded the prescribed refresh limits. | - |
400 | QuotaExceeded.Refresh | Your refresh attempts have exceeded the daily limit. | 超出当日刷新限制。今日刷新数已用完。您可以通过刷新接口查询今日的刷新次数。 |
400 | InvalidExtensiveDomain.ValueNotSupported | The specified ExtensiveDomain is not supported. | 不支持泛域名。 |
400 | QuotaPerMinuteExceeded.Refresh | You tried to refresh too frequently; please try again later. | 刷新太频繁,请稍后再试。 |
400 | TooMany.Refresh | The refresh queue is full; please try again later. | 域名正在刷新的个数已经达到上限,请稍后再试。 |
400 | InvalidExtensiveDomain.ValueNotSupported | Extensive domain not supported. | - |
400 | PreloadQueueFull | Preload queue is full, please try again later! | - |
400 | QuotaPerMinuteExceeded.Refresh | You've exceeded the prescribed refresh limits per minute. | - |
400 | InvalidStations.Malformed | The specified Stations is invalid. | - |
400 | InvalidParameters | The parameters you provided are invalid. | - |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史