Are you interested in our Early Access Program (EAP)? This program allows you to preview code, test in your lab and provide feedback prior to General Availability (GA) release of all Infoblox products. If so, please click the link here.

Automation Scripts

Reply

IPv6 in Zone Transfer Enable/Disable API

Member
Posts: 3
1892     0

Hi all,

 

Does the below API support IPv6 Addresses / Network similar to IPv4 ?? Thanks.

 

API's to perform Zone Transfer Enable/Disable:

 

  • PUT 

    https://{{grid_master}}/wapi/v2.10.5/member:dns/ZG5zLm1lbWJlcl9kbnNfcHJvcGVydGllcyQw:infoblox.localdomain?_return_fields%2B=allow_transfer
  • Example Body

    {
        "allow_transfer": [
            {
                "_struct": "addressac",
                "address": "10.88.88.0/24",
                "permission": "ALLOW"
            }
        ]
    }

Re: IPv6 in Zone Transfer Enable/Disable API

[ Edited ]
Member
Posts: 3
1893     0

It works just tried it out:

 

IPv6

  • Example Body

    {
        "use_allow_transfer":true,
        "allow_transfer": 
        [
            {
                "_struct": "addressac",
                "address":"2001:db8:85a3::8a2e:370:7334",
                "permission":"ALLOW"
            }
        ]
    }
  • Example Response

    {
        "_ref": "zone_auth/ZG5zLnpvbmUkLl9kZWZhdWx0LnNnLmdvdnRlY2g:govtech.sg/default",
        "allow_transfer": [
            {
                "_struct": "addressac",
                "address": "2001:db8:85a3::8a2e:370:7334",
                "permission": "ALLOW"
            }
        ],
        "fqdn": "czechgov.com",
        "view": "default"
    }
Showing results for 
Search instead for 
Did you mean: 

Recommended for You