Description
Returns an IPv4 block or network object from the database by calling it using CIDR notation.
Parameters
| Name | Description |
|---|---|
| cidr |
Location: query Type: string CIDR notation defining the network for example, 10.10.10/24.
|
| parentId |
Location: query Type: integer (int64) The object ID of the parent object.
|
| type |
Location: query Type: string The type of object returned. This must be one of the constants
listed in Object types
(IP4Block, IP4Network).
|
Responses
| Code | Description |
|---|---|
| 200 |
Type: APIEntity Returns the specified IPv4 block or network object from the database.
|