设置Range回源
更新时间:2019-07-12
Method | Path | 说明 |
---|---|---|
PUT | /v2/domain/{domain}/config?rangeSwitch | 设置range回源 |
domain: 需要设置CDN的加速域名
备注:range回源默认状态下打开
请求体(Request Body)
参数 | 可选 | 类型 | 说明 |
---|---|---|---|
rangeSwitch | 必选 | Bool | true表示打开range回源,false表示关闭range回源 |
请求示例:
PUT /v2/domain/myself.baidu.com/config?rangeSwitch HTTP/1.1
Host: cdn.baidubce.com
Content-Length: 72
Content-Type: text/json;utf-8
{"rangeSwitch": true}
响应码 (Http Status Code)
HTTP Status Code | 说明 |
---|---|
200 | 成功 |
400 | 更新失败,参数错误等 |
响应体 (Response Body)
参数 | 类型 | 说明 |
---|---|---|
status | String | 刚更新成功返回的status是OPERATING |
响应示例:
HTTP/1.1 200 OK
Server: nginx/1.14.0
Date: Fri, 21 Sep 2018 03:46:35 GMT
Content-Type: application/json; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.6.36x-bce-request-id: dd490e5d-64da-e2b-1cdd-fc98c864dfd
{"status":"OPERATING"}