最近更新时间:2020-11-11 15:44:48
本接口用于启用、停用某个加速域名。
注意:
本接口请求需要包含指定目录/2016-09-01/domain/StartStopCdnDomain、公共请求header和该接口所特有的请求参数,具体请求语句参照下文请求示例。
参数名 | 必选 | 类型及范围 | 说明 |
---|---|---|---|
ActionType | 是 | String | 操作接口名,取值:start:启用;stop:停用 |
DomainId | 是 | String | 需要启用或停用CDN服务的域名ID,只允许输入一个域名ID |
请求示例
GET方式:
GET /2016-09-01/domain/StartStopCdnDomain?ActionType=stop&DomainId=xxxxxx 1.1
Host: cdn.api.ksyun.com
X-Amz-Date: date
Authorization:authorization string
x-action: StartStopCdnDomain
x-version: 2016-09-01
POST方式:
POST /2016-09-01/domain/StartStopCdnDomain 1.1
Host: cdn.api.ksyun.com
X-Amz-Date: date
Authorization:authorization string
x-action: StartStopCdnDomain
x-version: 2016-09-01
Content-Type: application/x-www-form-urlencoded
ActionType=stop&DomainId=xxxxxx
纯净模式