Description
Adds an IPv4 IP group by range bounds (start address and end address).
Parameters
| Name | Description |
|---|---|
| end |
Location: query Type: string An end IP address of the IP group range.
|
| name |
Location: query Type: string The name of the IP group.
|
| parentId |
Location: query Type: integer (int64) The object ID for the network where you wish to add the IP group.
|
| properties |
Location: query Type: string Adds object properties, including the user-defined fields.
|
| start |
Location: query Type: string A start IP address of the IP group range.
|
Responses
| Code | Description |
|---|---|
| 201 |
Type: integer (int64) Returns the object ID for the new IPv4 IP group range.
|