Queries the routes of a network instance that is attached to a Cloud Enterprise Network (CEN) instance.
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:
- The required resource types are displayed in bold characters.
- 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 |
---|---|---|---|---|
cen:DescribeCenChildInstanceRouteEntries | get | *CenInstance acs:cen:*:{#accountId}:ceninstance/{#ceninstanceId} |
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
CenId | string | Yes | The ID of the CEN instance. | cen-7qthudw0ll6jmc**** |
ChildInstanceId | string | Yes | The ID of the network instance. | vpc-bp18sth14qii3pnvo**** |
ChildInstanceType | string | Yes | The type of the network instance. Valid values:
| VPC |
Status | string | No | The status of the route. Valid values:
| Active |
PageNumber | integer | No | The number of the page to return. Default value: 1. | 1 |
PageSize | integer | No | The number of entries per page. Valid values: 1 to 500. Default value: 10. | 10 |
ChildInstanceRegionId | string | Yes | The ID of the region where the network instance is deployed. You can call the DescribeChildInstanceRegions operation to query the most recent region list. | cn-hangzhou |
ChildInstanceRouteTableId | string | No | The ID of the route table of the network instance. If you do not specify a route table ID, the system queries the routes in the system route tables of the VPCs by default. | vtb-p0wxx3apzgn6uqp3r**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"PageSize": 10,
"RequestId": "17A57456-EF48-419D-9AE6-9B03D9996018",
"PageNumber": 1,
"TotalCount": 4,
"CenRouteEntries": {
"CenRouteEntry": [
{
"Status": "Active",
"Type": "CEN",
"PublishStatus": "Published",
"NextHopType": "VBR",
"OperationalMode": true,
"NextHopRegionId": "cn-hangzhou",
"NextHopInstanceId": "vbr-bp13gtbhdp0pfqg6s****",
"DestinationCidrBlock": "10.0.0.0/24",
"RouteTableId": "vtb-bp1r9pvl4xen8s9ju****",
"CenRouteMapRecords": {
"CenRouteMapRecord": [
{
"RouteMapId": "cenrmap-w4yf7toozfol3q****",
"RegionId": "cn-hangzhou"
}
]
},
"Conflicts": {
"Conflict": [
{
"Status": "conflict",
"DestinationCidrBlock": "192.168.1.0/24",
"InstanceId": "ccn-0q3b7oviikmm9h****",
"InstanceType": "CCN",
"RegionId": "ccn-cn-shanghai"
}
]
},
"Communities": {
"Community": [
"65501:1"
]
},
"AsPaths": {
"AsPath": [
"65501"
]
}
}
]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidParameter | Invalid parameter. | The error message returned because the parameter is set to an invalid value. |
400 | Unauthorized | The AccessKeyId is unauthorized. | The error message returned because you do not have the permissions to perform this operation. |
404 | InvalidRouteTableId.NotFound | The specified RouteTableId is not found. | The specified route table ID does not exist. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-10-25 | The Error code has changed | View Change Details |
2023-12-26 | API Description Update. The Error code has changed | View Change Details |