調(diào)用ModifyCdnDomain修改加速域名基礎(chǔ)信息。
接口說(shuō)明
說(shuō)明
單用戶(hù)調(diào)用頻率:30 次/秒。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
下表是API對(duì)應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語(yǔ)句的Action
元素中使用,用來(lái)給RAM用戶(hù)或RAM角色授予調(diào)用此API的權(quán)限。具體說(shuō)明如下:
- 操作:是指具體的權(quán)限點(diǎn)。
- 訪(fǎng)問(wèn)級(jí)別:是指每個(gè)操作的訪(fǎng)問(wèn)級(jí)別,取值為寫(xiě)入(Write)、讀取(Read)或列出(List)。
- 資源類(lèi)型:是指操作中支持授權(quán)的資源類(lèi)型。具體說(shuō)明如下:
- 對(duì)于必選的資源類(lèi)型,用背景高亮的方式表示。
- 對(duì)于不支持資源級(jí)授權(quán)的操作,用
全部資源
表示。
- 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
- 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作 | 訪(fǎng)問(wèn)級(jí)別 | 資源類(lèi)型 | 條件關(guān)鍵字 | 關(guān)聯(lián)操作 |
---|---|---|---|---|
cdn:ModifyCdnDomain | update | *Domain acs:cdn:*:{#accountId}:domain/{#DomainName} |
| 無(wú) |
請(qǐng)求參數(shù)
名稱(chēng) | 類(lèi)型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DomainName | string | 是 | 加速域名,僅支持修改單個(gè)域名。 | example.com |
Sources | string | 否 | 回源地址列表。 說(shuō)明
不支持同時(shí)傳入 Sources 和 TopLevelDomain 參數(shù),如果您同時(shí)傳入 Sources 和 TopLevelDomain 參數(shù),TopLevelDomain 將不生效。
| [{"content":"1.1.1.1","type":"ipaddr","priority":"20","port":80,"weight":"15"}] |
ResourceGroupId | string | 否 | 資源組 ID。 | rg-acfmyuji4b6r4** |
TopLevelDomain | string | 否 | 頂級(jí)接入域。只有白名單用戶(hù) CDN_TOP_LEVEL_DOMAIN_GREY_USER_LIST 設(shè)置才有效。 說(shuō)明
不支持同時(shí)傳入 Sources 和 TopLevelDomain 參數(shù),如果您同時(shí)傳入 Sources 和 TopLevelDomain 參數(shù),TopLevelDomain 將不生效。
| aliyundoc.com |
Sources 各字段含義如下所示。
參數(shù) | 類(lèi)型 | 是否必選 | 描述 |
---|---|---|---|
type | String | 是 | 源站類(lèi)型。 ipaddr:IP 源站。 domain:域名源站。 oss:OSS Bucket 為源站。 fc_domain:函數(shù)計(jì)算源站。 |
content | String | 是 | 回源地址,可以是 IP 或域名。 |
port | Integer | 否 | 端口,可以指定 80、443,也可以自定義端口,默認(rèn)值為 80。443 是 HTTPS 協(xié)議回源。 |
priority | String | 否 | 源站地址對(duì)應(yīng)的優(yōu)先級(jí),支持 20 和 30,默認(rèn)值為 20。20 是主源,30 是備源。 |
weight | String | 否 | 回源權(quán)重,100 以?xún)?nèi),默認(rèn)值為 10。 |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8"
}
錯(cuò)誤碼
HTTP status code | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
400 | Abs.Sources.Malformed | The specified Sources is invalid. | 指定的源站無(wú)效。 |
400 | MissingDomainName | The domainName parameter is required. | - |
400 | InvalidDomainName.Malformed | The specified DomainName is invalid. | 域名格式錯(cuò)誤。 |
400 | InvalidSource.Content.Malformed | The specified Source Content is invalid. | 源站地址格式錯(cuò)誤。 |
400 | InvalidTypeContent.Mismatch | The specified source type does not match the specified source content. | - |
400 | MissingSource.Content | The Source Content must be specified. | 缺少源站信息。 |
400 | MissingSource.Type | The Source Type must be specified. | - |
400 | InvalidSource.Type.Malformed | The specified Source Type is invalid. | - |
400 | InvalidSource.Priority.Malformed | The specified Source Priority is invalid. | - |
400 | InvalidResourceGroupId.Malformed | The specified ResourceGroupId is invalid. | - |
400 | EntityNotExists.ResourceGroup | The resource group does not exist. | 資源組不存在。 |
400 | EntityNotExist.ResourceGroup | The resource group does not exist. | 該資源組不存在。 |
400 | InvalidStatus.ResourceGroup | It is not allowed to do this operation because of the current status of resource-group. | 資源組當(dāng)前狀態(tài)不允許進(jìn)行此操作。 |
400 | TopLevelDomain.NotFound | TopLevelDomain is not exist. | TopLevelDomain不存在。 |
400 | InvalidTopLevelDomain.Malformed | Specified TopLevelDomain is malformed. | 參數(shù)TopLevelDomain錯(cuò)誤。 |
400 | TopLevelDomain.Mismatch | The specified TopLevelDomain does not match webSiteType. | 頂級(jí)接入域和域名類(lèi)型不匹配。 |
400 | SourceInBlacklist | Source is in the blacklist. | 源站在黑名單中。 |
403 | DomainInProtectedMode | The domain is in protection mode. To request permission, contact Customer Service. | - |
訪(fǎng)問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 |
---|---|---|
2023-06-08 | OpenAPI 錯(cuò)誤碼發(fā)生變更 | 查看變更詳情 |