Returns the next available IP addresses in octet notation under specified circumstances.
Output / Response
Returns the IPv4 address in octet notation.
API call:
String getNextIP4Address ( long parentId,
String properties)
Parameter | Description |
---|---|
parentId | The network or configuration Id. |
properties | The property string contains three properties; skip,
offset and excludeDHCPRange. The
values for skip and offset must be
IPv4 addresses and must appear in dotted octet notation.
|