Description
Adds a new IPv4 block defined by an address range.
Parameters
Name | Description |
---|---|
end |
Location: query Type: string An IP address defining the highest address or end of the block.
|
parentId |
Location: query Type: integer (int64) The object ID of the target object’s parent object.
|
properties |
Location: query Type: string A string containing options. For more information about the available
options, refer to
Property Options Reference.
|
start |
Location: query Type: string An IP address defining the lowest address or start of the block.
|
Responses
Code | Description |
---|---|
201 |
Type: integer (int64) Returns the object ID for the new IPv4 block.
|