调用ModifyCdnDomainSchdmByProperty通过配置组修改域名的加速区域。
接口说明
说明
单用户调用频率:100 次/秒。
域名业务类型是直播的情况下,修改域名加速区域可能会引发业务不可用,因此直播域名不允许通过该接口来修改加速区域。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DomainName | string | 是 | 需修改加速区域的域名,仅支持单个域名进行修改。 | example.com |
Property | string | 是 | 加速区域属性 {"coverage":"overseas"} 其中 coverage 参数的取值如下:
| {"coverage":"overseas"} |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "15C66C7B-671A-4297-9187-2C4477247A74"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | Schedule.NotFound | there is no schedule domain found by the targeted coverage value | - |
400 | DomainTraffic.ExceedThreshold | not allowed to do this operation because the last day traffic exceeds the threshold | - |
400 | Domain.BeianInvalid | not allowed to do this operation because the domain registration record invalid in China main land | - |
400 | Schedule.ChangeFail | change domain failed | - |
400 | InvalidTopLevelDomain.Malformed | Specified TopLevelDomain is malformed. | 参数TopLevelDomain错误。 |
访问错误中心查看更多错误码。