All Products
Search
Document Center

Express Connect:DisableExpressConnectRouterRouteEntries

Last Updated:Mar 17, 2025

Disables route entries of an Express Connect router (ECR).

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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.
OperationAccess levelResource typeCondition keyAssociated operation
expressconnectrouter:DisableExpressConnectRouterRouteEntriesupdate
*ExpressConnectRouter
acs:expressconnectrouter::{#accountId}:expressconnectrouter/{#EcrId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
EcrIdstringYes

The ECR ID.

ecr-mezk2idmsd0vx2****
DestinationCidrBlockstringYes

The destination CIDR block of the route entry in the route table of the ECR.

10.153.32.16/28
NexthopInstanceIdstringYes

The ID of the next-hop instance.

tr-hp3u4u5f03tfuljis****
DryRunbooleanNo

Specifies whether to perform only a dry run, without performing the actual request. Valid values:

  • true: performs only a dry run.
  • false (default): performs a dry run and performs the actual request.
true
ClientTokenstringNo

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

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

6FABF516-FED3-5697-BDA2-B18C5D9A****
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
True
Codestring

The response code. The status code 200 indicates that the request was successful. Other status codes indicate that the request failed. For more information, see Error codes.

200
Messagestring

The returned message.

OK
HttpStatusCodeinteger

The HTTP status code.

200
DynamicCodestring

The dynamic error code.

IllegalParamFormat.EcrId
DynamicMessagestring

The dynamic part in the error message. This parameter is used to replace the %s variable in ErrMessage.

Note For example, if the value of ErrMessage is The Value of Input Parameter %s is not valid and the value of DynamicMessage is DtsJobId, the request parameter DtsJobId is invalid.
The param format of EcrId **** is illegal.
AccessDeniedDetailstring

The details about the access denial.

Authentication is failed for ****

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError messageDescription
400ResourceNotFound.NexthopInstanceIdThe next hop instance does not exist.The next hop instance does not exist.
400IllegalParamFormat.DestinationCidrBlockThe 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.
400MissingParam.%sThe param of %s is missing.The request parameters are not specified. Please check the corresponding parameters and try again.
400IllegalParamFormat.%sThe param format of %s is illegal.Illegal parameter format
400Conflict.LockThere are other unfinished operations.You currently have other unfinished operations, please try again later
400ResourceInCreating.NexthopInstanceIdThe next hop instance is being created.The next-hop instance you are currently referring to is being created
404ResourceNotFound.EcrIdEcrId not found.ECR instance does not exist

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-06-28API Description Update. The Error code has changedView Change Details