日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

CreateDomainExtension - 創(chuàng)建擴(kuò)展域名

創(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:CreateDomainExtensioncreate
  • loadbalancer
    acs:slb:{#regionId}:{#accountId}:loadbalancer/{#loadbalancerId}
  • slb:tag

請求參數(shù)

名稱類型必填描述示例值
RegionIdstring

負(fù)載均衡實(shí)例的地域 ID。

cn-hangzhou
LoadBalancerIdstring

負(fù)載均衡實(shí)例的 ID。

lb-bp1o94dp5i6earrxxxxxx
ListenerPortinteger

負(fù)載均衡實(shí)例 HTTPS 監(jiān)聽的前端端口。

取值:1-65535

443
Domainstring

域名。

*.example1.com
ServerCertificateIdstring

與域名對應(yīng)的證書 ID。

123157xxxxxxx_166f820xxxxxx_1714763408_709981xxxx

返回參數(shù)

名稱類型描述示例值
object
ListenerPortinteger

負(fù)載均衡實(shí)例前端使用的端口。

80
RequestIdstring

請求 ID。

A6E7EFC9-0938-40CA-877D-9BE******
DomainExtensionIdstring

創(chuàng)建的擴(kuò)展域名 ID。

de-bp1rp7ta19******

示例

正常返回示例

JSON格式

{
  "ListenerPort": 80,
  "RequestId": "A6E7EFC9-0938-40CA-877D-9BE******",
  "DomainExtensionId": "de-bp1rp7ta19******"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400InvalidAction.RegionNotSupportThe region does not support this action.當(dāng)前地域不支持指定功能。
400InvalidParameter.ServerCertificateIdThe specified ServerCertificateId does not exist.指定的服務(wù)證書不存在。
400InvalidParameter.DomainThe specified Domain exists.指定的Domain已存在。
400DomainExtensionProcessingA previous configuration of the DomainExtension is pending, please try again later.指定的擴(kuò)展域名正在變配中, 請稍后重試。
400DomainExtensionNumberOverLimitThe number of domainExtension has reached to the quota limit of this listener.監(jiān)聽可保有的擴(kuò)展域名數(shù)量已達(dá)到配額上限。
400DomainExtensionNotSupportThe instance with shared loadBalancerSpec does not support domainExtension.共享型負(fù)載均衡實(shí)例不支持創(chuàng)建擴(kuò)展域名。
400InvalidParameter.CertificateIdThe specified CertificateId contains duplicate certificate EncryptionAlgorithm.指定的證書包含重復(fù)的證書加密算法。
400InvalidParamSize.CertificateIdThe size of parameter CertificateId is invalid.指定的CertificateId無效。請檢查參數(shù)約束,并在修改后重試。
400MissingParameter.CertificateIdThe parameter CertificateId is required.參數(shù)CertificateId缺失。
400InvalidParameter.CertificateIdThe specified CertificateId is invalid.指定的證書不存在。
400InvalidParameter.RegionNotSupportThe region does not support the parameter: %s.當(dāng)前區(qū)域不支持指定參數(shù)。
400CertificateTypeMismatchedThe certificate type does not match.指定證書的類型不匹配。
400SPEC_NOT_SUPPORT_PARAMETERThe loadbalancer with share spec does not support the parameter.-
400CnCertificateNotSupportThe cn certificate is not support.不支持國密證書。
400InvalidParam.CertificateBindingTypeThe param is invalid.指定的CertificateBindingType無效。請檢查參數(shù)約束,并在修改后重試。
400MissingParam.ServerCertificatesThe param ServerCertificates is missing.參數(shù)ServerCertificates缺失。
400InvalidParamSize.ServerCertificatesThe size of param ServerCertificates is invalid.指定的ServerCertificates長度無效。請檢查參數(shù)約束,并在修改后重試。
400SPEC_NOT_SUPPORT_PARAMETERShare spec does not support the feature.-
400TooManyListenersMore than 1 listener is found, please be more specified.檢索到的監(jiān)聽數(shù)量大于1,請?zhí)峁└唧w的查詢條件。

訪問錯誤中心查看更多錯誤碼。