POST /v1/splitIP4Network - BlueCat Integrity - 9.4.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.4.0

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:
  • assignDefaultGateway—a Boolean value. If set to true, a gateway will be created by using the default gateway value which is the first IP address in the network. If set to false, no gateway will be created. The default value is true.
  • overwriteConflicts—a Boolean value. If set to true, any conflicts within the split IPv4 network will be removed. The default value is false.
  • preserveGateway—a Boolean value. If set to true, the gateway in the original network will be preserved. The default value is true.
    • Note: For the above options only true and false are accepted. These values are case sensitive. Other values such as TRUE, FALSE, True, False, tRue, xxxx, 123, etc., will not be accepted.
  • template—a network template ID. The default value is zero (0) which means no network template will be used. Specify a network template ID if you wish to apply one.

Responses

Code Description
201

Type: Array of APIEntity

Returns an array of networks created after splitting the network.