文档

StartInstance - 部署实例

更新时间:

如需使用云消息队列 Kafka 版收发消息,需要购买并部署才可使用,本文介绍如何调用StartInstance部署实例。

接口说明

说明 单用户请求频率限制为 2 QPS。

调试

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

授权信息

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

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

请求参数

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

实例的 ID。

alikafka_post-cn-v0h1fgs2****
RegionIdstring

实例的地域 ID。

cn-hangzhou
VpcIdstring

实例部署的 VPC ID。

vpc-bp1r4eg3yrxmygv****
VSwitchIdstring

实例部署的 vSwitch ID。

vsw-bp1j3sg5979fstnpl****
DeployModulestring

部署模式。V2 系列实例中必填,V3 及 Confluent 系列实例非必填。取值:

  • vpc:VPC 实例

  • eip:公网/VPC 实例

实例的部署模式必须与其类型一致。VPC 实例,部署模式为 vpc。公网/VPC 实例,部署模式为 eip

vpc
ZoneIdstring

实例部署的可用区 ID。

  • 必须为 vSwitch 的可用区 ID。

  • 格式可以为 zoneX,也可以为 RegionId-X。例如,可以设置为 zonea 或者 cn-hangzhou-k。

说明 当所填可用区资源不足时,可能部署的是其他可用区。
cn-hangzhou-k
IsEipInnerboolean

是否支持 EIP 。取值:

  • true:公网/VPC 实例

  • false:VPC 实例

该参数取值必须与实例类型一致。例如,实例类型为 VPC 实例,则此处必须设置为 false

false
IsSetUserAndPasswordboolean

是否设置新的用户名和密码。取值:

  • true:设置新的用户名和密码。

  • false:不设置新的用户名和密码。

仅支持公网/VPC 实例。

false
Usernamestring

用户名。

  • V2、V3 系列实例仅支持公网/VPC 实例。

  • Confluent 只能填写 root 或者空。

默认值:V2、V3 系列实例:username;Confluent 实例:root。

username
Passwordstring

用户密码。

  • V2、V3 系列实例仅支持公网/VPC 实例。

  • Confluent 实例中该参数必填,且需要满足在密码中,大写字母、小写字母、数字、特殊字符至少占三种,长度为 8-32 位,特殊字符为!@#$%^&*()_+-=。

password
Namestring

实例名称。

说明 如果传递此参数,请确保此参数在同地域内唯一。
newInstanceName
CrossZoneboolean

是否要跨可用区部署。

  • true:需要跨可用区部署。

  • false:不需要跨可用区部署。

默认值:true。

false
SecurityGroupstring

实例的安全组。

不填写时,云消息队列 Kafka 版会自动为您的实例配置安全组。如需填写,您需要先为实例创建安全组。具体操作,请参见创建安全组

sg-bp13wfx7kz9pko****
ServiceVersionstring

部署的云消息队列 Kafka 版的版本。

  • V2 系列可选值为 2.2.0 或者 2.6.2。

  • V3 系列可选值为 3.3.1。

  • Confluent 系列可选值为 7.4.0。

默认值:

  • V2 系列:2.2.0

  • V3 系列:3.3.1

  • Confluent 系列:7.4.0

V2系列:2.2.0 V3系列:3.3.1 Confluent系列:7.4.0
Configstring

部署的云消息队列 Kafka 版的初始配置。配置信息必须是一个合法的 JSON 字符串。不填写时,该参数默认为空。

说明
  • Confluent 实例暂不支持在部署时指定 Config。
  • enable.acl 配置不支持 2.2.0 以下的实例版本。
  • Config 目前支持的参数配置如下:

    • enable.vpc_sasl_ssl:是否开启 VPC 传输加密。取值说明如下:
      • true:开启 VPC 传输加密。如果开启,则须同时开启 ACL。
      • false:默认值,不开启 VPC 传输加密。
    • enable.acl:是否开启 ACL。取值说明如下:
      • true:开启 ACL。
      • false:默认值,不开启 ACL。
    • kafka.log.retention.hours:在磁盘容量充足的情况下,消息的最长保留时间。单位:小时。取值范围[24, 480],默认值 72。磁盘容量不足(即磁盘水位达到 85%)时,将提前删除旧的消息,以确保服务可用性。
    • kafka.message.max.bytes:云消息队列 Kafka 版能收发的消息的最大值,单位:字节。取值范围[1048576, 10485760],默认值 1048576。修改该配置前,请确认修改值是否匹配生产和消费客户端相应配置。
    {"kafka.log.retention.hours":"33"}
    KMSKeyIdstring

    同地域内的云盘加密的密钥 ID。您可以在密钥管理服务控制台查看密钥 ID,也可以创建新的密钥。具体操作,请参见管理密钥

    传入此参数表示开启实例加密(开启后无法关闭),在调用该接口时,系统会检查是否创建服务关联角色 AliyunServiceRoleForAlikafkaInstanceEncryption,若未创建,则会自动创建服务关联角色。更多信息,请参见服务关联角色

    说明
  • Serverless V3 系列实例暂不支持在部署时指定 KMSKeyID。
  • 0d24xxxx-da7b-4786-b981-9a164dxxxxxx
    Notifierstring

    预警联系人。

    王先生
    UserPhoneNumstring

    预警联系人手机号码。

    1581234****
    SelectedZonesstring

    选择部署的主可用区候选集合,以及备可用区候选集合的二维数组。支持自定义 code(zone{可用区})与标准 code(cn-RegionID-{可用区})。

    • 当希望跨可用区部署(isCrossZone=true),并且主可用区候选集合为可用区 H 或可用区 F,备可用区候选集合为可用区 K,以自定义 code 为例,则传入参数为[[\"zoneh\",\"zonef\"],[\"zonek\"]]

      说明 当主或备可用区填写多个可用区时,表示从多个可用区中任选一个,且没有优先级关系,以[[\"zoneh\",\"zonef\"],[\"zonek\"]]为例,最终部署的主可用区为可用区 H 或可用区 F,备可用区为 K。
    • 当不希望跨可用区部署时(isCrossZone=false),可用区部署在可用区 K,以自定义 code 为例,则传入参数[[\"zonek\"],[]],注意此时仍需传入 2 个数组,第二个表示备可用区候选集合的数组为空[]即可。

    [[\"zonel\"],[\"zonek\"]]
    IsForceSelectedZonesboolean

    是否强制部署在所选可用区。

    false
    VSwitchIdsarray

    实例部署的 vSwitch ID 列表,该参数在 V2 和 V3 系列实例中必填,Confluent 类型实例支持该参数,且 VSwitchIds 与 VSwitchId 需要至少填写一项,都填写时,优先使用 VSwitchIds。

    string

    交换机 ID。

    ["vsw-bp1j3sg5979fstnpl****", "vsw-2ze8rwvzn7yi3r88****"]

    返回参数

    名称类型描述示例值
    object
    Codeinteger

    返回码。返回 200 代表成功。

    200
    Messagestring

    返回信息。

    operation success.
    RequestIdstring

    请求 ID。

    ABA4A7FD-E10F-45C7-9774-A5236015****
    Successboolean

    调用是否成功。

    true

    示例

    正常返回示例

    JSON格式

    {
      "Code": 200,
      "Message": "operation success.",
      "RequestId": "ABA4A7FD-E10F-45C7-9774-A5236015****",
      "Success": true
    }

    错误码

    HTTP status code错误码错误信息描述
    400Acl.AddSasl.ErrorFailed to add a user. Please refer to the document and try again. If in doubt, submit a work order.新增用户失败,请参考文档后重试,如有疑问,请提交工单。
    400Acl.DelSasl.ErrorFailed to delete the user. Check the request parameters and try again.删除用户失败, 请检查请求参数后重试。
    400Acl.Disable.ErrorThe Acl function is disabled. Enable it by referring to the documentation and try again.Acl 功能未开启,请参考文档开启后重试。
    400Acl.DuplicatedAuth.ErrorThe authorization has already been granted, please do not repeat the authorization.已经授权过了,请不要重复授权。
    400ADMIN_GET_BROKER_CONFIG_ERROR%s. Please check and try again later.获取Broker配置失败。请联系管理员。
    400ADMIN_UPDATE_BROKER_CONFIG_ERROR%s. Please check and try again later.更新Broker配置失败。请联系管理员。
    400ADMIN_UPDATE_SUB_PERM_ERROR%s. Please check and try again later.更新订阅权限失败。请联系管理员。
    400ADMIN_UPDATE_TOPIC_PERM_ERROR%s. Please check and try again later.更新读写权限失败。请联系管理员。
    400AgentBusinessErrorInternal error, please try again, if invalid, please submit the work order.内部错误,请重试,若无效请提交工单。
    400AgentErrorA system exception occurred. Please submit a ticket.内部错误,请提交工单。
    400AsyncTask.DeleteTopicTopic has not been deleted. Please try again later.Topic 还未删除完成。请稍后再试。
    400AsyncTask.ExecuteTimeNotSupportThe async task is approaching its execution time and modification is not allowed.异步任务接近执行时间,不允许修改
    400AsyncTask.ExecuteTimeNotSupportThe task cannot be modified because it is close to its execution time. Please adjust and try again.任务接近执行时间,不允许修改。请调整后重试。
    400AsyncTask.IgnoredThe task is ignored.任务忽略执行。
    400AsyncTask.NotMeetConditionThe task does not meet the user-defined conditions.任务不满足用户自定义条件。
    400AsyncTask.RetryLaterTask Please try again later.任务请稍后重试。
    400AsyncTask.TypeAlreadyExistThe task already exists.任务已经存在。
    400AsyncTaskSlave.NotCompletedThe task is not completed. Please check and try again.任务未完成。请检查后重试。
    400AUTH_CAL_SIGNATURE_ERROR%s. Please check and try again later.计算签名失败。
    400AUTH_CSRF_CHECK_ERROR%s. Please check and try again later.该页面已过期。请刷新页面。
    400AUTH_LOGIN_CHECK_ERROR%s. Please check and try again later.当前用户登录验证失败。请重新登录。
    400AUTH_ONS_CHANNEL_INVALID%s. Please check and try again later.ONS Channel非法。请确认后再试。
    400AUTH_PERMISSION_CHECK_ERROR%s. Please check and try again later.资源权限验证失败。请确认资源权限信息后再试。
    400AUTH_REQUEST_NOT_ALLOWED%s. Please check and try again later.当前请求不允许访问,请勿再试。
    400AUTH_RESOURCE_EMPOWER_CHECK_ERROR%s. Please check and try again later.授权资源检验失败。请确认资源所属信息后再试。
    400AUTH_RESOURCE_OWNER_ERROR%s. Please check and try again later.资源所属验证失败。请确认资源所属信息后再试。
    400AUTH_SERVICE_CHECK_ERROR%s. Please check and try again later.当前用户未开通MQ服务。请先开通MQ服务,谢谢。
    400AUTH_SIGNATURE_CHECK_ERROR%s. Please check and try again later.资源请求认证失败。请确认AccessKeyId和AccessKeySecret后再试。
    400AUTH_SYSTEM_PERMISSION_CHECK_ERROR%s. Please check and try again later.创建系统资源权限验证失败。
    400AUTH_TOPIC_CREATE_ERROR%s. Please check and try again later.您没有创建Topic和Consumer Group的权限,请联系主账号授权。
    400AUTH_USER_CHECK_ERROR%s. Please check and try again later.用户或者应用信息认证失败。
    400AUTH_USER_IN_BLACK_LIST%s. Please check and try again later.您的请求已被拒绝,请勿再试。
    400BIZ.GET.TOPIC.STATUS.ERRORAccessKeyId is required to get topic status.获取GetTopicStatus 必须使用AccessKeyId
    400BIZ.INSTANCE.NOT.FOUND%s. Please check and try again later.访问实例 id 资源不存在
    400BIZ.INSTANCE.STATUS.ERROR%s. Please check and try again later.当前实例状态不支持该操作。
    400BIZ.LIMIT.PUBNETWORKEipMax is invalid.公网流量参数无效。
    400BIZ.LIMIT.QUOTA.DOWNInvalid.%s降配失败
    400BIZ.LIMIT.QUOTA.DOWN.1Invalid.%s降配失败
    400BIZ.LIMIT.QUOTA.DOWN.2Invalid.%s降配失败
    400BIZ.TagResource.NotSupported%s. Please check and try again later.资源不支持Tag操作。
    400BIZ_ACL_NOT_ENABLED%s. Please check and try again later.未开启ACL功能
    400BIZ_AONE_CHECK_ERROR%s. Please check and try again later.您指定的应用名称在Aone系统中不存在。请确认后再重试。
    400BIZ_BROADCASTING_PULL_UNSUPPORT%s. Please check and try again later.PullConsumer或者广播消息订阅不支持消费进度查询。
    400BIZ_BROKER_NOT_FOUND%s. Please check and try again later.服务器节点信息不存在。
    400BIZ_CAN_NOT_ENABLE_ACL%s. Please check and try again later.无法开启ACL,请确认ACL开启条件
    400BIZ_CLUSTER_IS_EMPTY%s. Please check and try again later.您指定的集群信息不存在。请确认或联系管理员。
    400BIZ_CONSUMER_GROUP_ACTIVE_ERROR%s. Please check and try again later.当前Consumer Group存在活跃Consumer,请消费后再重置。
    400BIZ_CONSUMER_ID_BELONG_TO_OTHER_USER%s. Please check and try again later. 您指定的Consumer ID已被占用,请您更换Consumer ID。
    400BIZ_CONSUMER_NEVER_RUNNING%s. Please check and try again later.您指定的消费者 ID 不存在或从未订阅过消息,无法查看消费者的状态。
    400BIZ_CONSUMER_NOT_ONLINE%s. Please check and try again later.当前消费者ID未在线。
    400BIZ_CREATE_ORDER_CONFIG_ERROR%s. Please check and try again later.创建顺序消息配置失败。请稍后再试。
    400BIZ_CREATE_PUBLISH_ERROR%s. Please check and try again later.创建生产者失败。请稍后再试。
    400BIZ_CREATE_SUBSCRIPTION_ERROR%s. Please check and try again later.创建Consumer ID失败。请稍后再试。
    400BIZ_CREATE_TOPIC_ERROR%s. Please check and try again later.创建Topic失败。
    400BIZ_CREATE_TOPIC_NUM_LESS_THAN_BEFORE_ERROR%s. Please check and try again later.分区数不能小于曾经配置过的分区数
    400BIZ_DELETE_ORDER_CONFIG_ERROR%s. Please check and try again later.删除顺序消息配置失败。请稍后再试。
    400BIZ_DELETE_SUBSCRIPTION_ERROR%s. Please check and try again later.删除Consumer ID失败。请稍后再试。
    400BIZ_DELETE_TOPIC_ERROR%s. Please check and try again later.删除Topic失败。
    400BIZ_DOWNLOAD_MESSAGE_ERROR%s. Please check and try again later.下载消息失败。请稍后再试。
    400BIZ_FIELD_CHECK_INVALID%s. Please check and try again later.参数错误。
    400BIZ_FIND_CONSUMER_GROUP_INFO_ERROR%s. Please check and try again later.查询Consumer Group失败。
    400BIZ_GET_APPKEY_LIST_ERROR%s. Please check and try again later.获取当前ISV下的应用列表失败。请稍后再试。
    400BIZ_GET_CLUSTER_INFO_ERROR%s. Please check and try again later.查询集群信息失败。请稍后再试。
    400BIZ_GET_CONSUMER_CONNECTION_ERROR%s. Please check and try again later.查询消费者连接失败。请稍后再试。
    400BIZ_GET_CONSUMER_RUNNING_INFO_ERROR%s. Please check and try again later.获取Consumer ID运行状态信息失败。请确认订阅组是否在线。
    400BIZ_GET_CONSUME_ACCUMULATE_ERROR%s. Please check and try again later.查询消息堆积失败。请稍后再试。
    400BIZ_GET_CONSUME_STATUS_ERROR%s. Please check and try again later.查询消费者状态失败。请稍后再试。
    400BIZ_GET_TOPIC_ROUTE_INFO_ERROR%s. Please check and try again later.获取Topic路由信息失败。请稍后再试。
    400BIZ_GET_TOPIC_STATUS_ERROR%s. Please check and try again later.查询Topic状态失败。请稍后再试。
    400BIZ_INSTANCE_ALREADY_EXISTS%s. Please check and try again later.实例已存在。
    400BIZ_INSTANCE_BASIC_INFO_ERROR%s. Please check and try again later.实例信息有误。
    400BIZ_INSTANCE_CREATE_ERROR%s. Please check and try again later.创建实例失败。
    400BIZ_INSTANCE_CREATE_ORDER_ERROR%s. Please check and try again later.创建购买实例订单失败。
    400BIZ_INSTANCE_DELETE_ERROR%s. Please check and try again later.删除实例失败。
    400BIZ_INSTANCE_LOCATION_ERROR%s. Please check and try again later.实例regionId有误。
    400BIZ_INSTANCE_NOT_FOUND%s. Please check and try again later.实例不存在。
    400BIZ_INSTANCE_ONLY_PROFESSIONAL_SUPPORT%s. Please check and try again later.非专业版不支持此功能。
    400BIZ_INSTANCE_OWNER_ERROR%s. Please check and try again later.实例不属于该用户。
    400BIZ_INSTANCE_PAIDTYPE_NOT_SUPPORT%s. Please check and try again later.实例不支持该类型支付方式。
    400BIZ_INSTANCE_PERMISSION_CHECK_ERROR%s. Please check and try again later.实例权限校验失败。
    400BIZ_INSTANCE_REFUND_ERROR%s. Please check and try again later.实例退款失败。
    400BIZ_INSTANCE_RELEASE_ERROR%s. Please check and try again later.实例释放失败。
    400BIZ_INSTANCE_RELEASE_EXIST_CONSUMER_GROUP_ERROR%s. Please check and try again later.该实例存在consumer group,无法释放。
    400BIZ_INSTANCE_RELEASE_EXIST_TOPIC_ERROR%s. Please check and try again later.该实例存在topic,无法释放。
    400BIZ_INSTANCE_RELEASE_LESSHOUR_ERROR%s. Please check and try again later.实例需要创建满1小时后才能释放。
    400BIZ_INSTANCE_STATUS_ERROR%s. Please check and try again later.实例状态不正确。
    400BIZ_INSTANCE_UPDATE_ERROR%s. Please check and try again later.更新实例失败。
    400BIZ_INSTANCE_UPGRADE_ORDER_ERROR%s. Please check and try again later.创建升级实例订单失败。
    400BIZ_MESSAGE_TRACK_ERROR%s. Please check and try again later.查询消息轨迹失败。请稍后再试。
    400BIZ_NO_MESSAGE%s. Please check and try again later.消息不存在。
    400BIZ_PRODUCER_ID_BELONG_TO_OTHER_USER%s. Please check and try again later.您指定的ProducerId已被占用,请您更换ProducerId。
    400BIZ_PUBLISHER_EXISTED%s. Please check and try again later.您请求创建的Topic已有生产者,请确认。
    400BIZ_PUBLISH_INFO_NOT_FOUND%s. Please check and try again later.生产者信息不存在。请确认后再重试。
    400BIZ_PUSH_MESSAGE_TO_CONSUMER_ERROR%s. Please check and try again later.验证消费失败。请稍后再试。
    400BIZ_QUERY_CONSUME_TIMESPAN_ERROR%s. Please check and try again later.查询消费者时间范围失败。请稍后再试。
    400BIZ_QUERY_MESSAGE_ERROR%s. Please check and try again later.消息查询失败。请稍后再试。
    400BIZ_RESET_OFFSET_ERROR%s. Please check and try again later.消费进度重置失败。请稍后再试。
    400BIZ_SASL_USER_NOT_EXIST%s. Please check and try again later.指定用户不存在
    400BIZ_SASL_USER_NUM_EXCEED%s. Please check and try again later.SASL用户数超限
    400BIZ_SEND_MESSAGE_ERROR%s. Please check and try again later.发送消息失败。请稍后再试。
    400BIZ_SLR_CREATE_NO_PERMISSION%s. Please check and try again later.当前用户没有创建SLR权限
    400BIZ_SUBSCRIPTION_ALREADY_EXISTS%s. Please check and try again later.Consumer Group已经存在,请尝试创建其它名称的Consumer Group。
    400BIZ_SUBSCRIPTION_CREATE_ERROR%s. Please check and try again later.Consumer Group创建失败。
    400BIZ_SUBSCRIPTION_DELETE_ERROR%s. Please check and try again later.Consumer Group删除失败。
    400BIZ_SUBSCRIPTION_EXISTED%s. Please check and try again later.您请求创建的消费者信息已存在,请确认。
    400BIZ_SUBSCRIPTION_NOT_FOUND%s. Please check and try again later.Consumer Group不存在。
    400BIZ_SUBSCRIPTION_PERMISSION_CHECK_ERROR%s. Please check and try again later.Consumer Group校验失败。
    400BIZ_SUBSCRIPTION_STATUS_ERROR%s. Please check and try again later.获取Consumer Group状态失败。
    400BIZ_SUBSCRIPTION_TOO_MUCH%s. Please check and try again later.Consumer Group数量超出限制。
    400BIZ_SUBSCRIPTION_UPDATE_ERROR%s. Please check and try again later.Consumer Group更新失败
    400BIZ_TAG_DUPLICATE_TAG_KEY%s. Please check and try again later.Tag Key重复
    400BIZ_TAG_ONLY_SERVICE_ACCOUNT_HAS_PERMISSION%s. Please check and try again later.只有服务账号有权限操作系统Tag
    400BIZ_TAG_REQUEST_RESOURCE_NUM_EXCEED%s. Please check and try again later.每次请求资源数超限
    400BIZ_TAG_REQUEST_TAG_NUM_EXCEED%s. Please check and try again later.每次请求Tag数超限
    400BIZ_TAG_RESOURCE_NOT_EXIST%s. Please check and try again later.Resource不存在
    400BIZ_TAG_RESOURCE_NUM_EXCEED%s. Please check and try again later.Tag绑定资源数超限
    400BIZ_TAG_TAGKEY_NOT_VALID%s. Please check and try again later.Tag Key格式不正确
    400BIZ_TAG_TAGVALUE_NOT_VALID%s. Please check and try again later.Tag Value格式不正确
    400BIZ_TAG_TAG_NUM_EXCEED%s. Please check and try again later.资源绑定Tag数超限
    400BIZ_TIME_SPAN_EMPTY%s. Please check and try again later.该消费者ID订阅的Topic未有消息写入,无需重置。
    400BIZ_TOPIC_ALREADY_EXISTS%s. Please check and try again later.Topic已经存在,请尝试创建其它名称的Topic。
    400BIZ_TOPIC_COMPACT_TOPIC_NOT_SUPPORT%s. Please check and try again later.不支持创建compact topic。
    400BIZ_TOPIC_CREATE_ERROR%s. Please check and try again later.Topic创建失败。
    400BIZ_TOPIC_CREATE_INTERNAL_ERROR%s. Please check and try again later.topic不能以“__”开头。
    400BIZ_TOPIC_DELETE_ERROR%s. Please check and try again later.Topic删除失败。
    400BIZ_TOPIC_EXISTED%s. Please check and try again later.您指定的Topic已存在。
    400BIZ_TOPIC_LOCAL_TOPIC_NOT_SUPPORT%s. Please check and try again later.不支持创建local topic。
    400BIZ_TOPIC_NOT_FOUND%s. Please check and try again later.Topic不存在。
    400BIZ_TOPIC_OFFSET_ERROR%s. Please check and try again later.查询位点错误。
    400BIZ_TOPIC_PARTITION_ADD_ERROR%s. Please check and try again later.新增分区失败。
    400BIZ_TOPIC_PARTITION_ERROR%s. Please check and try again later.Partition不存在。
    400BIZ_TOPIC_PARTITION_NUM_EXCEED%s. Please check and try again later.分区数已超过限制。
    400BIZ_TOPIC_STATUS_ERROR%s. Please check and try again later.Topic状态获取失败。
    400BIZ_TOPIC_TOO_MUCH%s. Please check and try again later.Topic数量超出限制。
    400BIZ_TOPIC_UPDATE_CONFIG_ERROR%s. Please check and try again later.更新topic config失败。
    400BIZ_TOPIC_UPDATE_ERROR%s. Please check and try again later.Topic更新失败。
    400BIZ_UPDATE_ACL_FAILED%s. Please check and try again later.修改ACL失败,请稍后再试
    400BIZ_UPDATE_SUBSCRIPTION_ERROR%s. Please check and try again later.更新消费者ID失败。请稍后再试。
    400BIZ_UPDATE_TOPIC_ERROR%s. Please check and try again later.更新Topic失败。请稍后再试。
    400BIZ_UPDATE_TOPIC_PERM_ERROR%s. Please check and try again later.更新topic的perm信息失败
    400DataExceedMaxLimitThe maximum number of %s is exceeded.%s数量超限
    400DB.Update.FailedFailed to update data, please try again, if invalid, please submit a work order.更新数据失败,请重试,若无效请提交工单。
    400Deploy.Callback.IllegalMessage data does not match, please submit work order.消息数据不匹配,请提交工单。
    400Deploy.NotRetriableErrorDeployment error, please submit work order.部署错误,请提交工单。
    400Deploy.ResourceNotEnoughInsufficient resources, please submit work order.资源不足,请提交工单。
    400Deploy.RetriableErrorA retry error occurred during deployment. If the retry still fails, submit a work order.部署发生可重试错误,若重试仍然失败,请提交工单。
    400DeployErrorDeployment error, please try again, if invalid, please submit a work order.部署错误,请重试,若无效请提交工单。
    400DeployPreCheckErrorDeployment pre-check failed. Please submit work order.部署预检查失败,请重试,若重试仍然失败,请提交工单。
    400DeployPreCheckErrorDeployment pre-check failed: %s.部署预检查失败:%s
    400DeployType.NotSupportdeployType is not supported. Refer to the document and retry. If in doubt, submit a work order.不支持的 deployType,请参考文档后重试,如有疑问,请提交工单。
    400FlowControlRequest was denied due to flow control.资源被限流, 请稍后重试
    400GET.CONSUMER.MISSING.ACCESS.KEY.IDAccessKeyId is required to get consumer group info.获取Consumer Group信息必须使用AccessKeyId
    400Group.ActiveGroup is active and cannot perform this operation.Group正处于活跃中,不能进行该操作。
    400Group.ActiveThe group is currently active and cannot perform this operation.Group正处于活跃中,不能进行该操作
    400Instance.CaclulateChange.timeExample Failed to obtain the expected change time. Please try again later.实例获取预期变更时间失败,请稍后重试。
    400Instance.Change.NotAllowedThis instance does not allow change operations.该实例不允许变更操作。
    400Instance.Change.NotAllowedThis instance does not allow deployment operations.该实例不允许变更操作
    400Instance.ExceedMaxLimitThe maximum number of instance is exceeded.单账号实例数量超限
    400Instance.ExceedMaxLimitThe number of instances of a single account exceeds the limit. If you need to increase the limit, please submit a work order.单账号实例数量超限,如需要提升限额,请提交工单。
    400Instance.InsertComponent.failFailed to insert the instance component, please try again later.插入实例组件失败,请稍后重试。
    400Instance.ResourceNotSufficientInsufficient resources, unable to operate, please submit a work order.资源不足,无法操作,请提交工单。
    400Instance.ResourceNotSufficientInsufficient resources, unable to proceed with the operation.资源不足,无法操作
    400Instance.StatusNotRunningThe instance is not running and cannot operate this function. Please try again later.实例不是运行中状态,无法操作该功能,请稍后重试。
    400Instance.StatusNotRunningThe instance status is not running.实例状态不在运行中
    400Instance.UpdateComponent.failFailed to update the instance component, please try again later.更新实例组件失败,请稍后重试。
    400Instance.UpgradeService.versionUpgrade version failed, please try again later.升级版本失败,请稍后重试。
    400InstanceStatus.Change.NotAllowedThere was an error in the instance status switch verification. Please try again. If you have any questions, please submit the work order.实例状态切换校验出错,请重试,如有疑问,请提交工单。
    400InstanceStatus.NotAllowedThe current status of the instance cannot be changed. This function cannot be performed. Please try again later.实例当前状态不允许变更,无法操作该功能,请稍后重试。
    400InstanceStatus.NotReleasedThe instance is not in the released state and cannot perform this function. Please try again later.实例不是已释放状态,无法操作该功能,请稍后重试。
    400InstanceStatus.NotWaitChangeThe instance is not waiting for change status, cannot operate this function, please try again later.实例不是等待变更状态,无法操作该功能,请稍后重试。
    400InstanceStatus.NotWaitDeployThis function cannot be performed because the instance is not in the state to be deployed. Please try again later.实例不是待部署状态,无法操作该功能,请稍后重试。
    400InstanceStatus.ReleasedThe instance has been released.实例已释放。
    400InstanceStatus.StoppedInstance stopped serving.实例已停服。
    400Invalid.%sInvalid.%s参数无效。
    400Invalid.Partition.%sInvalid.%s分区数和Topic不等价
    400InvalidParameterThe %s parameter is invalid.参数%s校验不通过
    400InvalidParameter.DataAlreadyExistThe data already exists for the %s parameter.%s参数对应的数据已存在
    400InvalidParameter.DataNotChangeThere is no change in the parameters. Please adjust and try again.参数没有任何变化,请调整后重试。
    400InvalidParameter.FormatThe %s format is invalid.参数%s格式校验不通过
    400InvalidParameter.NotSupportThe %s parameter is not supported.参数%s当前不支持
    400InvalidParameter.OtherParamParameter %s is incorrect because %s.参数 %s 错误因为 %s.
    400InvalidParameter.RangeThe value of the %s parameter is not within the specified range.参数%s 应在 %s 与 %s 之间范围校验不通过。
    400InvalidParameter.SizeThe size of the %s parameter is not within the specified range.参数%s长度校验不通过
    400InvalidParameter.VersionNotSupportCurrent version does not support the %s parameter.当前版本不支持参数%s
    400Ldap.CreateAdminErrorAdministrative accounts cannot be added or modified.管理账号不能被新增或者修改。
    400Ldap.DeleteAdminErrorThe management account cannot be deleted.管理账号不能被删除。
    400Manager.configRuleExistErrorManager an existing configuration rule is inserted, adjust and try again.Manager 插入了存在的配置规则,请调整后重试。
    400Manager.configRuleNotExistErrorManager a configuration rule that does not exist is changed, please adjust it and try again.Manager 变更了不存在的配置规则,请调整后重试。
    400Manager.NotCommitManager operation is not submitted, please adjust and try again.Manager 操作未提交,请调整后重试。
    400Manager.recoverTaskNotFoundManager the resumed scheduling task does not exist, please adjust and try again.Manager 恢复的调度任务不存在,请调整后重试。
    400Manager.recoverTaskNotMatchThe id of the restored scheduling task does not match that of the instance.Manager 恢复的调度任务与实例 ID 不匹配,请调整后重试。
    400Manager.scheduledTaskStatusErrorManager the status of the asynchronous task fails to be changed, check whether the source status is consistent with the current status, and then try again.Manager 变更异步任务状态失败,请检查源状态与当前状态是否一致,调整后重试。
    400Manager.scheduledTaskStatusNotSupportThe manager operation task status is unknown.Manager 操作任务状态未知。
    400MissingParameterThe %s parameter is required.参数%s缺失
    400NotSupportThe current operation is not supported, please check and try again later.不支持当前操作,请检查并稍后再试。
    400NotSupport.DataStatusCurrent status %s does not support this operation.当前数据状态%s不支持该操作
    400NotSupport.DataStatusThe current %s's data status does not support this operation.当前数据状态%s不支持该操作
    400ONS.LOGIN.CHECK.ERROR%s. Please check and try again later.您的登录已过期,请重新登录
    400ONS_INIT_ENV_ERROR%s. Please check and try again later.环境信息初始化错误。请联系系统管理员。
    400ONS_INTERNAL_ERROR%s. Please check and try again later.网络连接失败。请联系系统管理员。
    400ONS_INVOKE_ERROR%s. Please check and try again later.API调用失败。请联系系统管理员。
    400ONS_LOGIN_CHECK_ERROR%s. Please check and try again later.您的登录已过期。请重新登录。
    400ONS_SERVICE_UNSUPPORTED%s. Please check and try again later.该请求暂不支持。请联系系统管理员。
    400ONS_SYSTEM_ERROR%s. Please check and try again later.系统处理错误。请联系系统管理员。
    400ONS_SYSTEM_FLOW_CONTROL%s. Please check and try again later.当前请求数量过多,请稍后再试。
    400Order.Create.ErrorFailed to create order.创建订单失败。
    400Order.Create.ErrorOrder creation failed, please submit a work order.创建订单失败,请提交工单。
    400Order.Insufficient.balanceThe available gold is not enough, please recharge and try again.可用金不够, 请充值后重试。
    400Oss.NotFoundFailed to download message, please try again later.下载消息失败,请稍后重试。
    400Oss.PublishFailedFailed to download message, please try again later.下载消息失败,请稍后重试。
    400RAM.USER.NOT.FOUND.BY.ACCESSKEYThe specified access key is not found.AccessKeyId 不存在
    400RAM_CREATE_RESOURCE_OWNER_ERROR%s. Please check and try again later.创建资源所属信息失败。请稍后再试。
    400RAM_CREATE_RESOURCE_PERMISSION_ERROR%s. Please check and try again later.创建资源权限信息失败。请稍后再试。
    400RAM_DELETE_RESOURCE_OWNER_ERROR%s. Please check and try again later.删除资源所属信息失败。请稍后再试。
    400RAM_DELETE_RESOURCE_PERMISSION_ERROR%s. Please check and try again later.删除资源权限信息失败。请稍后再试。
    400RAM_GET_USER_BY_AK_ERROR%s. Please check and try again later.获取用户AccessKey信息失败。请稍后再试。
    400RAM_USER_NOT_FOUND_BY_ACCESSKEY%s. Please check and try again later.用户信息不存在。请确认AccessKey。
    400ScheduledTask.AlreadyHasSameTaskTypehas same task waiting for schedule.有相同任务正在等待调度,请稍后重试。
    400ScheduledTask.ExecuteTimeGapTooShortexecute time gap too close to an existed task.执行时间间隔与已存在的任务过于接近,请调整后重试。
    400ServerlessPlan.InstanceNotMatchThe timing policy execution plan does not match the instance ID.定时策略执行计划与实例 ID 不匹配。
    400ServerlessPlan.IntervalInvalidIf a periodic policy execution plan is smaller than the target size, delete it.存在小于目的规格的定时策略执行计划,请删除。
    400ServerlessPlan.IntervalInvalidThe schedule policy execution plan range has duplicates or intervals smaller than the execution interval.定时策略执行计划区间存在重复或者小于执行间隔
    400ServerlessPlan.IntervalInvalidThe timing policy execution plan interval is repeated or smaller than the execution interval.定时策略执行计划区间存在重复或者小于执行间隔。
    400ServerlessPlan.NameExistThe name of the periodic policy execution plan is the same. Please modify the name and try again.定时策略执行计划名称重复,请修改后重试。
    400ServerlessPlan.NotSupport.EnabledRuleExistIf a periodic policy is in effect, it does not support the current operation. Set all periodic policies to invalid.存在生效中的定时策略,不支持当前操作,请先全部置为不生效。
    400ServerlessPlan.NotSupport.StatusEnabledA periodic policy can be deleted only after it is disabled.定时策略需要先关闭才能删除。
    400ServerlessPlan.TaskStatusNotSupportA periodic policy task cannot be modified or cancelled when it is being executed or when a single execution is completed.定时策略任务在执行中或单次执行完成,不支持修改或取消。
    400ServerlessPlan.TaskStatusNotSupportThe scheduled policy task is currently executing or has been completed, and cannot be modified or canceled.定时策略任务在执行中或单次执行完成,不支持修改或取消
    400Sls.Query.ErrorData query failed. Please try again later.数据查询失败,请稍后重试。
    400Sts.NotFoundUnable to find the whitelist information, please try again later, if in doubt, please submit the work order.查找不到白名单信息,请稍后重试,如有疑问,请提交工单。
    400Topic.DownloadMessageFailFailed to download message, please try again later.下载消息失败,请稍后重试。
    400Topic.ExistThe topic already exists.Topic已存在
    400Topic.NotFoundThe Topic does not exist. Please check and try again.Topic 不存在,请检查后重试。
    400Topic.QueryMessageFailFailed to query the message, please try again later.查询消息失败,请稍后重试。
    400Topic.SendFailTopic failed to send a message. Please try again later.Topic 发送消息失败,请稍后重试。
    400Topic.StatusNotRunningThe Topic status is not in the service and cannot be operated. Please try again later. If in doubt, please submit the work order.Topic 状态不在服务中,无法进行操作,请稍后重试,如有疑问请提交工单。
    400Topic.StatusNotRunningThe topic status is not running.Topic状态不在服务中
    400TopicStatus.NotAllowedThe current status of the Topic cannot be changed.Topic 当前状态不允许变更。
    400VPC_ASSUMEROLE_ERROR%s. Please check and try again later.您还未授权。
    400VPC_VSW_ZONE_MAPPING_ERROR%s. Please check and try again later.Vswitch或SecurityGroup校验失败
    400WHITE.DELETE.ERROR%s. Please check and try again later.删除时,允许的IP地址只能有一个。
    400WHITE.IP.ALREADY.EXISTS.ERROR%s. Please check and try again later.输入的IP已经存在,请检查。
    400WHITE.IP.ILLEGAL.ERROR%s. Please check and try again later.所允许的IP不合法。
    400WHITE.IPLIST.OVERLONG.ERROR%s. Please check and try again later.所有IP列表长度过长,最大长度200。
    400WHITE.OVER.LENGTH.ERROR%s. Please check and try again later.允许的IP超过长度,最大长度为10。
    400WHITE.PARAM.ERROR%s. Please check and try again later.参数不合法。
    403NoPermissionNo permissions.没有权限
    404AsyncTaskGroup.NotFoundThe task group does not exist. Please check and try again.任务分组不存在。请检查后重试。
    404AsyncTaskHandler.NotFoundThe task does not exist. Please check and try again.任务不存在。请检查后重试。
    404AsyncTaskType.NotFoundThe task type does not exist. Please check and try again.任务类型不存在。请检查后重试。
    404Group.NotFoundGroupId does not exist. Please check and try again.GroupId 不存在,请检查后重试。
    404Group.NotFoundNo group found for the %s parameter.GroupId不存在
    404Instance.NotFoundNo instance found for the %s parameter.实例不存在
    404Instance.NotFoundThe instance does not exist. Please verify the entry and try again.实例不存在,请核实入参后重试。
    404InstanceAgent.NotFoundInstance does not exist. Please check the entry and try again.Instance 不存在,请核实入参后重试。
    404InvalidData.FieldsIncompleteData is incomplete, %s data is missing, please check and try again later.数据不完整,%s 数据缺失,请检查并稍后再试。
    404InvalidParameter.DataNotFoundNo data found for the %s parameter.参数%s查找不到数据
    404Topic.NotFoundNo topic found for the %s parameter.Topic不存在
    404VpcVSwitch.NotFoundThe private network and switch do not exist. Please refer to the document and try again. If in doubt, submit a work order.专有网络和交换机不存在,请参考文档后重试,如有疑问,请提交工单。
    500GET.CONSUMER.PROGRESS.ERRORAn instance status error occurred.实例状态异常,请稍后重试
    500INTERNAL.ERRORAn internal error occurred. Please try again later.请求超时。请稍后重试。
    500InternalErrorA system exception occurred. Please submit a ticket.内部错误
    500InternalErrorAn internal error occurred. Please try again later.请求超时。请稍后重试。
    500InternalUnknownCodeErrorInternal error, please try again, if still failed, please submit a work order to contact us.内部错误,请重试,若是仍失败请提交工单联系我们。
    500InternalUnknownCodeErrorInternal error, please try again. If it still fails, please submit a work order and contact us.内部错误,请重试,若仍然失败请提交工单联系我们。
    500ONS.GET.ALLOWEDIP.INTERNAL.ERRORThe request for obtaining the IP address whitelist timed out. Please try again later.获取IP白名单请求超时。请稍后重试。
    500ONS.INTERNAL.ERRORAn internal error occurred. Please try again later.网络请求超时。请稍后重试。
    500ONS.UPDATE.ALLOWEDIP.INTERNAL.ERRORThe request for changing the IP address whitelist timed out. Please try again later.变更IP白名单请求超时。请稍后重试。
    500RemoteCallErrorAn internal service invocation error occurred. Please try again later.远程调用错误
    500RmqClusterEmptyA system exception occurred. Please submit a ticket.内部错误,请提交工单。

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

    变更历史

    变更时间变更内容概要操作
    2024-02-27OpenAPI 入参发生变更查看变更详情
    2023-10-09OpenAPI 入参发生变更查看变更详情