CreateIpv6Block
1. API Description
This API is used to create one or more IPv6 CIDR blocks.
Prerequisites
Query stock: call
DescribeAvailableIpv6Resources
to check available resources.
2. Input Parameters
The following request parameter list only provides API request parameters.
zoneId
Yes
String
Zone ID to which the CIDR blocks belong.
name
No
String
CIDR block name to be displayed.
This parameter can contain up to 64 characters.
amount
No
Integer
Quantity of IPv6 CIDR blocks you want to purchase.
Default value: 1.
resourceGroupId
No
String
Resource group ID where the CIDR blocks reside.
If an available VLAN exists in the specified zone, this parameter will be ignored. The created CIDR blocks will be added to the resource group of the VLAN.
3. Output Parameters
requestId
String
The unique request ID, which is returned for each request. RequestId is required for locating a problem.
cidrBlockIds
Array of String
List of CIDR block IDs.
4. Code Example
Create an IPv6 CIDR block example
**** in IST-B
, belonging to Default Resource Group
.
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.
404
INVALID_ZONE_NOT_FOUND
Zone not found.
403
RESOURCE_INSUFFICIENT_PRODUCT_SOLD_OUT
Resources sold out.
Last updated