全部产品
Search
文档中心

云服务器 ECS:ChangeResourceGroup - 修改资源组

更新时间:Aug 28, 2026

修改EBS资源所在资源组。

调试

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

调试

授权信息

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

  • 操作:是指具体的权限点。

  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。

  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:

    • 对于必选的资源类型,用前面加 * 表示。

    • 对于不支持资源级授权的操作,用全部资源表示。

  • 条件关键字:是指云产品自身定义的条件关键字。

  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。

操作

访问级别

资源类型

条件关键字

关联操作

ebs:ChangeResourceGroup

update

*全部资源

*

请求参数

名称

类型

必填

描述

示例值

RegionId

string

资源所属的地域 ID。您可以调用 DescribeRegions 查看最新的阿里云地域列表。

cn-hangzhou

ResourceType

string

资源类型定义。取值范围:

  • dedicatedblockstoragecluster:专属块存储集群。

  • diskreplicapair:异步复制关系。

  • diskreplicagroup:一致性复制组。

diskreplicapair

ResourceId

string

资源 ID。例如,当 ResourceType=diskreplicapair 时,则 ResourceId 可以理解为异步复制对 ID。

pair-123

NewResourceGroupId

string

新的企业资源组 ID,可在资源组控制台查看可用企业资源组。企业资源组详情请参见查看资源组基本信息

rg-123

ClientToken

string

保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符,且不能超过 64 个字符。更多信息,请参见如何保证幂等性

123e4567-e89b-12d3-a456-42665544****

返回参数

名称

类型

描述

示例值

object

TagResponse

RequestId

string

请求 ID。

C123F94F-4E38-19AE-942A-A8D6F44F****

示例

正常返回示例

JSON格式

{
  "RequestId": "C123F94F-4E38-19AE-942A-A8D6F44F****"
}

错误码

HTTP status code

错误码

错误信息

描述

400 InvalidParameter The parameter %s is invalid.
400 InvalidParameter.Conflict The specified parameter %s and %s are not blank at the same time.
400 InvalidParameter.Format Specified parameter format is not valid.
400 MissingParameter The input parameter %s that is mandatory for processing this request is not supplied.
400 OperationDenied.QuotaExceed The quota of tags on resource is beyond permitted range.
500 InternalError The request processing has failed due to some unknown error, exception or failure.
403 Forbidden User is not authorized to operate.
403 Forbidden.Action User is not authorized to operate this action.
403 InvalidAccountStatus.NotEnoughBalance Your account does not have enough balance.
403 LastTokenProcessing The last token request is processing.
403 NoPermission.SLR The RAM user does not have the permission to create service linked role: AliyunServiceLinkedRoleForEBS.
403 OperationDenied The operation is not allowed.
404 InvalidApi.NotFound Specified api is not found, please check your url and method.
404 InvalidResourceType.NotFound The ResourceType provided does not exist in our records.
404 InvalidResourceId.NotFound The specified ResourceId is not found in our records.
404 InvalidResourceGroup.NotFound The ResourceGroup provided does not exist in our records.
404 MissingParameter.ResourceGroup The parameter - Resource Group should not be null
404 MissingParameter.ResourceType The parameter - ResourceType should not be null
404 NoSuchResource The specified resource does not exist.
504 RequestTimeout The request is timeout, please try again later.

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

变更历史

更多信息,参考变更详情