Deletes either the IP address or MAC address (and all related DNS entries including host records, PTR records, or DHCP reserved addresses) on both the Address Manager and DNS/DHCP Server based on the IPv4 address or a MAC address supplied.
Note: Address Manager adds the DNS host record directly to the DNS/DHCP Server so
that the individual host record is made live instantly. This is done through the
Address Manager to DNS/DHCP Server communication service (Command Server) and
does NOT require a standard Address Manager deployment.
Output / Response
None.
API call:
void deleteDeviceInstance ( String configName, String
identifier, String options )
Parameter | Description |
---|---|
configName | Name of parent configuration. If the value is empty or cannot be found, an exception will be thrown. |
identifier | IP address or MAC address. If the value is empty or cannot be found, an exception will be thrown. Relevant IP addresses, host records and MAC addresses liked to multiple entities will be updated. Relevant IP addresses, host records and MAC addresses liked to a single entity will be deleted. |
options | Currently empty. This parameter is reserved for future use. |