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

BatchSetCdnDomainServerCertificate - 批量設(shè)置域名證書(shū)

調(diào)用BatchSetCdnDomainServerCertificate批量設(shè)置域名下的證書(shū)功能是否啟用及配置證書(shū)信息。

接口說(shuō)明

說(shuō)明
  • 單用戶調(diào)用頻率:10 次/秒。
  • 支持批量查詢域名,多個(gè)域名用半角逗號(hào)(,)分隔,一次最多支持配置 10 個(gè)域名。
  • 域名業(yè)務(wù)類型是直播的情況下,設(shè)置域名證書(shū)可能會(huì)引發(fā)業(yè)務(wù)不可用,因此直播域名不允許通過(guò)該接口來(lái)設(shè)置域名證書(shū)。
  • 調(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用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說(shuō)明如下:

    • 操作:是指具體的權(quán)限點(diǎn)。
    • 訪問(wèn)級(jí)別:是指每個(gè)操作的訪問(wèn)級(jí)別,取值為寫入(Write)、讀取(Read)或列出(List)。
    • 資源類型:是指操作中支持授權(quán)的資源類型。具體說(shuō)明如下:
      • 對(duì)于必選的資源類型,用背景高亮的方式表示。
      • 對(duì)于不支持資源級(jí)授權(quán)的操作,用全部資源表示。
    • 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
    • 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
    操作訪問(wèn)級(jí)別資源類型條件關(guān)鍵字關(guān)聯(lián)操作
    cdn:BatchSetCdnDomainServerCertificateupdate
    • Domain
      acs:cdn:*:{#accountId}:domain/{#DomainName}
      無(wú)
    無(wú)

    請(qǐng)求參數(shù)

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

    指定證書(shū)所屬的加速域名,屬于 HTTPS 加速類型,多個(gè)域名用英文逗號(hào)(,)分隔。

    說(shuō)明 每次最多支持配置 10 個(gè)域名。
    example.com
    CertNamestring

    證書(shū)名稱。

    yourCertName
    CertTypestring

    證書(shū)類型。取值:

    • upload:上傳證書(shū)。

    • cas:證書(shū)中心證書(shū)。

    cas
    SSLProtocolstring

    HTTPS 證書(shū)是否啟用。取值:

    • on:?jiǎn)⒂谩?/p>

    • off(默認(rèn)值):不啟用。

    on
    SSLPubstring

    安全證書(shū)內(nèi)容,不啟用證書(shū)則無(wú)需輸入,配置證書(shū)請(qǐng)輸入證書(shū)內(nèi)容。

    yourSSLPub
    SSLPristring

    私鑰內(nèi)容,不啟用證書(shū)則無(wú)需輸入,配置證書(shū)請(qǐng)輸入私鑰內(nèi)容。

    yourSSLPri
    Regionstring

    地域。

    your region
    ForceSetstring

    設(shè)置為 1 時(shí),忽略證書(shū)名稱重復(fù)的校驗(yàn),覆蓋原有同名證書(shū)信息。

    1

    返回參數(shù)

    名稱類型描述示例值
    object
    RequestIdstring

    請(qǐng)求 ID。

    0AEDAF20-4DDF-4165-8750-47FF9C1929C9

    示例

    正常返回示例

    JSON格式

    {
      "RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9"
    }

    錯(cuò)誤碼

    HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
    400InvalidSSLProtocol.ValueNotSupportedThe specified SSLProtocol is invalid.-
    400SSLPub.MissingParameterThe SSLPub parameter is required.SSLPub參數(shù)缺失。
    400SSLPri.MissingParameterThe SSLPri parameter is required.SSLPri參數(shù)缺失。
    400InvalidSSLPubThe specified SSLPub is invalid.-
    400InvalidSSLPriThe specified SSLPri is invalid.-
    400Certificate.MissMatchThe SSLPri does not match the certificate.-
    400InvalidCertificate.TooLongThe Certificate you provided is over the max length證書(shū)和私鑰長(zhǎng)度超出限制。
    400InvalidCertName.TooLongThe length of the certificate name cannot exceed 128 characters.-
    400AuthenticationFailedError performing verification.-
    400SetDomainCertificate.ParameterErrorThe specified parameters are invalid.指定的參數(shù)無(wú)效。
    400Certificate.StatusErrorThe status of the certificate is invalid.-
    400DeleteFailedError deleting the certificate.-
    400Certificate.NotFindThe certificate does not exist.-
    400Certificate.DuplicatedThe certificate name already exists.-
    400Certificate.FormatErrorThe format of the certificate is invalid.證書(shū)格式錯(cuò)誤
    400Certificate.StatusErrorThe certificate does not exist, or the status of the certificate is invalid.-
    400Certificate.KeyNullThe private key is required.-
    400Key.MalformedThe specified Key format is invalid.-
    400CertStorage.failedError saving the certificate.-
    400CertificateContent.DuplicatedThe certificate has been uploaded; do not upload again.-
    400Certificate.ExpiredThe certificate has expired.-
    400InvalidDomain.notOnlineThe domain is offline. Check the status of the domain and try again later.-
    400Decode.ErrorError decoding the SSLPub or SSLPri certificate.-
    400sslPub.ErrorError encoding SSLPub.-
    400sslPri.ErrorError encoding SSLPri.-
    400DomainInSafeModeThe domain is in safe mode. To request permission, contact Customer Service.-
    400InvalidDomainNumber.TooLongThe number of the DomainNumber cannot exceed 10.-
    400InvalidDomain.OfflineThe domain provided is offline.域名已下線。
    403DomainInProtectedModeThe domain is in protection mode. To request permission, contact Customer Service.-
    404CertName.MissingParameterThe CertName parameter is required.CertName參數(shù)缺失。

    訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。

    變更歷史

    變更時(shí)間變更內(nèi)容概要操作
    2024-05-07OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情
    2023-03-24OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情