修改MongoDB實例的SSL配置。
接口說明
調用 ModifyDBInstanceSSL 接口時,實例必須滿足以下條件:
- 實例狀態為運行中。
- 實例類型為副本集或分片集群實例。
- 副本集實例的版本需為 3.4 及以上版本。
- 分片集群實例的存儲模式需要為 ESSD 云盤版。
說明
在開通、更新和關閉 SSL 過程中,實例會重啟一次,建議您在業務低峰期操作。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
dds:ModifyDBInstanceSSL | update |
|
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DBInstanceId | string | 是 | 實例 ID。 | dds-bp2235**** |
SSLAction | string | 是 | 對 SSL 功能執行的操作,取值說明:
| Open |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "6D806B11-078F-4154-BF9F-844F56D08964"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidParam | Specified parameters is not valid. | - |
400 | SSLAlreadyEnabled | SSL have already been enabled. | - |
400 | SSLAlreadyDisabled | SSL have already been disabled. | - |
403 | SSLNotEnabled | SSL not enabled. | - |
403 | IncorrectCharacterType | Current DB instance CharacterType does not support this operation. | - |
403 | IncorrectEngineVersion | Current engine version does not support operations. | - |
403 | IncorrectDBInstanceState | Current DB instance state does not support this operation. | 當前實例狀態下不支持該操作,請等待至實例狀態變為運行中時重試。 |
403 | IncorrectDBInstanceLockMode | Current DB instance lock mode does not support this operation. | 實例已經被鎖定,當前不支持對實例進行任何操作,請解鎖實例后重試。 |
404 | EnabledSSLNotSupport | Specified region does not support enable ssl. | - |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史