文档

ModifyDBProxyEndpoint - 配置数据库代理连接地址访问策略

更新时间:

该接口用于配置RDS实例数据库代理连接地址的访问策略。

接口说明

适用引擎

  • RDS MySQL
  • RDS PostgreSQL

相关功能文档

注意 使用该接口前,请仔细阅读功能文档,确保完全了解使用接口的前提条件及使用后造成的影响后,再进行操作。

调试

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

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。
  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:
    • 对于必选的资源类型,用背景高亮的方式表示。
    • 对于不支持资源级授权的操作,用全部资源表示。
  • 条件关键字:是指云产品自身定义的条件关键字。
  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作访问级别资源类型条件关键字关联操作
rds:ModifyDBProxyEndpointWrite
  • DBInstance
    acs:rds:{#regionId}:{#accountId}:dbinstance/{#dbinstanceId}
  • rds:ResourceTag

请求参数

名称类型必填描述示例值
DBInstanceIdstring

实例 ID。可调用 DescribeDBInstances 获取。

rm-bp145737x5bi6****
DBProxyEndpointIdstring

代理连接地址 ID。可以通过接口 DescribeDBProxyEndpoint 查看。

说明
  • MySQL:当 DbEndpointOperator 取值为 DeleteModify 时,本参数必须传入。
  • PostgreSQL:当 DbEndpointOperator 取值为 DeleteModifyCreate 时,本参数必须传入。
  • gos787jog2wk0y****
    ConfigDBProxyFeaturesstring

    设置代理连接地址想要开通的代理功能,各功能之间以英文分号(;)隔开。格式:功能 1:开通情况;功能 2:开通情况;... ,末尾不加英文分号(;)。

    功能取值:

    • ReadWriteSpliting:读写分离
    • ConnectionPersist:连接池
    • TransactionReadSqlRouteOptimizeStatus:事务拆分

    开通情况取值:

    • 1:功能已开通
    • 0:功能未开通
    说明 RDS PostgreSQL 仅支持设置 ReadWriteSpliting
    ReadWriteSpliting:1;ConnectionPersist:0
    RegionIdstring

    地域 ID。可调用 DescribeRegions 获取。

    cn-hangzhou
    ReadOnlyInstanceMaxDelayTimestring

    读写分离中只读实例的最大延迟阈值,当只读实例延迟时间超过该值时,读取流量不发往该实例,单位:秒。不传该参数则保持原值。取值:0~3600。默认值:30

    说明 开通读写分离时才需要传入该参数。
    30
    ReadOnlyInstanceDistributionTypestring

    读权重分配模式。取值:

    • Standard:按规格权重自动分配。
    • Custom:自定义分配权重。
    说明 开通读写分离时才需要传入该参数。权限分配模式的详细信息,MySQL 请参见读权重分配,PostgreSQL 请参见开通并配置数据库代理服务
    Standard
    ReadOnlyInstanceWeightstring

    自定义读权重分配,即传入主实例和只读实例的读请求权重。以 100 递增,最大值为 10000,格式:

    • 常规实例:{"主实例 ID":"权重","只读实例 ID":"权重"...}

      示例:{"rm-uf6wjk5****":"500","rr-tfhfgk5xxx":"200"...}

    • RDS MySQL 集群版实例:{"只读实例 ID":"权重","DBClusterNode":{"主节点 ID":"权重","备节点 ID":"权重","备节点 ID":"权重"...}}

      示例:{"rr-tfhfgk5****":"200","DBClusterNode":{"rn-2z****":"0","rn-2z****":"400","rn-2z****":"400"...}}

      说明 DBClusterNode 为集群版独有的请求信息,包含主备节点的 NodeID 以及权重
    {"rm-uf6wjk5****":"500","rr-tfhfgk5xxx":"200"...}
    DbEndpointOperatorstring

    操作类型,取值:

    • Modify:默认值,修改代理终端。
    • Create:新建代理终端。
    • Delete:删除代理终端。
    Modify
    DbEndpointAliasesstring

    代理终端的备注信息。

    test-proxy
    DbEndpointTypestring

    代理终端的类型,保留参数,无需设置。

    RWSplit
    DbEndpointReadWriteModestring

    读写类型,取值:

    • ReadWrite:连接主实例,可接受写请求。
    • ReadOnly:默认值,不连接主实例,无法接受写请求。
    说明
  • DbEndpointOperator 取值为 Create 时,本参数必须传入。
  • RDS MySQL 实例中,本参数的取值从 ReadWrite 更换为 ReadOnly 时,会关闭事务拆分功能。
  • ReadWrite
    DBProxyEngineTypestring

    废弃参数,无需配置。

    normal

    返回参数

    名称类型描述示例值
    object

    返回参数详情。

    RequestIdstring

    请求 ID。

    6B50D92C-1960-4D4F-A290-AFADD6B1A5C8

    示例

    正常返回示例

    JSON格式

    {
      "RequestId": "6B50D92C-1960-4D4F-A290-AFADD6B1A5C8"
    }

    错误码

    HTTP status code错误码错误信息描述
    400InvalidVpcInstanceIdThe specified VPC instance ID is invalid.操作失败,当前VPC instance ID无效。
    400InvalidEndPoint.FormatThe specified EndPoint is not valid.独享代理连接地址ID(DBProxyEndpointId)未传,查询不存在, 请检查Endpoint参数。
    400InvalidEndpointType.FormatThe specified EndpointType is invalid.指定的EndpointType无效,请检查参数正确性。
    400IncorrectDBInstanceNetTypeThe current database instance network type does not support the operation.操作失败,数据库实例网络类型不支持此操作。
    400EndpointNum.ErrorThe number of endpoint is invalid.当前终端数量不符合要求,请检查支持的终端数量。
    400EndpointTypeOperation.NotSupportThe endpoint type does not support the operation.当前终端类型不支持此操作,请检查代理终端类型。
    400InvalidDBInstanceNameSpecified parameter DBInstanceName is not valid.指定的实例名称(DBInstanceName)无效,请检查参数值是否为null或空字符串。
    400ClusterEndpoint.StatusNotValidThe cluster endpoint status is invalid.集群endpoint 状态无效。
    400MaxscaleNotSupportCurrent custins can not support Maxscale.带有maxscale的实例不支持此操作。
    400Order.ComboInstanceNotAllowOperateA package instance is not allowed to operate independently.套餐实例不允许单独操作。
    400Price.PricingPlanResultNotFoundPricing plan price result not found.定价计划价格结果没有找到。
    400Order.NoRealNameAuthenticationYou have not passed the real-name authentication and do not meet the purchase conditions. Please log in to the user center for real-name authentication.您还未通过实名认证,不符合购买条件,请登录用户中心进行实名认证。
    403MaxScaleLevel.NotSupportThe current maxscale ins_num does not support this operation.操作失败,当前数据库代理规格不支持此操作。
    403ReadDBInstance.NotFoundThe current database instance does not contain any read only instance.当前数据库实例没有只读实例。
    403IncorrectKindCodeThe current KindCode of the custins does not support the operation.操作失败,当前实例所属环境类型不支持,请检查接口支持的实例类型。
    403IncorrectDBInstanceStateThe current database instance state does not support the operation.操作失败,数据库状态不支持此操作。请查看数据库信息,确保数据库状态为运行中。
    403IncorrectDBInstanceEngineCurrent DB Instance engine does not support this operation.操作失败,数据库引擎不支持。
    403IncorrectKindCodeCurrent custins kindCode does not support this operation.操作失败,当前实例所属环境类型不支持,请检查接口支持的实例类型。
    403IncorrectDBInstanceTypeCurrent DB instance type does not support this operation.操作失败,该实例状态下不支持此操作。
    404EndpointConfig.InvalidPlease check the endpoint config parameter.代理终端配置不正确。请检查参数是否正确。
    404Readins.NotFoundThe current instance does not contain any read only instance. The operation is not supported.操作失败,当前实例不存在只读实例。
    404Endpoint.NotFoundSpecified endpoint is not found.未找到指定独享代理连接地址的端口。
    404EndpointType.NotFoundThe specified endpoint type is not found.操作失败,未知的代理终端类型,请检查终端类型。
    404InvalidReadDBInstance.NotFoundThe specified read only database instance does not exist.只读实例未创建或请求实例参数有误。
    404InvalidParamThe specified Weight is invalid.权重无效。
    404Maxscale.NotFoundThe related maxscale instance is not found.操作失败,未找到关联的maxscale实例。

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

    变更历史

    变更时间变更内容概要操作
    2023-12-19OpenAPI 描述信息更新、OpenAPI 错误码发生变更看变更集
    变更项变更内容
    API 描述OpenAPI 描述信息更新
    错误码OpenAPI 错误码发生变更
      错误码 400 变更
      错误码 403 变更
      错误码 404 变更
    2022-06-23OpenAPI 描述信息更新、OpenAPI 错误码发生变更看变更集
    变更项变更内容
    API 描述OpenAPI 描述信息更新
    错误码OpenAPI 错误码发生变更
      删除错误码:400
      删除错误码:403
      删除错误码:404
    2022-06-08OpenAPI 错误码发生变更、OpenAPI 入参发生变更看变更集
    变更项变更内容
    错误码OpenAPI 错误码发生变更
      删除错误码:400
      删除错误码:403
      删除错误码:404
    入参OpenAPI 入参发生变更
      新增入参:DBProxyEngineType
    • 本页导读 (1)
    文档反馈