DescribeCidrBlocks
Last updated
Last updated
This API is used to query the details of CIDR blocks.
The following request parameter list only provides API request parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Parameter Name | Type | Description |
---|---|---|
Zenlayer Cloud API 2.0 integrates SDKs to make it easier for you to call APIs. More programming languages will be supported.
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 |
---|---|---|
cidrBlockIds
No
Array of String
IDs of the CIDR blocks.
You can query up to 100 CIDR blocks in each request.
cidrBlock
No
String
IP range of CIDR block.
cidrBlockName
No
String
Name of CIDR block.
zoneId
No
String
Zone ID to which the CIDR blocks belong.
cidrBlockType
No
String
Type of CIDR block. The optional values are as follows:
IPv4
IPv6
gateway
No
String
IP address of the gateway.
chargeType
No
String
CIDR block pricing model.
PREPAID: subscription
POSTPAID: pay-as-you-go
resourceGroupId
No
String
Resource group ID.
If the value is null, then return all the CIDR blocks in the authorized resource groups.
pageSize
No
Integer
Number of items in the current page result.
Default value: 20;
Maximum value: 1000.
pageNum
No
Integer
Number of pages returned.
Default value: 1.
requestId
String
The unique request ID, which is returned for each request. RequestId is required for locating a problem.
totalCount
Integer
Number of CIDR blocks meeting the filtering conditions.
dataSet
Array of CidrBlockInfo
Information on a CIDR block.
404
INVALID_ZONE_NOT_FOUND
Zone not found.