Description
Assign the next available IPv4 address. Assigns a MAC address and other properties to the next available and unallocated IPv4 address within a configuration, block, or network.
Parameters
| Name | Description |
|---|---|
| action |
Location: query Type: string This parameter must be set to one of the constants shown in IP assignment action values.
|
| configurationId |
Location: query Type: integer (int64) The object ID of the configuration in which the IPv4 address is located.
|
| hostInfo |
Location: query Type: string A string containing host information for the address in the following
format:
Where:
The comma-separated parameters may be repeated in the order shown above. The string must not end with a comma. |
| macAddress |
Location: query Type: string 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.
|
| parentId |
Location: query Type: integer (int64) The object ID of the configuration, block, or network in which to look
for the next available address.
|
| properties |
Location: query Type: string A string containing the following property, including user-defined
fields:
|
Responses
| Code | Description |
|---|---|
| 200 |
Type: APIEntity Returns the object ID for the newly assigned IPv4 address.
|