Disables route entries of an Express Connect router (ECR).
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:
- For mandatory resource types, indicate with a prefix of * .
- 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 |
---|---|---|---|---|
expressconnectrouter:DisableExpressConnectRouterRouteEntries | update | *ExpressConnectRouter acs:expressconnectrouter::{#accountId}:expressconnectrouter/{#EcrId} |
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
EcrId | string | Yes | The ECR ID. | ecr-mezk2idmsd0vx2**** |
DestinationCidrBlock | string | Yes | The destination CIDR block of the route entry in the route table of the ECR. | 10.153.32.16/28 |
NexthopInstanceId | string | Yes | The ID of the next-hop instance. | tr-hp3u4u5f03tfuljis**** |
DryRun | boolean | No | Specifies whether to perform only a dry run, without performing the actual request. Valid values:
| true |
ClientToken | string | No | The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters. Note
If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
| FF9nMec/RZ6H9oqFn1pvyir/SLRlxCCyHJonbGzqL01hiM6Jb3wJowdHvjCfog7ww1b9rSHMRFJnrUBfVba68TJg== |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "6FABF516-FED3-5697-BDA2-B18C5D9A****",
"Success": true,
"Code": "200",
"Message": "OK",
"HttpStatusCode": 200,
"DynamicCode": "IllegalParamFormat.EcrId",
"DynamicMessage": "The param format of EcrId **** is illegal.",
"AccessDeniedDetail": "Authentication is failed for ****"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | ResourceNotFound.NexthopInstanceId | The next hop instance does not exist. | The next hop instance does not exist. |
400 | IllegalParamFormat.DestinationCidrBlock | The format of the specified destination Cidr route parameter is incorrect. | The format of the destination Cidr routing parameter you specified is incorrect. Please check and enter it again. |
400 | MissingParam.%s | The param of %s is missing. | The request parameters are not specified. Please check the corresponding parameters and try again. |
400 | IllegalParamFormat.%s | The param format of %s is illegal. | Illegal parameter format |
400 | Conflict.Lock | There are other unfinished operations. | You currently have other unfinished operations, please try again later |
400 | ResourceInCreating.NexthopInstanceId | The next hop instance is being created. | The next-hop instance you are currently referring to is being created |
404 | ResourceNotFound.EcrId | EcrId not found. | ECR instance does not exist |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-06-28 | API Description Update. The Error code has changed | View Change Details |