For the complete documentation index, see llms.txt. This page is also available as Markdown.

DescribeCloudRouters

1. API Description

This API (DescribeCloudRouters) is used to query Cloud Routers

2. Input Parameters

The following request parameter list only provides API request parameters.

Parameter Name
Required
Type
Description

cloudRouterIds

No

Array of String

List of Cloud Router IDs, up to 100.

cloudRouterName

No

String

Cloud Router name. Supports fuzzy matching.

cloudRouterStatus

No

Cloud Router status.

edgePointId

No

String

Edge point ID.

resourceGroupId

No

String

Resource group ID. If not specified, Cloud Routers in all visible resource groups are returned.

pageSize

No

Integer

Page size to return. Default: 20, maximum: 1000.

pageNum

No

Integer

Page number to return. Default: 1.

Default value: 1

tagKeys

No

Array of String

Search by tag keys.

Up to 20 tag keys.

tags

No

Array of Tag

Search by tags.

Up to 20 tags.

3. Output Parameters

Parameter Name
Type
Description

requestId

String

The unique request ID, which is returned for each request.

RequestId is required for locating a problem.

totalCount

Integer

Total number of Cloud Routers matching the criteria.

dataSet

Array of CloudRouter

List of Cloud Routers.

4. Code Example

1. Get the list of Cloud Routers.

5. Developer Resources

Zenlayer Cloud API 2.0 integrates SDKs,to make it easier for you to call APIs. More programming languages will be supported.

6. Error Codes

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

HTTP Status Code

Error Code

Description

Last updated