DescribeCidrBlocks
1. API Description
This API is used to query the details of CIDR blocks.
2. Input Parameters
The following request parameter list only provides API request parameters.
Parameter Name | Required | Type | 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:
|
gateway | No | String | IP address of the gateway. |
chargeType | No | String |
|
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. |
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 CIDR blocks meeting the filtering conditions. |
dataSet | Information on a CIDR block. |
4. Code Example
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 |
---|---|---|
404 | INVALID_ZONE_NOT_FOUND | Zone not found. |
Last updated