Returns an IPv4 Block object by calling the block using CIDR notation.
Output / Response
Returns the specified IPv4 block object from the database.
API call:
APIEntity getEntityByCIDR ( long parentId, String
cidr, String type )
Parameter | Description |
---|---|
parentId | The object ID of the target object’s parent object. |
CIDR | CIDR notation defining the block to be returned (for example, 10.10/16). |
type | The type of object returned: IP4Block. This must be one of the constants listed in Object Types. |