Adds a new IPv4 block defined by an address range.
Output / Response
Returns the object ID for the new IPv4 block.
API call:
long addIP4BlockByRange ( long parentId, String
start, String end, String properties
)
Parameter | Description |
---|---|
parentId | The object ID of the target object’s parent object. |
start | An IP address defining the lowest address or start of the block. |
end | An IP address defining the highest address or end of the block. |
properties | A string containing options. For more information about the available options, refer to IPv4Objects in the Property Options Reference section. |