Configure server services - BlueCat Integrity - 9.3.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.3.0

Configure multiple DNS/DHCP Servers with a defined set of service configurations in JSON format.

For examples of the different service configuration JSON formats, refer to Reference: Server service configuration examples.

API method: POST /v1/configureServerServices
Attention:
  • You must be an administrator to use this method.
  • You cannot run concurrent configureServerServices calls to configure multiple services on the same DNS/DHCP Server.
  • If you use the response from the getServerServices method to help construct the JSON body content for the configureServerServices method, some content returned from the getServerServices response may not be complete or compatible within the configureServerServices JSON body, such as the server-version field. For more information, refer to Reference: Retrieving and updating server services.

When configuring large amounts of DNS/DHCP Servers, the configureServerServices API method configures 20 DNS/DHCP Servers at a time. Once a DNS/DHCP Server has finished configuring, the next DNS/DHCP Server is added to the end of the list. You can use the getServerServicesConfigurationStatus API method to retrieve the updated list of DNS/DHCP Servers that are currently being configured.