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

SetVsDomainCertificate - 設置域名證書信息

設置某域名下證書功能是否啟用。

調試

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

授權信息

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

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

請求參數

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

指定證書所屬加速域名。

說明 域名需要屬于 HTTPS 加速類型。
example.aliyundoc.com
SSLProtocolstring

HTTPS 證書是否啟用。取值:

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

證書名稱。

Cert-77****7
CertTypestring

證書類型。

  • upload(上傳證書)
  • cas(云盾證書)
  • free(個人測試證書(免費版))
free
SSLPubstring

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

328uiuii28****82dsada81
SSLPristring

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

xxxxxxx
Regionstring

地域。

cn-qingdao
ForceSetstring

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

1

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

119F7639-4646-51A4-B6C1-300D391C0104

示例

正常返回示例

JSON格式

{
  "RequestId": "119F7639-4646-51A4-B6C1-300D391C0104"
}

錯誤碼

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

特殊錯誤碼

ErrorCode 錯誤碼Message 錯誤信息HTTP 狀態語義
InvalidDomain.NotFoundThe domain provided does not belong to you.404域名不存在或不屬于當前用戶。
IllegalOperationIllegal domain operate is not permitted.403沒有權限執行當前操作。
ServiceBusyThe specified Domain is configuring, please retry later.403域名正在配置中,請稍后再試。
InvalidDomain.OfflineThe domain provided is offline.400域名已下線。
OperationDeniedYour CDN service is suspended.403該賬號已經欠費,請充值。
InvalidSSLProtocol.ValueNotSupportedThe specified value of parameter Enable is not supported.400SSLProtocol 的值不合法。
SSLPub.MissingParameterAn input parameter SSLPub that is mandatory for processing the request is not supplied.400SSLPub 參數缺失。
SSLPri.MissingParameterAn input parameter SSLPri that is mandatory for processing the request is not supplied.400SSLPri 參數缺失。
InvalidCertificateThe Certificate you provided is malformed!400證書內容不合法。
InvalidSSLPriThe SSLPri you provided is malformed!400私鑰內容不合法。
Certificate.MissMatchThe SSLPri does not math the specified Certificate!400證書和私鑰不匹配。
InvalidCertificate.TooLongThe Certificate you provided is over the max length!400證書內容超過長度限制。
InvalidCertName.TooLongThe Certificate name you provided is over the max length 128!400證書名稱不能超過 128 個字符。
SetDomainSSLPub.ParameterErrorParameters have error.400參數錯誤。
Certificate.StatusErrorCertificate is not exist or its status is error.400證書不存在或證書狀態錯誤。
DeleteFailedDelete certificate is failed.400刪除證書失敗。
Certificate.NotFindNot find the certificate info.400沒有查到相應證書。
Certificate.DuplicatedThe certificate name is duplicated.400證書名稱重復。
Certificate.FormatErrorThe certificate format is error.400證書格式錯誤。
Certificate.StatusErrorThe certificate status is error.400證書狀態錯誤。
Certificate.KeyNullThe SSLPri is not null.400私鑰不能為空。
SSLPri.MalformedThe SSLPri format is error.400私鑰格式錯誤。
Certificate.NotPermittedOffTurn off certificate will change domain scheduling, please contact customer service.400關閉證書會影響該域名調度,請聯系客戶調整。
Certificate.SettedNotEffectCertificate was successfully setted but does’t take effect for protecting current service, please contact customer service.400證書已經設置成功,但為保護當前服務還未生效,請聯系客服處理。