最近更新时间:2024-03-27 15:08:35
本接口用于启用、停用某个加速域名
启用状态为“停用”的加速域名,将DomainStatus变更为online
停用某个正常运行的加速域名,将DomainStatus变更为offline
签名机制:
Service取值:cdn
接入地址:cdn.api.ksyun.com︎
注意:
域名对应账户如果由于欠费,或域名处于非法状态,无法正常调用该接口启用加速域名
停用该加速域名后,该加速域名的相关配置信息仍保留,但无法提供服务
无法停用状态为审核失败、审核中、配置中的域名,需要等待审核完成或配置完成后再进行停用操作
本接口请求需要包含指定目录/2016-09-01/domain/StartStopCdnDomain、公共请求header和该接口所特有的请求参数,具体请求语句参照下文请求示例。
参数名 | 类型 | 是否必须 | 描述 |
---|---|---|---|
ActionType | String | Y | 操作接口名,取值:start:启用;stop:停用 |
DomainId | String | Y | 需要启用或停用CDN服务的域名ID,只允许输入一个域名ID |
GET方式:
GET /2016-09-01/domain/StartStopCdnDomain?ActonType=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"
}
此接口为CDN接口,请到使用须知查看错误码详情。
纯净模式