全部产品
Search
文档中心

CDN:ModifyCdnDomainSchdmByProperty - 修改域名的加速区域

更新时间:Aug 06, 2024

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

接口说明

说明
  • 单用户调用频率: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.NotFoundthere is no schedule domain found by the targeted coverage value-
    400DomainTraffic.ExceedThresholdnot allowed to do this operation because the last day traffic exceeds the threshold-
    400Domain.BeianInvalidnot allowed to do this operation because the domain registration record invalid in China main land-
    400Schedule.ChangeFailchange domain failed-
    400InvalidTopLevelDomain.MalformedSpecified TopLevelDomain is malformed.参数TopLevelDomain错误。

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