Returns an IPv4 Block by calling the block using its address range.
Output / Response
Returns the requested IPv4 block object from the database.
API call:
APIEntity getEntityByRange ( long parentId, String
address1, String address2, String type
)
Parameter | Description |
---|---|
parentId | The object ID of the target object’s parent object. |
address1 | An IP address defining the lowest address or start of the block. |
address2 | An IP address defining the highest address or end of the block. |
type | The type of object returned: IP4Block. This must be one of the constants listed in Object Types. |