海外cdn-奇异果体育app竞彩官网下载
更新时间:2020-07-15
接口
本接口用于清除已经缓存的文件,支持批量提交,一次最多提交100个url,用户24小时之内最多提交20000个url刷新请求。
method | path | 说明 |
---|---|---|
post | /v2/abroad/cache/purge | 缓存刷新 |
参数 | 可选 | 类型 | 说明 |
---|---|---|---|
tasks | 必选 | list |
任务列表 |
purgetask字段说明
参数 | 可选 | 类型 | 说明 |
---|---|---|---|
url | 必选 | string | 要清除的url |
type | 可选 | string | type默认为file, 表示精确url刷新,type为directory表示目录刷新 |
备注: 目录刷新的时候,url可以是/结尾,也可以不是,但都是目录,比如 /a/ 和 /a刷新的目录都是/a/。
响应码(http status code)
http status code | 说明 |
---|---|
201 | 刷新任务接受成功 |
400 | 资源不属于当前用户,urls数量超过1次的限制,(1次最多100条) |
403 | quota不够 |
响应体(response body)
参数 | 类型 | 说明 |
---|---|---|
id | string | 任务id |
post /v2/abroad/cache/purge http/1.1
host: cdn.baidubce.com
content-type: application/json
authorization: xxxxxx
connection: keep-alive
content-length: 121
{
"tasks": [
{
"url": "http://www.example.com/test.jpg",
"type": "file"
},
{
"url": "http://www.example.com/a/",
"type": "directory"
}
]
}
http/1.1 201 created
server: nginx/1.1.10
date: tue, 07 jul 2020 09:44:02 gmt
content-type: application/json; charset=utf-8
transfer-encoding: chunked
connection: keep-alive
x-bce-request-id: b652b31c-6db8-b248-feee-93de3d37be7
{"id":"ejwfwcknacama7cjkpvewi9zqsp i2bh6gjtokg0 lhsjswwwpjiyvamt09wfvw4c64="}