Reply

API call to get IPv6 range from extra attributes search

New Member
Posts: 3
1295     0

Looking to get the IPv6 network assignment based on a search of a customer attribute.

 

Using:

curl -k -u username -X GET "https://url/wapi/v2.11/network?_return_fields%2b=extattrs&*CustAttrib~=test"

 

I get lots of IPv4 and other information, but nothing for IPv6.

Re: API call to get IPv6 range from extra attributes search

New Member
Posts: 3
1295     0

In the interest of sharing, it appears that this modification to the API call is working, though I'm still testing.

 

curl -k -u username -X GET "https://url/wapi/v2.11/ipv6network?_return_fields%2b=extattrs&*CustAttrib~=test"

Re: API call to get IPv6 range from extra attributes search

New Member
Posts: 3
1295     0

The previous solution would sometimes give bogus results.

 

This seems to work correctly:

Showing results for 
Search instead for 
Did you mean: 

Recommended for You