DescribeRouteTables

Last Updated At: 2026-08-02 00:06:19

1. Interface Description

Interface request domain name: vpc.api3.convergecloud.com.

This API (DescribeRouteTables) is used to query routing tables.

Default interface request rate limit: 100 times per second.

Interface update time: 2019-08-21 05:54:55.

The interface only verifies the signature but does not authenticate.

2. Input Parameters

The following list of request parameters only lists interface request parameters and some public parameters, For a complete list of public parameters see public request parameters.

Parameter name Required Allow NULL Type Description
Action Yes No String Public parameter, The value of this interface: DescribeRouteTables
Version Yes No String Public parameter, The value of this interface: 2017-03-12
Region No No String Public parameter,Regional information A list of supported geographies is available through the DescribeRegions interface
RouteTableIds No No Array of String Routing table instance ID, e.g., rtb-azd4dt1c.
Example: ['rtb-azd4dt1c']
Filters No No Array of Filter Filters. Parameters RouteTableIds and Filters must not be specified simultaneously.
  • route-table-id - String - (Filters) Route table instance ID.
  • route-table-name - String - (Filters) Route table name.
  • vpc-id - String - (Filters) VPC instance ID, e.g., vpc-f49l6u0z.
  • association.main - String - (Filters) Whether it is a primary route table.
  • tag-key - String - Required or Not: No - (Filters) Filter by tag key.
  • tag:tag-key - String - Required or Not: No - (Filters) Filter by tag-key value pair. The tag-key is replaced with a specific tag key. For usage, refer to Example 2.

  • Example:View
    Offset No No String Offset.
    Example: 0
    Limit No No String Number of request objects.
    Example: 1

    3. Output Parameters

    Parameter name Type Description
    TotalCount Uint64 Number of eligible instances.
    Example:
    RouteTableSet Array of RouteTable Routing table object.
    Example:View
    RequestId String Unique request id, Each request will return. The RequestId of the request needs to be provided when locating the problem.

    4. Error Code

    The following lists only the error codes related to the interface business logic, For other error codes, see public ErrorCode.

    Error Code Description
    InvalidParameterValue.Malformed Invalid input format.
    ResourceNotFound The resource does not exist
    InvalidParameter.Coexist The parameters must not be specified simultaneously.