Description
Converts the state of an address from and between Reserved, DHCP Reserved, and Static, or DHCP Allocated to DHCP Reserved.
Parameters
| Name | Description |
|---|---|
| addressId |
Location: query Type: integer (int64) The database ID of the address object.
|
| macAddress |
Location: query Type: string Optional and only needed, if the target requires it. For example,
MAKE_DHCP_RESERVED
|
| targetState |
Location: query Type: string One of MAKE_STATIC, MAKE_RESERVED,
MAKE_DHCP_RESERVED. All of these constants are defined in the
Java Class IPAssignmentActionValues or in the API.pm file
for Perl.
|
Responses
| Code | Description |
|---|---|
| 204 |
Type: file Converts an IP address from its current state to a target state; statically assigned, DHCP reserved, or logically reserved (non-DHCP). For example, this method can convert an IP address from a logical reservation to a static assignment or vise versa.
|