DNS name servers - BlueCat Integrity - 9.4.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.4.0
You can add IP addresses of DNS servers managed by Address Manager.
Note: Modifications to name server configuration may not take immediate effect in some services, including DHCP. If DHCP service is running, restart DHCP service after saving changes to the name server configuration

Example

{
    "version": "1.0.0",
    "services": {
        "dnsResolver": {
            "configurations": [
                {
                    "dnsResolverConfiguration": {
                        "servers": ["10.0.0.1", "10.0.0.2"]
                    }
                }
            ]
        }
    }
}
Parameters
  • servers—enter a list of IPv4 or IPv6 addresses of DNS resolvers.