Assigns a MAC address and other properties to an IPv4 address.
Output / Response
Returns the object ID for the newly assigned IPv4 address.
API call:
long assignIP4Address ( long configurationId,
String ip4Address, String macAddress,
String hostInfo, String action, String
properties)
Parameter | Description |
---|---|
configurationId | The object ID of the configuration in which the IPv4 address is located. |
ip4Address | The IPv4 address. |
macAddress | The MAC address to assign to the IPv4 address. The MAC address can be specified in the format nnnnnnnnnnnn, nn-nn-nn-nn-nn-nn or nn:nn:nn:nn:nn:nn, where nn is a hexadecimal value. |
hostInfo | A string containing host information for the address in the following
format:hostname,viewId,reverseFlag,sameAsZoneFlag[, hostname,viewId,reverseFlag,sameAsZoneFlag,...]Where:
The comma-separated parameters may be repeated in the order shown above. The string must not end with a comma. |
action | This parameter must be set to one of the constants shown in IP Assignment Action Values. |
properties | A string containing the following property,
including user-defined fields:
|