Splits an IPv6 block or network into the specified number of blocks or networks.
Output / Response
Returns an array of IPv6 blocks or networks created after splitting the block or network.
API call:
APIEntity[] splitIP6Range ( long rangeId, int
numberOfParts, String options )
Parameter | Description |
---|---|
rangeId | The database object ID of the block or network that is being split. |
numberOfParts | 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 | No options available. Reserved for future use. |