Adds a new IPv4 Block using CIDR notation.
Output / Response
Returns the object ID for the new IPv4 block.
API call:
long addIP4BlockByCIDR ( long parentId, String
CIDR, String properties )
Parameter | Description |
---|---|
parentId | The object ID of the target object’s parent object. |
CIDR | The CIDR notation defining the block (for example, 10.10/16). |
properties | A string containing options. For more information about the available options, refer to IPv4Objects in the Property Options Reference section. |