Queries the routes that point to a network instance connection. The routes are retrieved from the route table of a network instance that is attached to an Enterprise Edition transit router.
Operation description
Ensure that you specify valid parameter values when you call the ListCenChildInstanceRouteEntriesToAttachment operation. If you specify an invalid parameter, the system returns a request ID but does not return the routes of the network instance that is connected to the Enterprise Edition transit router.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cen:ListCenChildInstanceRouteEntriesToAttachment |
get |
*TransitRouterPeerAttachment
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| MaxResults |
integer |
No |
The number of entries to return on each page. The default value is 20. |
20 |
| NextToken |
string |
No |
The token for the next page of results.
|
FFmyTO70tTpLG6I3FmYAXGKPd**** |
| CenId |
string |
No |
The ID of the CEN instance. |
cen-dc4vwznpwbobrl**** |
| ChildInstanceRouteTableId |
string |
Yes |
The ID of the route table of the network instance. |
vtb-bp174d1gje79u1g4t**** |
| TransitRouterAttachmentId |
string |
Yes |
The ID of the network instance connection. |
tr-attach-r6g0m3epjehw57**** |
| RouteFilter |
array<object> |
No |
The filter for the destination CIDR block. |
|
|
object |
No |
|||
| Key |
string |
No |
The route matching mode.
|
prefix-exact-match |
| Value |
array |
No |
A list of destination CIDR blocks. |
|
|
string |
No |
The destination CIDR block. |
10.0.0.0/8 |
|
| ServiceType |
string |
No |
The type of the managed routing service. If this parameter is empty, the route is not managed. Set the value to TR. This value indicates that the route is managed by a transit router. |
TR |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| NextToken |
string |
The token that is used for the next query.
|
FFmyTO70tTpLG6I3FmYAXGKPd**** |
| RequestId |
string |
The request ID. |
530BC816-F575-412A-AAB2-435125D26328 |
| RouteEntry |
array<object> |
The details of the route. |
|
|
object |
The details of the route. |
||
| CenId |
string |
The ID of the CEN instance. |
cen-9adwg6ghpq8oq4dp7q |
| TransitRouterAttachmentId |
string |
The ID of the network instance connection. |
tr-attach-y463sghkkv1loe**** |
| Status |
string |
The status of the route. Valid values:
|
Available |
| ServiceType |
string |
The type of the managed routing service. If this parameter is empty, the route is not managed. The value TR indicates that the route is managed by a transit router. |
TR |
| DestinationCidrBlock |
string |
The destination CIDR block of the route. |
10.0.0.0/8 |
| ChildInstanceRouteTableId |
string |
The ID of the route table of the network instance. |
vtb-bp1tlaj1c4nxr2t3e**** |
Examples
Success response
JSON format
{
"NextToken": "FFmyTO70tTpLG6I3FmYAXGKPd****",
"RequestId": "530BC816-F575-412A-AAB2-435125D26328",
"RouteEntry": [
{
"CenId": "cen-9adwg6ghpq8oq4dp7q",
"TransitRouterAttachmentId": "tr-attach-y463sghkkv1loe****",
"Status": "Available",
"ServiceType": "TR",
"DestinationCidrBlock": "10.0.0.0/8",
"ChildInstanceRouteTableId": "vtb-bp1tlaj1c4nxr2t3e****"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalParam.NextToken | The parameter NextToken is invalid. | The error message returned because the NextToken parameter is set to an invalid value. Check the value and try again. |
| 400 | MissingParam.TransitRouterAttachmentId | The parameter TransitRouterAttachmentId is Missing. | The error message returned because the TransitRouterAttachmentId parameter is not set. |
| 400 | MissingParam.ChildInstanceRouteTableId | The parameter ChildInstanceRouteTableId is Missing. | |
| 400 | InvalidParam.RouteFilter | The parameter RouteFilter is invalid. | The error message returned because the specified route filter is invalid. |
| 400 | ResourceNotFound.TransitRouterAttachment | The specified TransitRouterAttachment does not exist. | |
| 400 | InvalidParam.RoutFilterKey | The specified Key of RouteFilter is invalid. | The error message returned because the specified route filter key is invalid. |
| 400 | InvalidParam.CenId | The specified CEN does not exist. | |
| 400 | OperationFailed.CenInstanceStatus | The CEN instance is not in a valid state for the operation. | |
| 400 | Unauthorized | The AccessKeyId is unauthorized. | The error message returned because you do not have the permissions to perform this operation. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.