Description
Adds an IPv4 IP group by size.
Parameters
Name | Description |
---|---|
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. |
positionRangeBy |
Location: query Type: string A string specifying the position of the IP group range in the parent network. The value must be one of the constants listed in IP group range position. This is optional. If specified, you must provide positionValue. |
positionValue |
Location: query Type: string The offset value when using positionRangeBy.START_OFFSET or positionRangeBy.END_OFFSET. The start address of the IP group in the network when using positionRangeBy.START_ADDRESS. This is required only if you specify positionRangeBy. |
properties |
Location: query Type: string Adds object properties, including user-defined fields. |
size |
Location: query Type: integer (int32) The number of addresses in the IP group. |
Responses
Code | Description |
---|---|
201 |
Type: number Returns the object ID for the new IPv4 IP group range. |