Deprecated API Methods - BlueCat Integrity - 9.4.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.4.0
The following API methods are deprecated and will be removed after two subsequent major releases:
  • The addDeviceInstance method is deprecated and will be removed after two subsequent major releases. This is due to the introduction of more efficient and stable API methods.

    BlueCat recommends creating a new zone using the addZone API method with the dynamicUpdate property, or updating an existing zone using the update API method with the dynamicUpdate property to automatically deploy the newly added host records to the associated primary DNS/DHCP Server. Once configured, you can use the addHostRecord method to add a new host record that will then be automatically deployed to that zone.

  • The deleteDeviceInstance method is deprecated and will be removed after two subsequent major releases. This is due to the introduction of more efficient and stable API methods.

    BlueCat recommends updating an existing zone using the update API method with the dynamicUpdate property to automatically deploy host record changes to the associated primary DNS/DHCP Server. Once configured, you can use the delete method to remove the host record. The removed host record will then be automatically deployed to that zone.