調用UpdateDcdnIpaDomain修改加速域名。
接口說明
說明
單用戶調用頻率:20 次/秒。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DomainName | string | 是 | 需要接入全站加速 IPA 的域名,僅支持修改單個域名。 | example.com |
Sources | string | 否 | 回源地址列表。 | [{"content":"10.10.10.10","type":"ipaddr","priority":"20","port":80,"weight":"15"}] |
ResourceGroupId | string | 否 | 資源組 ID。 | rg-acfmyuji4b6r4** |
TopLevelDomain | string | 否 | 頂級接入域。 | example.edu |
Sources 各字段含義如下所示。
參數 | 類型 | 是否必選 | 描述 |
---|---|---|---|
type | String | 是 | 源站類型,取值如下: ipaddr:IP 源站。 domain:域名源站。 oss:OSS 域名。 |
content | String | 是 | 回源地址,可以是 IP 或域名。 |
port | Integer | 否 | 自定義端口,范圍:0~65535。 |
priority | String | 否 | 源站地址對應的優先級,支持 20(默認值)和 30。20 是主源,30 是備源。 |
weight | String | 否 | 回源權重,100 以內,默認 10。 |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "15C66C7B-671A-4297-9187-2C4477247A74"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | MissingDomainName | The domainName parameter is required. | 請填寫域名參數。 |
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必填,請填寫后重試。 |
400 | MissingSource.Type | The Source Type must be specified. | Source Type必填,請填寫后重試。 |
400 | InvalidSource.Type.Malformed | The specified Source Type is invalid. | Source Type格式錯誤,請重新填寫。 |
400 | InvalidSource.Priority.Malformed | The specified Source Priority is invalid. | Source Priority格式錯誤,請填寫正確的格式。 |
400 | InvalidResourceGroupId.Malformed | The specified ResourceGroupId is invalid. | ResourceGroupId錯誤,請填寫正確的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. | 資源組當前狀態不允許進行此操作。 |
400 | TopLevelDomain.NotFound | The specified TopLevelDomain does not exist. | 頂級接入域不存在。 |
400 | InvalidSource.Port.Malformed | The source port is empty, or it is outside the range 0-65535. | 源站端口號為空,或者不在0-65535范圍內。 |
403 | DomainInProtectedMode | The domain is in protection mode. To request permission, contact Customer Service. | 此域名處于被保護模式。如果您想做這個操作,請聯系我們。 |
403 | DcdnIpaServiceNotFound | The DCDN IPA service has not been activated. | 沒有開通DCDN IPA服務。 |
404 | NoResource | The required port has no resources, please submit a ticket. | 所需端口沒有資源,請提交工單。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2024-04-09 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |