調用UpdateDcdnDomain修改加速域名。
接口說明
說明
單用戶調用頻率:30 次/秒。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DomainName | string | 是 | 加速域名,僅支持修改單個域名。 | example.com |
Sources | string | 否 | 回源地址列表。 | [{"content":"10.10.10.10","type":"ipaddr","priority":"20","port":80}] |
ResourceGroupId | string | 否 | 資源組 ID。 | rg-xxxxx |
TopLevelDomain | string | 否 | 頂級接入域。 | yourTopLevelDomain |
Sources 各字段含義如下所示。
參數 | 類型 | 是否必選 | 描述 |
---|---|---|---|
type | String | 是 | 源站類型,取值如下: ipaddr:IP 源站。 domain:域名源站。 oss:OSS Bucket 為源站。 fc_domain:函數計算源站。 |
content | String | 是 | 回源地址,可以是 IP 或域名。 |
port | Integer | 否 | 可以指定 443 和 80 端口,也可以自定義端口,默認值 80,443 是 HTTPS 協(xié)議回源。 |
priority | String | 否 | 源站地址對應的優(yōu)先級,支持 20 和 30,默認 20。20 是主,30 是備。 |
weight | String | 否 | 回源權重,100 以內,默認 10。 |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | MissingDomainName | The domainName parameter is required. | 請?zhí)顚懹蛎麉怠?/span> |
400 | InvalidDomainName.Malformed | The specified DomainName is invalid. | 域名格式錯誤。 |
400 | InvalidSource.Content.Malformed | The specified Source Content is invalid. | 源站信息錯誤,請重新填寫。 |
400 | InvalidTypeContent.Mismatch | The specified source type does not match the specified source content. | 源站類型和源站不匹配,請重新填寫。 |
400 | MissingSource.Content | The Source Content must be specified. | Source Content必填,請?zhí)顚懞笾卦嚒?/span> |
400 | MissingSource.Type | The Source Type must be specified. | Source Type必填,請?zhí)顚懞笾卦嚒?/span> |
400 | InvalidSource.Type.Malformed | The specified Source Type is invalid. | Source Type格式錯誤,請重新填寫。 |
400 | InvalidSource.Priority.Malformed | The specified Source Priority is invalid. | Source Priority格式錯誤,請?zhí)顚懻_的格式。 |
400 | InvalidResourceGroupId.Malformed | The specified ResourceGroupId is invalid. | ResourceGroupId錯誤,請?zhí)顚懻_的ResourceGroupId。 |
400 | EntityNotExists.ResourceGroup | The resource group does not exist. | 該資源組不存在。 |
400 | EntityNotExist.ResourceGroup | The resource group does not exist. | 該資源組不存在。 |
400 | InvalidStatus.ResourceGroup | The current status of the resource group does not support this operation. | 資源組當前狀態(tài)不允許進行此操作。 |
400 | TopLevelDomain.NotFound | The specified TopLevelDomain does not exist. | 頂級接入域不存在。 |
400 | TopLevelDomain.Mismatch | The specified TopLevelDomain does not match webSiteType. | 頂級接入域和域名類型不匹配。 |
403 | DomainInProtectedMode | The domain is in protection mode. To request permission, contact Customer Service. | 此域名處于被保護模式。如果您想做這個操作,請聯(lián)系我們。 |
訪問錯誤中心查看更多錯誤碼。