Moves a resource to a different resource group.
Debugging
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.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
vpc:MoveResourceGroup | update |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ResourceId | string | Yes | The resource ID. | vpc-hp31psbg8ec3023s6**** |
ResourceType | string | Yes | The type of the resource for which you want to modify the resource group. Valid values:
| vpc |
NewResourceGroupId | string | Yes | The ID of the resource group to which you want to move the resource. Note
You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see What is resource management?
| rg-acfm3peow3k**** |
RegionId | string | Yes | The ID of the region to which the cloud resource belongs. You can call the DescribeRegions operation to query the most recent region list. | cn-hangzhou |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "611CB80C-B6A9-43DB-9E38-0B0AC3D9B58F"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidResourceGroupId | The specified ResourceGroupId does not exist. | The specified resource group ID does not exist. |
400 | InvalidResourceId.NotFound | The specified ResourceId does not exist. | The specified resource ID does not exist. |
400 | IllegalParam.ResourceType | Invalid Resource Type value. | The ResourceType parameter is not supported or set to an invalid value. |
400 | OperationFailed.InstanceStatusNotAllowed | The current status of the resource does not support this operation. | The resource in this state does not support the current operation. |
400 | IncorrectStatus.Vpc | The status of %s [%s] is incorrect. | The instance is in an invalid state. |
404 | InvalidBandwidthPackageId.NotFound | The specified bandwidthPackage resourceId does not exist in our records. | The error message returned because the specified EIP bandwidth plan does not exist. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-08-09 | The Error code has changed | View Change Details |
2023-07-18 | The Error code has changed | View Change Details |
2023-05-17 | The Error code has changed | View Change Details |