Description
Returns an IPv4 DHCP range object by calling it using its range.
Parameters
Name | Description |
---|---|
address1 |
Location: query Type: string An IP address defining the lowest address or start of the range.
|
address2 |
Location: query Type: string An IP address defining the highest address or end of the range.
|
parentId |
Location: query Type: integer (int64) The object ID of the parent object of the DHCP range.
|
type |
Location: query Type: string The type of object returned: DHCP4Range. This must be one of the
constants listed in
Object types.
|
Responses
Code | Description |
---|---|
200 |
Type: APIEntity Returns the requested IPv4 block object from the database.
|