ModifyDBInstance - 修改实例

更新时间:
复制为 MD 格式

修改实例,目前仅支持PostgreSQL引擎。

调试

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

授权信息

当前API暂无授权信息透出。

请求参数

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

资源组名称

rg-acfmy****
AutoUseCouponboolean

是否自动使用优惠券,取值:

  • true(默认):是。
  • false:否。
说明 使用优惠券后,若需要进行降配操作,由代金券抵扣的金额将不会进行退款。
true
PromotionCodestring

优惠券 code。

aliwood-1688-mobile-promotion
EffectiveTimestring

新配置生效时间,取值:

说明 变更部分配置可能对实例产生影响,请仔细阅读功能文档内的影响章节,再配置该参数,建议在业务低峰期进行。
  • Immediate(默认值):立即生效。
  • MaintainTime:在可运维时间段内生效。
  • ScheduleTime:指定时间切换。该时间需为当前时间 12 小时之后的一个时刻,且实际切换时间遵循 EffectiveTime=ScheduleTime+SwitchTime。
Immediate
SwitchTimestring

指定修改参数的执行时间。需要 EffectiveTime 取值 ScheduleTime。格式:yyyy-MM-ddTHH:mm:ssZ(UTC 时间)。

说明 该时间必须大于当前时间(执行调用的时间)。
2019-10-17T18:50:00Z
DBInstanceIdstring

实例 ID。可调用 DescribeDBInstances 获取。

pgm-bp15i4hn07r******
DBInstanceClassstring

实例规格。详情请参见实例规格

pg.n4.2c.1m
DBInstanceStorageinteger

目标存储空间大小,单位 GB,可调用 DescribeAvailableClasses 接口查询目标实例规格中可用的存储空间范围。

说明
  • 本参数和 DBInstanceClass 参数两者至少传入一项。
  • 调用 DescribeDBInstanceAttribute 可以查看实例当前的存储空间大小。
  • 500
    DBInstanceStorageTypestring

    实例存储类型,取值:

    • general_essd:高性能云盘(推荐)
    • cloud_essd:ESSD PL1 云盘
    • cloud_essd2:ESSD PL2 云盘
    • cloud_essd3:ESSD PL3 云盘
    cloud_essd
    Directionstring

    实例变配类型,取值:

    • Up(默认值):包年包月实例的升级和按量付费实例的升级/降级。
    • Down:包年包月实例的降级。
    Up
    Categorystring

    实例系列,取值:

    • Basic:基础系列
    • HighAvailability:高可用系列
    • cluster:集群系列
    Standard
    BurstingEnabledboolean

    高性能云盘 IO 性能突发功能开关,取值:

    • true:开启。
    • false:关闭。
    false
    IoAccelerationEnabledstring

    高性能云盘Buffer Pool Extension(BPE)功能,取值:

    • 1:开启
    • 0:不开启
    0
    ColdDataEnabledboolean

    通用云盘数据归档功能,取值:

    • true:开启

    • false:关闭

    true
    TargetMinorVersionstring

    PostgreSQL 实例内核小版本号。当变更实例规格并且报错内核小版本不支持时,需要传入内核小版本号,用于在变更实例规格时升级内核小版本

    格式:rds_postgres_<大版本号>00_<小版本号>。例如 12 版本的 20200830:rds_postgres_1200_20200830

    rds_postgres_1200_20200830
    DBNodesarray<object>

    节点信息。

    object

    节点信息。

    Rolestring

    节点类型。返回值:

    • Master:主节点。
    • Slave:备节点。
    说明 集群版实例可不填入,通过填入 NodeId 参数确定节点。
    Master
    ZoneIdstring

    可用区 ID。

    cn-shanghai-e
    VSwitchIdstring

    实例虚拟交换机 ID。

    vsw-bp1g7uym6ia6yroes6dkm
    NodeIdstring

    节点的唯一标识,用于指定节点。

    说明 仅对集群版实例有效。
    28542293
    Parametersobject

    参数及其值,参数的值都是字符串类型。可调用 DescribeParameterTemplates 查询参数名称和参数值。

    说明 传入参数 ParameterGroupId,如果 ParameterGroupId 参数与 Parameters 参数共同修改了某个参数,则优先使用 Parameters 参数的改动。
    string
    ParameterGroupIdstring

    参数模板 ID。

    rpg-dp****

    返回参数

    名称类型描述示例值
    object

    Schema of Response

    DBInstanceIdstring

    实例 ID。可调用 DescribeDBInstances 获取。

    rm-uf6wjk5****
    OrderIdlong

    订单 ID。

    221172852******
    RequestIdstring

    请求 ID。

    17F57FEE-EA4F-4337-8D2E-9C23CAA63D74

    示例

    正常返回示例

    JSON格式

    {
      "DBInstanceId": "rm-uf6wjk5****",
      "OrderId": 0,
      "RequestId": "17F57FEE-EA4F-4337-8D2E-9C23CAA63D74"
    }

    错误码

    HTTP status code错误码错误信息描述
    400UnsupportedReduceDiskSize%s%s-
    400CannotDecreaseEssdPerfLevelcannot decrease cloud essd performance level.存储类型变更校验失败,SQL Server云盘实例只能转为云盘,SSD只能升级到SSDESSD。
    400InvalidEssdStorageSizeinvalid cloud essd storage size.云盘存储规格有误,请检查存储规格配置。
    400Postpaid.NotSupportPostpaid not supported.-
    400InvalidConcurrentOperateSystem concurrent operate.-
    400NotSupportReduceDiskSizeNot support reduce disk size.操作失败,不支持减少磁盘大小。
    400IncorrectStorageTypeIncorrect storage type.-
    400TargetStorageLessThanBottomLineTarget storage less than bottom line-
    400InstanceHasUnpaidOrderThe specified Instance has unpaid order.-
    400InsufficientBalanceOpen volume paid cloud database. Your account balance is less than 100 RMB. Top-up and try again.-
    400InvalidDBInstanceClass.NotFoundSpecified DB instance class is not found.当前选择的配置或规格不存在或已停售,请重新选择。
    400InvalidParameterThe specified parameter "%s" is not valid.-
    400InvalidAvZone.FormatSpecified AvZone is not valid.指定的AvZone不合法,请检查该参数的正确性。
    400OperationDenied.OrderUnPaidThe operation is not permitted due to the wrong Order status (Unpaid).操作失败,存在未支付的订单。请在账户总览中查看。
    400OperationDenied.InvalidStorageSizeThe storage size limit is exceeded.已超过磁盘空间上限,请清理磁盘空间,或扩大磁盘空间。
    400InsufficientResourceCapacityThe instance cluster does not support this operation.该实例集群不支持此操作。
    400InvalidUsedTimeThe parameter usedTime is invalid.参数usedTime无效
    400CannotChangeStorageTypeTemp upgrade does not support changing storage type.弹性升级不可改变存储类型。
    400TempUpgrade.NotSupportThe instance does not support temp upgrade.该实例不支持弹性升级。
    400EngineNotSupportedEngine specified cannot be supported the operation.操作失败,当前引擎不支持此操作,请升级内核小版本。
    400MaxscaleNotSupportMaxscale not supported操作失败,实例不支持独享代理,请检查开通独享代理的配置信息。
    400ADInstanceNotSupportThisOperationThe AD instance is not supported this operation加入AD域的实例不支持此操作
    400BYOKInstanceNotSupportThisOperationThe BYOK instance is not supported this operation开启云盘加密功能的实例不支持此操作
    400BYOLInstanceNotSupportThisOperationThe BYOL instance is not supported this operationBYOL实例不支持此操作
    400SSLInstanceNotSupportThisOperationThe instance opened SSL, upgrade is not this operation开启SSL功能的实例不支持此操作
    400TDEInstanceNotSupportThisOperationThe instance opened TDE, this operation is not supported开启TDE功能的实例不支持此操作
    400InstanceIsSnapshotBackupNotSupportThisOperationThe instance backup method is snapshot backup, this operation is not supported开启快照备份的实例不支持此操作
    400InstanceHasReadOnlyInstanceNotSupportThisOperationThe instance has read-only instance or is read-only instance, this operation is not supported该实例有只读实例或者该实例是只读实例,不支持此操作
    400InvalidTargetStorageTypeCan not change storage type when modify instance class or storage.-
    400InvalidTargetCategorySpecified classcode is not matched with current product type.指定的 classCode 与当前产品类型不匹配。
    400IncorrectDBInstanceStateCurrent DB instance state does not support this operation.当前实例状态不支持此操作。
    400BackupReadInstanceModifyNotAllowedModify Backup Read Instance Is Not Allowed.不允许修改备份读取实例。
    400MinorVersionNotSupportThe current database minor version does not support the operation.当前实例内核小版本不支持该操作,可尝试升级内核小版本。
    400LX.ARGUMENT.ILLEGAL变配,当前实例无有效配置-
    400ORD.S.QUERY.PROD.ERRORAn error occurred while querying the ordering information查询订购错误
    400InvalidParameter.NotSupportDiskTypeModifyServerless not support modify disk type!-
    400InvalidParameters.MalformedOne or more of the request parameters provided are not valid.请求参数有误,请检查接口文档
    400DBInstancePayTypeNotSupportCurrent instance PayType not support this operation or the param PayType not match current instance PayType.当前实例的付费类型不支持此操作或者参数PayType与当前实例不匹配。
    400InvalidDBInstanceClass.OfflineThe specified instance type is no longer provided. Please specify another instance type.当前所选的实例规格已下线,请更换其他实例规格。
    400IncorrectTargetClasscodeThe current instance type does not support this operation.当前规格不支持此操作。
    400InvalidPayType.NotSupportedcurrent instance pay type not support this operation.当前实例的支付类型不支持此操作。
    400OperationDenied.DurationLimitThe duration between two operations should be greater than specified time.-
    400ChangeEngineVersionNotSupportedThis operation does not support modifying the engine version.此操作不支持修改引擎版本。
    400InvalidDBInstanceStorageTypeThe specified DBInstanceStorageType is invalid.指定的数据库实例存储类型无效
    400EncryptionInstancesNotSupportCloud disk encryption instances that use byok do not support modify to multi tenant.使用自定义密钥的云盘加密实例不支持变配到通用型规格
    400Commodity.InvalidComponentThe module you purchased is not legal, please buy it again.您购买的模块不合法,请重新购买。
    400CommodityServiceCalling.ExceptionFailed to call commodity service.调用商品服务返回失败。
    400Pay.InsufficientBalanceInsufficient available balance.可用金不足。
    400Price.CommoditySysCommodity system call exception.商品系统调用异常。
    400CurrentInsHasColdDBThe current instance has cold storage db.当前实例存在冷存库
    400CurrentInsHasColdStorageCurrent instance has cold storage.当前实例存在冷存储
    400InsufficientResourceCapacityCheckThere is insufficient capacity available for the requested instance with precheck.具有预检查的请求实例的可用容量不足。
    400InvalidStorageSize.DirectionThe specified parameter StorageSize does not meet the updating direction constraint requirements.存储空间不满足当前变更方向的约束要求。
    400InvalidStorageType.DirectionThe specified parameter StorageType does not meet the updating direction constraint requirements.存储类型不满足变更方向的约束。
    400EngineNotSupportShrinkStorageThe current engine does not support shrinking storage space.当前引擎不支持缩小存储空间。
    400InvalidSourceCategoryspecified source category is invalid.指定的源类别无效。
    400InvalidInstanceLevel.DiskTypeSpecified instance level not support request disk type当前实例规格不支持该存储类型。
    400InvalidRCUValuescaleMin and scaleMax range is not valid.scaleMinscaleMax范围无效。
    400ServiceLinkedRole.NotExistSLR does not exist, you needs to create SLR first.SLR不存在,用户需要先创建SLR。
    400ParamGroupOptionValue.NotSupportSpecified option value unsupported.不支持指定的选项值。
    400CreateUpgradeOrderBusinessExceptionThe parameter is illegal or empty.参数不合法或参数为空。
    400InvalidReadDBInstanceStorage.FormatSpecified Storage is not valid, Read DB Instance storage size must be greater than or equal to primary DB Instance.只读数据库实例存储大小必须大于或等于主数据库实例。
    400UnsupportedModifyParamBurst param must be only modified.突发配置只能单独修改,不能和其他配置一起修改。
    400UnsupportedClassCodeThe specified DB instance class stops selling.实例规格停止售卖。
    400InvalidRequestIdThe request is copy, check your token.重复请求,请检查token。
    400UnsupportExtendDisk.NotSupportSpecified DB instance is unsupport extend disk.指定的实例不支持扩展磁盘。
    400Order.InstHasUnsettledBillsYou currently have outstanding bills, please settle them first.您当前有欠费账单,请先结清。
    400CheckAllowMajorVersionUpgradeFailedWe have detected that you want to upgrade the version of the instance, but the parameter allowMajorVersionUpgrade is false. If you want to upgrade the version of the instance, please set the parameter allowMajorVersionUpgrade to true.我们检测到您想升级实例的版本,但参数allowMajorVersionUpgradefalse。如果要升级实例的版本,请将参数allowMajorVersionUpgrade设置为true。
    400IncorrectDBSslStatusSpecified DB SSLStatus does not support this operation.指定的DB SSLStatus不支持此操作。
    400UpgradeEngineVersionCannotChangeStorageUpgrade engine version can not change storage size.升级引擎版本不能同时改变存储大小。
    400ReadOnlyInsNotSupportedInstances containing read-only instances do not allow this operation.包含只读实例的实例不允许此操作.。
    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.您还未通过实名认证,不符合购买条件,请登录费用与成本进行实名认证。
    400InsufficientAvailableQuotaYour account quota limit is less than 0, please recharge before trying to purchase.您的账户可用额度小于0,请先充值后再尝试购买。
    400RegionDissolvedEOMDear customer, Alibaba Cloud plans to optimize and adjust the current region. Cloud services in this region will cease operations. You are currently unable to operate new purchase orders. Thank you for your understanding and support.客户您好,阿里云计划对当前地域进行优化调整,该区域云服务将停止运营,为确保您的业务连续性及数据迁移工作的平稳过渡,您目前无法操作新购类型的订单,感谢理解与支持。
    400RegionEndTimeDissolvedAustraliaCloud services in the Australia (Sydney) region will be discontinued. Set the validity date to September 30, 2024 or earlier than September 30, 2024.客户您好,该地域已裁撤。
    400Order.PeriodInvalidThere is a problem with the period you selected, please choose again.您选购的周期有问题,请重新选购。
    400Order.InstHasUnpaidOrderThere is an unpaid order for the service you have purchased. Please pay or void it before placing the order.您选购的服务存在未支付订单,请支付或作废后再下单。
    400BasicInfoUncompletedYour information is incomplete. Complete your information before the operation.您的基本信息未完善,请在操作前先完善您的基本信息。
    400Risk.RiskControlRejectionYour account is abnormal, please contact customer service for details.您的账户出现异常,详情请联系客服。
    400BasicInfoUncompletedYour information is incomplete, Complete your information before the operation.您的信息不完整,请在操作前填写您的信息。
    400Api.NotSupportSpecified api is not supported.当前接口不支持。
    400ContainForbiddenLabelErrorThere is a label that prohibits placing orders. Please contact your distributor for assistance.存在禁止下单的标签,请联系您的分销商处理
    400InvalidDBInstanceId.NotFoundThe DBInstanceId provided does not exist in records.提供的DBInstanceId不存在。
    400InvalidParamSepcified wal level Parameter is invalid. There are still logical slots in instance, so it can not be set as replica.指定的 wal_level 参数无效。实例中仍然存在复制槽,因此无法将其设置为replica。
    400System.SaleValidateFailedSales expression validation system error.销售表达式校验系统错误。
    400Abs.InvalidAccount.NotFoundaccount is not found.账户不存在。
    400SqlExecuteFailedOrTimeoutsql command execution failed or timed out:%s.sql命令执行失败或执行超时
    400ColdData.EngineVersionNotSupportThe current instance engine version not support coldDataEnabled.当前实例引擎版本不支持归档冷数据。
    400ColdData.MinorVersionNotSupportThe current instance minor version not support coldDataEnabled.当前内核版本不支持归档冷数据。
    400InvalidConnectionString.DuplicateSpecified connection string already exists in the RDS.链接地址名重复,请重新设置连接字符串。
    400RequiredParam.NotFoundRequired input param is not found.没有传入必要的参数。
    400Parameters.InvalidParameter error, please check the parameters.参数错误,请检查参数。
    400BackupPolicyNotSupportCold Data won't open with CrossBackup or Flash Backup, please check Backup Policy.数据归档不支持跨地域备份和秒级快照,请检查备份策略。
    400InvalidReleasedKeepPolicy.FormatSpecified Released Keep Policy is not valid.实例释放后的归档备份保留策略无效。
    400InvalidDBInstanceEngineType.Formatthe DB instance engine type does not support this operation.DB实例引擎类型不支持此操作。
    400VpcNetworkTypeNotSupportThe vpc network type instance does not support this operation.vpc网络类型实例不支持此操作。
    400MirrorInsExistsSpecified DB instance mirror ins already existed.当前数据库实例镜像已存在。
    400InvalidBackupSetThe specified database does not exist in the backup set.备份集中没有指定的数据库。
    400OrdTCommodityQueryErrorFailed to query for product.查询产品失败。
    400ProductInstanceReleasedThe instance has been released. Please check before placing the order.实例已释放,请核实后下单。
    400RegionEndTimeDissolvedIndiaThe region is no longer supported.指定的地域无效。
    400InvalidDBInstanceClass.NotSupportThe target primary db instance class can not lower than the original primary db instance class.主实例的目标规格应不低于原规格
    400InvalidPayType.NotSameAll primary and read-only instances should have the same payment type.所有主实例和只读实例的付费类型应该一致。
    400InvalidReadOnlyDBInstanceClass.NotSupportThe target read-only db instance class can not lower than the original read-only db instance class.只读实例的目标规格应该不低于原规格(包括cpu和内存)
    400InvalidStorageSize.CannotChangeCan not change storage size in this operation. If you need to change disk type, please change storage size first, and the storage size must meet your target disk type's constraint requirements.当前操作中无法修改存储空间大小。如果需要修改磁盘类型,请先使用其他操作修改存储空间大小,且目标存储空间大小需要满足目标磁盘类型限制。
    400InvalidStorageSize.ConstraintUnsatisfiedThe db instance's storage size dose not meet the constraint requirements of the parameter DBInstanceStorageType. If you still want to change disk type, please change storage size to meet the target disk type's constraint in other operation.主实例或只读实例的当前存储空间大小不满足目标磁盘类型DBInstanceStorageType的存储空间约束。请先单独修改实例的存储空间大小,再来实施本地盘跨云盘操作。
    400ReadonlyDBInstanceClassEmptyThe read-only target instance class should not be empty.只读实例的目标规格不得为空
    400ReadonlyDBInstanceClassNotSameAll readonly db instances should have the same instance class.所有只读实例的当前规格(包括实例规格分类和规格大小)应该一致
    400StopService.ModifyDBInstanceSpecThe service has been discontinued and does not permit resizing operations on instances using the classic network.经典网络下线,当前实例为经典网络类型且已超过服务停止时间,不允许对该实例进行变配操作。
    400InvalidParam.DiskSize%s.变配时选择的磁盘容量偏小
    400InvalidOrder.NotFoundSpecified order does not exist in RDS.RDS中不存在指定的订单。
    400NotFindAvailableVswitchSecondary zone, no available switch found under the current vpc.当前vpc下,实例的备可用区无可用交换机。
    400InvalidStorageType.NotSupportThe current storage type does not support this operation.当前存储类型不支持此操作。
    400IncorrectReadDBInstanceMemSizeThe instance type of read-only instance is too small.只读实例的规格过小。
    400DBInstanceNotServerlessThe dbinstance is not serverless.指定的实例非serverless实例。
    400UnSupportDbTypeReduceDiskSizeThe current instance does not support scale-in.当前实例不支持缩容。
    400ClassicNetDisabledThe classic network address is currently disabled, and the instance cannot perform configuration changes.经典网络地址当前已禁用,实例无法执行配置更改。
    403IncorrectDBInstanceTypeThe database instance type does not support the operation.操作失败,当前数据库类型不支持该操作。
    403OperationDenied.NotSupportedBackupMethodWhen the storage is larger than 4000 GB, only snapshot backup is supported.当存储空间大于4000GB,仅支持快照备份。
    403IncorrectReadDBInstanceDisksizeRead instance disk size must be equal or higher than primary instance.只读实例磁盘大小必须等于或大于主实例。
    403BetaServerlessNotSupportThisActionBeta Serverless Not Support This Feature-
    403GroupReplicationNotSupport.InvalidEngineVersionGroup Replication requires the instance engine version to be 8.0.实例数据库版本不是MySQL 8.0,不支持组复制。
    403GroupReplicationNotSupport.InvalidNodeClassCodeGroup Replication requires the ClassCode of each node to be consistent.实例各节点间规格不一致,不支持组复制。
    403GroupReplicationNotSupport.InvalidNodeNumGroup Replication is not supported, the number of nodes must be an odd number greater than or equal to 3.实例节点个数不是大于等于3的单数,不支持组复制。
    403GroupReplicationNotSupport.InvalidXengineGroup Replication is not supported because the instance has xengine tables.实例存在xengine引擎表,不支持组复制。
    403GroupReplicationNotSupport.MemoryTooSmallGroup Replication is not supported because the memory is too small.实例规格内存太小,不支持组复制。
    403ARMNotSupportARM arch does not support this operation.ARM架构不支持此操作。
    403HostTypeNotSupportHost type is inconsistent, please check that the original host type is the same as the target host type.变更前后host type不一致,请检查原host type和目标host type保持一致。
    403CloudSSDNotSupportCloud ssd does not support this operation, please upgrade to essd.SSD盘不支持此操作,请升级至ESSD。
    403MaxscaleInstanceNotSupportInstances with maxscale instance do not support this operation.Maxscale代理的实例不支持此操作。
    403ReadInstanceNotSupportInstances with read-only do not support this operation.带只读的实例不支持此操作。
    403UnSupportReduceDiskSizeCurrent instance type does not support reducing disk space.当前实例类型不支持降低磁盘空间。
    403CloudboxInstanceNotSupportCloud-box instance does not support this operation.云盒实例不支持此操作
    403ReadOnlyInstanceNotSupportRead-only instance does not support this operation.只读实例不支持此操作。
    403MinorVersionNotSupportCustins minor version does not support current action.-
    403ShrinkCountReachedLimitCurrent DB shrink count reached the limit.当前数据库收缩计数已达到限制。
    403InvalidReduceDiskSizeThe storage capacity after the scale-down must be larger than the used amount.缩容目标容量不能小于当前存储空间使用量
    403CloudDiskEncryptionNotSupportThe encryption key is not allowed for general-purpose instance.通用型规格实例不支持云盘加密。
    403OrderStatus.UnPaidThe specified db instance has unpaid order.实例当前存在未支付订单,请支付后重试。
    403InvalidUserOperatorPermissionThe user permission does not support this operation.用户权限不支持此操作。
    403InvalidVswitchIdSpecified conn vswitch id is not valid.指定的VSwitchId格式不正确或为空
    403IncorrectMinorVersionCurrent engine minor version does not support operations.当前引擎小版本不支持此操作。
    403OperationDenied.ZoneResourceThere is no available zone for inventory.没有可用的库存区域。
    403NotInFlowControllerSorry,no permission.非集团上云用户不可用,无权限。
    403InvalidKmsKeyKms key is disabled.Kms key已禁用。
    403InvalidInstanceLevel.MalformedCurrent DB instance level does not support this operation.当前数据库实例级别不支持此操作。
    403UnsupportedByBlueGreenDeploymentOperation prohibited due to blue green deployment.操作不允许因为存在蓝绿部署。
    403UnSupportNonXfsDiskSizeTooLargeNon xfs disk types do not support upgrading to 60T or above.xfs磁盘类型不支持升级到60T或更高。
    404InvalidClusterKmsThe current instance does not authorized to access the Key Management Service.当前实例未授权访问密钥管理服务。
    404InvalidParamThe parameter is invalid.操作失败,无效的参数。
    404Request.NotFoundThe requested resource is not available.请求的资源不可用。
    404HostInfo.NotFoundThe specified host info is not found.指定的主机信息不存在。
    500CallLxSdkFailedError calling the order system, please try again later or contact service personnel.调用订单系统出错,请稍后再试或联系服务人员。
    500ExternalFailureThe request processing has failed due to external service failure.请求服务失败,请稍后重试。
    500RequestMetaDataFailedThe service request failed. Please try again later or contact service personnel.请求服务失败,请稍后再试或联系服务人员。
    500InvokeProxyFailureThe request processing has failed due to service failure of rds api.由于rds api服务失败,请求处理失败。

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

    变更历史

    变更时间变更内容概要操作
    2026-04-02OpenAPI 错误码发生变更查看变更详情
    2026-04-01新增 OpenAPI查看变更详情