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