调用 ModifyDBEndpointDNS 接口修改实例私网地址的解析方式。
同步请求。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
InstanceId | String | 是 | postgres-21a3333b**** | 实例 ID。 |
EndpointId | String | 否 | postgres-ca7b7019****-custom-f07b | 实例连接终端 ID。如不设定,默认选择默认终端。 |
NetworkType | String | 是 | Private | 网络类型,取值为 Private (私网地址)。 |
DNSVisibility | Boolean | 是 | false | 是否开启公网解析。
|
null
POST /?Action=ModifyDBEndpointDNS&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****", "EndpointId": "postgres-ca7b7019****-custom-f07b", "DNSVisibility": true, "NetworkType": "Private" }
{ "ResponseMetadata": { "RequestId": "20230802162934534215E5A7894CF84238", "Action": "ModifyDBEndpointDNS", "Version": "2022-01-01", "Service": "rds_postgresql", "Region": "cn-beijing" }, "Result": null }