ModifyDCdnDomainSchdmByProperty - 修改域名的加速区域

更新时间:

调用ModifyDCdnDomainSchdmByProperty通过配置组修改域名的加速区域。

接口说明

说明 单用户调用频率:100 次/秒。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
DomainNamestring

需修改加速区域的域名,仅支持单个修改。

example.com
Propertystring

加速区域属性,{"coverage":"overseas"}。 其中 coverage 参数的取值如下:

  • domestic:仅中国内地。

  • overseas:全球(不包含中国内地)。

  • global:全球。

{"coverage":"overseas"}

返回参数

名称类型描述示例值
object
RequestIdstring

请求 ID。

15C66C7B-671A-4297-9187-2C4477247A74

示例

正常返回示例

JSON格式

{
  "RequestId": "15C66C7B-671A-4297-9187-2C4477247A74"
}

错误码

HTTP status code错误码错误信息描述
400Schedule.NotFoundThis domain does not have any available CDN resources in the accelerated area.域名无可用调度域资源。
400DomainTraffic.ExceedThresholdYou are not allowed to perform this operation because the traffic peak of the last day exceeds the threshold.域名昨日峰值超限不可切换
400Domain.BeianInvalidYou are not allowed to perform this operation because the ICP license of your domain is invalid in Chinese Mainland.域名中国大陆区域备案无效
400Schedule.ChangeFailFailed to change the accelerated area for the domain.域名切换调度区域失败

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
暂无变更历史