Moves an Express Connect Router (ECR) to a specified resource group.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
expressconnectrouter:MoveResourceGroup | none | *ExpressConnectRouter
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
NewResourceGroupId | string | Yes | The ID of the new resource group. See What is a resource group? | rg-acfmvt3xpr5**** |
ResourceType | string | Yes | The resource type. Valid value:
| EXPRESSCONNECTROUTER |
ResourceId | string | Yes | The ID of the instance whose resource group you want to change. | ecr-897j0jooxyr1aq**** |
DryRun | boolean | No | Specifies whether to perform a dry run. Valid values:
| false |
ClientToken | string | No | The client token that is used to ensure the idempotence of the request. Generate a token that is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. | 02fb3da4-130e-11e9-8e44-00**** |
Response parameters
Parameter | Type | Description | Example |
object | RpcResponse | ||
RequestId | string | The ID of the request. | 6FABF516-FED3-5697-BDA2-B18C5D9A**** |
Success | boolean | Indicates whether the call was successful. Valid values:
| true |
Code | string | The HTTP status code. A value of 200 indicates that the call was successful. Other values indicate that the call failed. For more information, see the error codes. | 200 |
Message | string | The returned message. | OK |
Examples
Success response
JSON format
{
"RequestId": "6FABF516-FED3-5697-BDA2-B18C5D9A****",
"Success": true,
"Code": "200",
"Message": "OK"
}Error codes
HTTP status code | Error code | Error message | Description |
400 | Conflict.Lock | There are other unfinished operations. | You currently have other unfinished operations, please try again later |
400 | IncorrectStatus.Ecr | Ecr Status does not allow current operation. | The status of the express connect gateway instance does not allow the current operation. Currently, other operations are being performed or the express connect gateway instance is being deleted. Please try again later. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.