Introducing SOC Insights for BloxOne Threat Defense: Boost your SOC efficiency with AI-driven insights to eliminate manual work and accelerate investigation and response times. Read the blog announcement here.

Automation Scripts

Reply

IPv6 in Zone Transfer Enable/Disable API

New Member
Posts: 3
2210     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 ]
New Member
Posts: 3
2211     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