創(chuàng)建擴(kuò)展域名。
接口說明
說明
性能共享型實(shí)例的監(jiān)聽不支持?jǐn)U展域名。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權(quán)信息
下表是API對應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:
- 操作:是指具體的權(quán)限點(diǎn)。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權(quán)的操作,用
全部資源
表示。
- 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
- 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關(guān)鍵字 | 關(guān)聯(lián)操作 |
---|---|---|---|---|
slb:CreateDomainExtension | create |
|
| 無 |
請求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 負(fù)載均衡實(shí)例的地域 ID。 | cn-hangzhou |
LoadBalancerId | string | 是 | 負(fù)載均衡實(shí)例的 ID。 | lb-bp1o94dp5i6earrxxxxxx |
ListenerPort | integer | 是 | 負(fù)載均衡實(shí)例 HTTPS 監(jiān)聽的前端端口。 取值:1-65535。 | 443 |
Domain | string | 是 | 域名。 | *.example1.com |
ServerCertificateId | string | 是 | 與域名對應(yīng)的證書 ID。 | 123157xxxxxxx_166f820xxxxxx_1714763408_709981xxxx |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"ListenerPort": 80,
"RequestId": "A6E7EFC9-0938-40CA-877D-9BE******",
"DomainExtensionId": "de-bp1rp7ta19******"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidAction.RegionNotSupport | The region does not support this action. | 當(dāng)前地域不支持指定功能。 |
400 | InvalidParameter.ServerCertificateId | The specified ServerCertificateId does not exist. | 指定的服務(wù)證書不存在。 |
400 | InvalidParameter.Domain | The specified Domain exists. | 指定的Domain已存在。 |
400 | DomainExtensionProcessing | A previous configuration of the DomainExtension is pending, please try again later. | 指定的擴(kuò)展域名正在變配中, 請稍后重試。 |
400 | DomainExtensionNumberOverLimit | The number of domainExtension has reached to the quota limit of this listener. | 監(jiān)聽可保有的擴(kuò)展域名數(shù)量已達(dá)到配額上限。 |
400 | DomainExtensionNotSupport | The instance with shared loadBalancerSpec does not support domainExtension. | 共享型負(fù)載均衡實(shí)例不支持創(chuàng)建擴(kuò)展域名。 |
400 | InvalidParameter.CertificateId | The specified CertificateId contains duplicate certificate EncryptionAlgorithm. | 指定的證書包含重復(fù)的證書加密算法。 |
400 | InvalidParamSize.CertificateId | The size of parameter CertificateId is invalid. | 指定的CertificateId無效。請檢查參數(shù)約束,并在修改后重試。 |
400 | MissingParameter.CertificateId | The parameter CertificateId is required. | 參數(shù)CertificateId缺失。 |
400 | InvalidParameter.CertificateId | The specified CertificateId is invalid. | 指定的證書不存在。 |
400 | InvalidParameter.RegionNotSupport | The region does not support the parameter: %s. | 當(dāng)前區(qū)域不支持指定參數(shù)。 |
400 | CertificateTypeMismatched | The certificate type does not match. | 指定證書的類型不匹配。 |
400 | SPEC_NOT_SUPPORT_PARAMETER | The loadbalancer with share spec does not support the parameter. | - |
400 | CnCertificateNotSupport | The cn certificate is not support. | 不支持國密證書。 |
400 | InvalidParam.CertificateBindingType | The param is invalid. | 指定的CertificateBindingType無效。請檢查參數(shù)約束,并在修改后重試。 |
400 | MissingParam.ServerCertificates | The param ServerCertificates is missing. | 參數(shù)ServerCertificates缺失。 |
400 | InvalidParamSize.ServerCertificates | The size of param ServerCertificates is invalid. | 指定的ServerCertificates長度無效。請檢查參數(shù)約束,并在修改后重試。 |
400 | SPEC_NOT_SUPPORT_PARAMETER | Share spec does not support the feature. | - |
400 | TooManyListeners | More than 1 listener is found, please be more specified. | 檢索到的監(jiān)聽數(shù)量大于1,請?zhí)峁└唧w的查詢條件。 |
訪問錯誤中心查看更多錯誤碼。