Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Obtain all used IPv4 addresses in one single GET
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2022 08:47 AM
1289     0
Hello!
I'm trying to get all the used IPv4 addresses through WAPI but I can't find the way to do it in only one GET.
The only way I got it was by doing:
get all networks under the desired network_view
get all IPv4 used addresses under each network 1 by 1 (more than 29k actually)
Anyone know a better way to do that? My script takes around 2h and a half due the huge amount of registered networks.
Thanks in advice,
regards!
Labels:
Re: Obtain all used IPv4 addresses in one single GET
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2022 01:32 PM
1290     0
Unfortunately no, when searching you will need to specify either the IP address or the network containing the IP address you're looking for.