Description
Splits an IPv6 block or network into the specified number of blocks or networks.
Parameters
Name | Description |
---|---|
numberOfParts |
Location: query Type: integer (int32) The number of the blocks or networks into which the block or network will
be split. Valid values are 2, 4, 8, 16, 32, 64, 128, 256, 512, or 1024.
|
options |
Location: query Type: string No options available. Reserved for future use.
|
rangeId |
Location: query Type: integer (int64) The database object ID of the block or network that is being split.
|
Responses
Code | Description |
---|---|
201 |
Type: Array of APIEntity Returns an array of IPv6 blocks or networks created after splitting the block or network.
|