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

BatchSetCdnDomainServerCertificate - 批量設置域名證書

調用BatchSetCdnDomainServerCertificate批量設置域名下的證書功能是否啟用及配置證書信息。

接口說明

說明
  • 單用戶調用頻率:10 次/秒。
  • 支持批量查詢域名,多個域名用半角逗號(,)分隔,一次最多支持配置 10 個域名。
  • 域名業務類型是直播的情況下,設置域名證書可能會引發業務不可用,因此直播域名不允許通過該接口來設置域名證書。
  • 調試

    您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

    授權信息

    下表是API對應的授權信息,可以在RAM權限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:

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

    請求參數

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

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

    說明 每次最多支持配置 10 個域名。
    example.com
    CertNamestring

    證書名稱。

    yourCertName
    CertTypestring

    證書類型。取值:

    • upload:上傳證書。

    • cas:證書中心證書。

    cas
    SSLProtocolstring

    HTTPS 證書是否啟用。取值:

    • on:啟用。

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

    on
    SSLPubstring

    安全證書內容,不啟用證書則無需輸入,配置證書請輸入證書內容。

    yourSSLPub
    SSLPristring

    私鑰內容,不啟用證書則無需輸入,配置證書請輸入私鑰內容。

    yourSSLPri
    Regionstring

    地域。

    your region
    ForceSetstring

    設置為 1 時,忽略證書名稱重復的校驗,覆蓋原有同名證書信息。

    1

    返回參數

    名稱類型描述示例值
    object
    RequestIdstring

    請求 ID。

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

    示例

    正常返回示例

    JSON格式

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

    錯誤碼

    HTTP status code錯誤碼錯誤信息描述
    400InvalidSSLProtocol.ValueNotSupportedThe specified SSLProtocol is invalid.-
    400SSLPub.MissingParameterThe SSLPub parameter is required.SSLPub參數缺失。
    400SSLPri.MissingParameterThe SSLPri parameter is required.SSLPri參數缺失。
    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證書和私鑰長度超出限制。
    400InvalidCertName.TooLongThe length of the certificate name cannot exceed 128 characters.-
    400AuthenticationFailedError performing verification.-
    400SetDomainCertificate.ParameterErrorThe specified parameters are invalid.指定的參數無效。
    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.證書格式錯誤
    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參數缺失。

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

    變更歷史

    變更時間變更內容概要操作
    2024-05-07OpenAPI 錯誤碼發生變更查看變更詳情
    2023-03-24OpenAPI 錯誤碼發生變更查看變更詳情