DescribeIpv6Cidrs

1. API Description

This API (DescribeIpv6Cidrs) is used to query the list of IPv6 CIDR blocks.

2. Input Parameters

The following request parameter list only provides API request parameters.

Parameter Name
Required
Type
Description

cidrIds

No

Array of String

Filter by one or more CIDR block IDs.

regionId

No

String

Filter by the region ID where the CIDR block is located.

name

No

String

Filter by CIDR block name. Fuzzy search is supported.

cidrBlock

No

String

Filter by CIDR block address.

resourceGroupId

No

String

Filter by resource group ID.

pageSize

No

Integer

The returned page size. Default value: 20. Maximum value: 1000.

Value range: [1, 1000]

pageNum

No

Integer

Number of pages returned.

Value range: [1, +)

Default value: 1

tagKeys

No

Array of String

Search by tag key.

You can query up to 20 tag keys in each request.

tags

No

Array of Tag

Search by tag.

You can query up to 20 tags in each request.

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

Number of resources meeting the filtering conditions.

dataSet

Array of Ipv6CidrInfo

Data for the list of IPv6 CIDR blocks.

4. Code Example

Query the list of CIDR blocks within 2400:8a00::/28.

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