Moves an instance to a different resource group.
Try it now
Test
RAM authorization
Request syntax
POST /changeResourceGroup HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| resourceType |
string |
No |
The resource type. Set this to |
Workspace |
| resourceId |
string |
Yes |
The ID of the resource to move. |
w-asfx12xxxxxx |
| regionId |
string |
Yes |
The ID of the region where the resource is located. |
cn-hangzhou |
| resourceGroupId |
string |
Yes |
The ID of the destination resource group. |
rg-aek2thxggoqhmhq |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Container for the response data. |
||
| requestId |
string |
The unique ID generated for the request. |
8CE06D75-E6A2-505D-9B4B-31DEE3D98A04 |
Examples
Success response
JSON format
{
"requestId": "8CE06D75-E6A2-505D-9B4B-31DEE3D98A04"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | MissingParameter.RegionId | The RegionId parameters that are required for processing this request are missing | |
| 400 | MissingParameter.ResourceId | The ResourceId parameters that are required for processing this request are missing | |
| 400 | MissingParameter.ResourceGroupId | The ResourceGroupId parameters that are required for processing this request are missing | |
| 400 | InvalidResourceGroup | The specified ResourceGroupId is invalid | |
| 400 | InternalError | The request processing has failed due to some unknown error. | |
| 400 | ResourceNotFound | The specified resource is not found | |
| 403 | NoPermission.ChangeResourceGroup | You are not authorized to change resourcegroup |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.