All Products
Search
Document Center

:ChangeResourceGroup

Last Updated:Sep 24, 2024

Changes the resource group to which a ApsaraMQ for RocketMQ instance belongs.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
rocketmq:ChangeResourceGroupupdate
  • Instance
    acs:rocketmq:{#regionId}:{#accountId}:instance/{#InstanceId}
    none
none

Request syntax

POST /resourceGroup/change HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
resourceIdstringYes

The ID of the resource. Set this parameter to the ID of the ApsaraMQ for RocketMQ instance whose resource group you want to change.

c2c5d1274a8d4317a13bc5b0d4******
regionIdstringYes

The ID of the region in which the instance resides.

cn-hangzhou
resourceTypestringYes

The type of resource.

Set this parameter to instance. The value of this parameter cannot be changed.

instance
resourceGroupIdstringYes

The ID of the resource group to which the instance is changed.

You can call the ListResourceGroups operation to query existing resource groups.

rg-9gLOoK****

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

requestIdstring

The ID of the request. Each request has a unique ID. You can use this ID to troubleshoot issues.

AF9A8B10-C426-530F-A0DD-96320B39****
successboolean

Indicates whether the call was successful.

true
databoolean

The returned result.

true
codestring

The error code returned if the call failed.

Instance.NotFound
messagestring

The error message.

The instance cannot be found.
httpStatusCodeinteger

The HTTP status code returned.

400
dynamicCodestring

The dynamic error code.

InstanceId
dynamicMessagestring

The dynamic error message.

instanceId

Examples

Sample success responses

JSONformat

{
  "requestId": "AF9A8B10-C426-530F-A0DD-96320B39****",
  "success": true,
  "data": true,
  "code": "Instance.NotFound",
  "message": "The instance cannot be found.",
  "httpStatusCode": 400,
  "dynamicCode": "InstanceId",
  "dynamicMessage": "instanceId"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-08-02The internal configuration of the API is changed, but the call is not affectedView Change Details