Moves an Express Connect circuit to a new resource group.
Operation description
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NewResourceGroupId |
string |
Yes |
The ID of the new resource group. Note
Resource groups let you organize resources and manage permissions across your Alibaba Cloud account. For more information, see What is Resource Management? |
rg-bp1drpcfz9srr393h**** |
| ResourceType |
string |
Yes |
The type of the resource. Valid values:
|
PHYSICALCONNECTION |
| ResourceId |
string |
Yes |
The ID of the Express Connect circuit to move to the new resource group. |
pc-bp16qjewdsunr41m1**** |
| RegionId |
string |
Yes |
The ID of the region to which the new resource group belongs. Call the DescribeRegions operation to query available region IDs. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The request ID. |
||
| RequestId |
string |
The request ID. |
54B48E3D-DF70-471B-AA93-08E683A1B45 |
Examples
Success response
JSON format
{
"RequestId": "54B48E3D-DF70-471B-AA93-08E683A1B45"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ResourceType.Unknown | Unknown ResourceType. | The resource type is invalid. |
| 400 | InvalidInstanceId.NotFound | The specified instance id does not exist. | The specified instance ID does not exist. |
| 400 | InvalidResourceId.NotFound | This resourceId already has flowlog instance existed. | A flow log is already enabled for the resource. |
| 400 | IllegalParam.ResourceType | Invalid Resource Type value. | The ResourceType parameter is not supported or set to an invalid value. |
| 400 | IllegalParam.ResourceGroupId | Invalid ResourceGroupld value. | The specified resource group is invalid or does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.