修改云數(shù)據(jù)庫(kù) Tair(兼容 Redis)實(shí)例的連接地址和端口。
接口說(shuō)明
該 API 對(duì)應(yīng)的控制臺(tái)操作請(qǐng)參見修改連接地址。
調(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)操作 |
---|---|---|---|---|
kvstore:ModifyDBInstanceConnectionString | update | *DBInstance acs:kvstore:{#regionId}:{#accountId}:instance/{#instanceId} |
| 無(wú) |
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DBInstanceId | string | 是 | 實(shí)例 ID。 | r-bp1zxszhcgatnx**** |
NewConnectionString | string | 否 | 新連接地址的前綴。實(shí)例的連接地址格式為: 說(shuō)明
請(qǐng)求參數(shù) NewConnectionString 和 Port 兩者中必須傳入一項(xiàng)。
| standardredis123 |
CurrentConnectionString | string | 是 | 實(shí)例當(dāng)前的連接地址。 | r-bp1zxszhcgatnx****.redis.rds.aliyuncs.com |
Port | string | 否 | 實(shí)例的服務(wù)端口號(hào),取值范圍:1024~65535。 說(shuō)明
請(qǐng)求參數(shù) NewConnectionString 和 Port 兩者中必須傳入一項(xiàng)。
| 6379 |
IPType | string | 否 | 地址的網(wǎng)絡(luò)類型,取值:
| Public |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "1790D68A-465C-44E3-BC24-9732652961F9"
}
錯(cuò)誤碼
HTTP status code | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
400 | NewConnectionStringNotSupport | Specified newConnectionString is not supported. | - |
400 | InvalidIPType.Format | Specified parameter IPType is not supported. | - |
400 | InvalidConnectionStringOrPort.Duplicate | Specified connection string or port want to be modified is the same with current net type. | 連接串或者端口已存在 |
400 | InvalidConnectionString.Format | Specified connection string is not valid. | 連接串非法,請(qǐng)選用新的 |
訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。