查询SEO开关属性
更新时间:2022-07-15
接口
本接口用于查询SEO开关属性
Method | Path | 说明 |
---|---|---|
GET | /v2/domain/{domain}/config?seoSwitch | 查询 seo 开关属性 |
domain:需要查询CDN的加速域名。
响应码
HTTP Status Code | 说明 |
---|---|
200 | 成功 |
响应体
参数 | 可选 | 类型 | 说明 |
---|---|---|---|
seoSwitch | 必选 | SeoSwitch | SEO优化配置信息 |
SeoSwitch类型如下:
参数 | 可选 | 类型 | 说明 |
---|---|---|---|
diretlyOrigin | 可选 | string | 可选值为"ON"和"OFF",ON表示设置直接回源,OFF则相反 |
请求/响应示例
GET /v2/domain/test.baidu.com/config?seoSwitch HTTP/1.1
Host: cdn.baidubce.com
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.36
x-bce-request-id: fb39f52e-203d-5558-6543-15bbaaf6b4a7
{"seoSwitch":{"diretlyOrigin":"ON"}}