調用BatchSetCdnDomainServerCertificate批量設置域名下的證書功能是否啟用及配置證書信息。
接口說明
說明
單用戶調用頻率:10 次/秒。
支持批量查詢域名,多個域名用半角逗號(,)分隔,一次最多支持配置 10 個域名。
域名業務類型是直播的情況下,設置域名證書可能會引發業務不可用,因此直播域名不允許通過該接口來設置域名證書。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
cdn:BatchSetCdnDomainServerCertificate | update | *Domain acs:cdn:*:{#accountId}:domain/{#DomainName} |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DomainName | string | 是 | 指定證書所屬的加速域名,屬于 HTTPS 加速類型,多個域名用英文逗號(,)分隔。 說明
每次最多支持配置 10 個域名。
| example.com |
CertName | string | 否 | 證書名稱。 | yourCertName |
CertType | string | 否 | 證書類型。取值:
| cas |
SSLProtocol | string | 是 | HTTPS 證書是否啟用。取值:
| on |
SSLPub | string | 否 | 安全證書內容,不啟用證書則無需輸入,配置證書請輸入證書內容。 | yourSSLPub |
SSLPri | string | 否 | 私鑰內容,不啟用證書則無需輸入,配置證書請輸入私鑰內容。 | yourSSLPri |
Region | string | 否 | 地域。 | your region |
ForceSet | string | 否 | 設置為 1 時,忽略證書名稱重復的校驗,覆蓋原有同名證書信息。 | 1 |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidSSLProtocol.ValueNotSupported | The specified SSLProtocol is invalid. | - |
400 | SSLPub.MissingParameter | The SSLPub parameter is required. | SSLPub參數缺失。 |
400 | SSLPri.MissingParameter | The SSLPri parameter is required. | SSLPri參數缺失。 |
400 | InvalidSSLPub | The specified SSLPub is invalid. | - |
400 | InvalidSSLPri | The specified SSLPri is invalid. | - |
400 | Certificate.MissMatch | The SSLPri does not match the certificate. | - |
400 | InvalidCertificate.TooLong | The Certificate you provided is over the max length | 證書和私鑰長度超出限制。 |
400 | InvalidCertName.TooLong | The length of the certificate name cannot exceed 128 characters. | - |
400 | AuthenticationFailed | Error performing verification. | - |
400 | SetDomainCertificate.ParameterError | The specified parameters are invalid. | 指定的參數無效。 |
400 | Certificate.StatusError | The status of the certificate is invalid. | - |
400 | DeleteFailed | Error deleting the certificate. | - |
400 | Certificate.NotFind | The certificate does not exist. | - |
400 | Certificate.Duplicated | The certificate name already exists. | - |
400 | Certificate.FormatError | The format of the certificate is invalid. | 證書格式錯誤 |
400 | Certificate.StatusError | The certificate does not exist, or the status of the certificate is invalid. | - |
400 | Certificate.KeyNull | The private key is required. | - |
400 | Key.Malformed | The specified Key format is invalid. | - |
400 | CertStorage.failed | Error saving the certificate. | - |
400 | CertificateContent.Duplicated | The certificate has been uploaded; do not upload again. | - |
400 | Certificate.Expired | The certificate has expired. | - |
400 | InvalidDomain.notOnline | The domain is offline. Check the status of the domain and try again later. | - |
400 | Decode.Error | Error decoding the SSLPub or SSLPri certificate. | - |
400 | sslPub.Error | Error encoding SSLPub. | - |
400 | sslPri.Error | Error encoding SSLPri. | - |
400 | DomainInSafeMode | The domain is in safe mode. To request permission, contact Customer Service. | - |
400 | InvalidDomainNumber.TooLong | The number of the DomainNumber cannot exceed 10. | - |
400 | InvalidDomain.Offline | The domain provided is offline. | 域名已下線。 |
403 | DomainInProtectedMode | The domain is in protection mode. To request permission, contact Customer Service. | - |
404 | CertName.MissingParameter | The CertName parameter is required. | CertName參數缺失。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2024-05-07 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-03-24 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |