Description
Splits an IPv4 network into the specified number of networks.
Parameters
Name | Description |
---|---|
networkId |
Location: query Type: integer (int64) The database object ID of the network that you are splitting.
|
numberOfParts |
Location: query Type: integer (int32) The number of networks you wish to split the network into. Valid values are 2, 4, 8, 16, 32, 64, 128, 256, 512, or 1024.
|
options |
Location: query Type: string A string containing the following options:
|
Responses
Code | Description |
---|---|
201 |
Type: Array of APIEntity Returns an array of networks created after splitting the network.
|