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.

API & Integration, DevOps,NetOps,SecOps

Reply

WAPI global search for the shortened IPv6 addresses

Member
Posts: 1
1541     0

I'm trying to search for IPv6 shortened addresses using Infoblox WAPI (Perl REST client).

If I enter the full address: 4a0b:2900:115e:82d:16:0:52:1 search is successful. But in the shortened format: 4a0b:2900:115e:82d:16::52:1 not:

 

my $string = '4a0b:2900:115e:82d:16::52:1';
my $params = $rest->buildQuery( 'search_string:~' => $string );
$rest->GET( "/search".$params , $headers01 );

Showing results for 
Search instead for 
Did you mean: 

Recommended for You