Adds an IPv4 IP group by range bounds; start address and end address.
Output / Response
Returns the object ID for the new IPv4 IP group range.
API call:
long addIP4IPGroupByRange ( long parentId,
String name, String start, String
end, String properties )
Parameter | Description |
---|---|
parentId | The object ID for the network in which this IP group is located. |
name | The name of the IP group. |
start | A start IP address of the IP group range. |
end | An end IP address of the IP group range. |
properties | Adds object properties, including the user-defined fields. |