调用DescribeDBClusterEndpoints接口查询PolarDB集群的地址信息。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String DescribeDBClusterEndpoints

系统规定参数,取值为DescribeDBClusterEndpoints

DBClusterId String pc-*************

集群ID。

说明 您可以通过DescribeDBClusters接口查看账号下所有集群的详细信息,包括集群ID。
DBEndpointId String pe-*************

集群地址ID。

返回数据

名称 类型 示例值 描述
RequestId String 2DC120BF-6EBA-4C63-BE99-B09F9E******

请求ID。

Items Array of DBEndpoint

集群地址详情。

NodeWithRoles String Reader1

目标连接地址下各节点的角色名称,其中主节点为Writer;由于一个连接地址下可加入多个只读节点,因此每个只读节点的角色名称后会加上数字作为区分,如Reader1Reader2,以此类推。

说明 仅PolarDB PostgreSQL版集群和PolarDB PostgreSQL版(兼容Oracle)集群支持该参数。
Nodes String pi-***************,pi-***************

连接地址配置的节点列表。

ReadWriteMode String ReadOnly

读写模式:

  • ReadWrite:可读可写(自动读写分离)。
  • ReadOnly:只读。
AddressItems Array of Address

连接串信息。

VSwitchId String vsw-************

虚拟交换机ID。

PrivateZoneConnectionString String ***.***.**.com

绑定的私有域名,

ConnectionString String ********.rwlb.polardb-pg-public.rds.aliyuncs.com

连接串。

NetType String Private

网络类型,取值范围如下:

  • Public:公网
  • Private:私网

  • Inner:经典网络

仅PolarDB MySQL版集群支持经典网络类型。

Port String 1521

端口。

VpcInstanceId String pe-*************

VPC实例ID。

说明 仅PolarDB MySQL版集群会返回该参数。
VPCId String vpc-***************

专有网络ID。

IPAddress String 192.***.***.***

IP地址。

DBEndpointId String pe-*************

连接地址ID。

EndpointConfig String {\"DistributedTransaction\":\"off\",\"ConsistLevel\":\"0\",\"LoadBalanceStrategy\":\"load\",\"MasterAcceptReads\":\"on\"}

集群地址的高级配置。

  • DistributedTransaction:事务拆分状态,取值范围如下:
    • on:事务拆分已开启
    • off:事务拆分已关闭
  • ConsistLevel:会话一致性级别,取值范围如下:
    • 0:最终一致性
    • 1:会话一致性。
    • 2:全局一致性
  • LoadBalanceStrategy:负载均衡策略,基于负载的自动调度,取值固定为load
  • MasterAcceptReads:主库是否接受读,取值范围如下:
    • on:主库接受读
    • off:主库不接受读
DBEndpointDescription String test

地址名称。

EndpointType String Custom

集群地址类型:

  • Cluster:默认集群地址。
  • Primary:主地址。
  • Custom:自定义集群地址。
AutoAddNewNodes String Enable

新节点是否自动加入默认集群地址:

  • Enable
  • Disable
DBClusterId String pc-bp1s826a1up******

集群ID。

示例

请求示例

http(s)://polardb.aliyuncs.com/?Action=DescribeDBClusterEndpoints
&DBClusterId=pc-*************
&DBEndpointId=pe-*************
&<公共请求参数>

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<DescribeDBClusterEndpointsResponse>
    <RequestId>2DC120BF-6EBA-4C63-BE99-B09F9E******</RequestId>
    <Items>
        <NodeWithRoles>Reader1</NodeWithRoles>
        <Nodes>pi-***************,pi-***************</Nodes>
        <ReadWriteMode>ReadOnly</ReadWriteMode>
        <AddressItems>
            <VSwitchId>vsw-************</VSwitchId>
            <PrivateZoneConnectionString>***.***.**.com</PrivateZoneConnectionString>
            <ConnectionString>********.rwlb.polardb-pg-public.rds.aliyuncs.com</ConnectionString>
            <NetType>Private</NetType>
            <Port>1521</Port>
            <VpcInstanceId>pe-*************</VpcInstanceId>
            <VPCId>vpc-***************</VPCId>
            <IPAddress>192.***.***.***</IPAddress>
        </AddressItems>
        <DBEndpointId>pe-*************</DBEndpointId>
        <EndpointConfig>{\"DistributedTransaction\":\"off\",\"ConsistLevel\":\"0\",\"LoadBalanceStrategy\":\"load\",\"MasterAcceptReads\":\"on\"}</EndpointConfig>
        <DBEndpointDescription>test</DBEndpointDescription>
        <EndpointType>Custom</EndpointType>
        <AutoAddNewNodes>Enable</AutoAddNewNodes>
        <DBClusterId>pc-bp1s826a1up******</DBClusterId>
    </Items>
</DescribeDBClusterEndpointsResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "2DC120BF-6EBA-4C63-BE99-B09F9E******",
  "Items" : [ {
    "NodeWithRoles" : "Reader1",
    "Nodes" : "pi-***************,pi-***************",
    "ReadWriteMode" : "ReadOnly",
    "AddressItems" : [ {
      "VSwitchId" : "vsw-************",
      "PrivateZoneConnectionString" : "***.***.**.com",
      "ConnectionString" : "********.rwlb.polardb-pg-public.rds.aliyuncs.com",
      "NetType" : "Private",
      "Port" : "1521",
      "VpcInstanceId" : "pe-*************",
      "VPCId" : "vpc-***************",
      "IPAddress" : "192.***.***.***"
    } ],
    "DBEndpointId" : "pe-*************",
    "EndpointConfig" : "{\\\"DistributedTransaction\\\":\\\"off\\\",\\\"ConsistLevel\\\":\\\"0\\\",\\\"LoadBalanceStrategy\\\":\\\"load\\\",\\\"MasterAcceptReads\\\":\\\"on\\\"}",
    "DBEndpointDescription" : "test",
    "EndpointType" : "Custom",
    "AutoAddNewNodes" : "Enable",
    "DBClusterId" : "pc-bp1s826a1up******"
  } ]
}

错误码

HttpCode 错误码 错误信息 描述
404 InvalidDBCluster.NotFound The DBClusterId provided does not exist in our records. 当前的记录中不存在提供的DBClusterId。
404 InvalidDBClusterId.NotFound The DBClusterId provided does not exist in our records. 当前的记录中不存在提供的 DBClusterId。

访问错误中心查看更多错误码。