All Products
Search
Document Center

Cloud Enterprise Network:DescribeTransitRouteTableAggregationDetail

Last Updated:Mar 25, 2024

Queries the configuration of an aggregate route.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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.
OperationAccess levelResource typeCondition keyAssociated operation
cen:DescribeTransitRouteTableAggregationDetailRead
  • TransitRouterRouteTable
    acs:cen:*:{#accountId}:centransitrouterroutetable/{#transitrouterroutetableId}
  • TransitRouterRouteEntry
    acs:cen:*:{#accountId}:centransitrouterroutentry/*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
TransitRouteTableIdstringYes

The ID of the route table of the Enterprise Edition transit router.

vtb-6ehgc262hr170qgyc****
TransitRouteTableAggregationCidrstringYes

The destination CIDR block of the aggregate route.

192.168.10.0/24
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request.

You can use the client to generate the value, but you must make sure that the value is unique among different requests. The client token can contain only ASCII characters.

Note If you do not set this parameter, ClientToken is set to the value of RequestId. The value of RequestId may be different for each request.
02fb3da4-130e-11e9-8e44-001****

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

Dataobject []

The configuration of the aggregate route.

InstanceIdstring

The ID of the virtual private cloud (VPC) for which the aggregate route is configured.

vpc-6eh7fp9hdqa2wv85t****
Descriptionstring

The error message returned if the configuration of the aggregate route fails.

desctest
Statusstring

The status of the aggregate route. Valid values:

  • Configured: The aggregate route is advertised to the VPC.
  • Configuring: The aggregate route is being advertised.
  • ConfigFailed: The aggregate route failed to be advertised.
  • PartialConfigured: Failed to advertise the aggregate route to some VPCs.
  • Deleting: The aggregate route is being deleted.
Configured
Countinteger

The number of entries returned per page.

20
Totalinteger

The total number of entries returned.

1
RequestIdstring

The ID of the request.

0C2EE7A8-74D4-4081-8236-CEBDE3BBCF50

Examples

Sample success responses

JSONformat

{
  "Data": [
    {
      "InstanceId": "vpc-6eh7fp9hdqa2wv85t****",
      "Description": "desctest",
      "Status": "Configured"
    }
  ],
  "Count": 20,
  "Total": 1,
  "RequestId": "0C2EE7A8-74D4-4081-8236-CEBDE3BBCF50"
}

Error codes

HTTP status codeError codeError messageDescription
400IllegalParam.TransitRouterRouteTableIdThe transitRouter route table id is illegal.The error message returned because the route table ID of the transit router (TransitRouterRouteTableId) is invalid.
400IllegalParam.AggregationRouteCidrThe aggregation route cidr is illegal.The error message returned because the specified CIDR block is invalid.
400InstanceNotExist.TransitRouterRouteTableThe transitRouter route table is not exist.The error message returned because the specified transit router route table does not exist.
400InvalidParameterInvalid parameter.The error message returned because the parameter is set to an invalid value.
400UnauthorizedThe AccessKeyId is unauthorized.The error message returned because you do not have the permissions to perform this operation.

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

Change history

Change timeSummary of changesOperation
2023-07-07The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400