调用 CreateDBEndpoint 接口为指定实例创建连接终端。
异步请求。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
InstanceId | String | 是 | postgres-21a3333b**** | 实例 ID。 |
EndpointType | String | 是 | Custom | 连接终端类型,当前仅支持取值 Custom ,即自定义类型。 |
ReadWriteMode | String | 否 | ReadOnly | 读写模式:
|
EndpointName | String | 否 | EndpointName | 实例连接终端名称。
|
Nodes | String | 否 | Primary,postgres-ca7b7019****-rocbcb | 连接终端配置的节点列表。 说明
|
null
POST /?Action=CreateDBEndpoint&Version=2022-01-01 HTTP/1.1 Content-Type: application/json Host: rds.volcengineapi.com X-Date: 20231002T101010Z Authorization: HMAC-SHA256 Credential=AKLTN2I0MmFiNzMxNWE5NDgzMzk4MmVjMTVkODlkZTZ****/20211202/cn-beijing/rds_postgresql/request,SignedHeaders=x-date, Signature=71d31fc7bcf990142851c9833c5656391486cda0ae2e0b8ada733b7c6458**** { "InstanceId": "postgres-ca7b7019****", "EndpointName": "自定义终端", "EndpointType": "Custom", "Nodes": "postgres-ca7b7019****-rocbcb", "ReadWriteMode": "ReadOnly" }
{ "ResponseMetadata": { "RequestId": "202308021119002CCE8C74AFEBB9023B8E", "Action": "CreateDBEndpoint", "Version": "2022-01-01", "Service": "rds_postgresql", "Region": "cn-beijing" }, "Result": null }