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