- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
API for extracting the last discovered column for all IP Addresses
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2019 08:47 AM - edited 12-30-2019 09:09 AM
Hi,
I want to retireve the last discovered column that appears under the UI
Data Management > IPAM >IPAM Home > List
Which API can be used to bring the IP address along with their respective last discovered dates.
Thanks,
Abhi
Re: API for extracting the last discovered column for all IP Addresses
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2020 05:18 PM
i need the same where we put in alot of switches / routers for discovery. but then, we are not able to extract all list of ip addresses discovered under those switch/routers.
anyone can advise?
Re: API for extracting the last discovered column for all IP Addresses
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2020 02:25 AM
Hi,
You can try the following command:
curl -k -u admin:infoblox -X GET "https://grid-master/wapi/v2.10/ipv4address?network=172.26.1.0/24&_return_fields%2B=discovered_data.last_discovered
This lists all the IP addresses in the 172.26.1.0/24 subnet along with the Last Discovered infomartion.
Hope this is helpful,
Krishna Vasudevan
Re: API for extracting the last discovered column for all IP Addresses
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2020 09:40 PM
Hi everyone,
I exported all ipv4address to json format show the Last discovered ="1593748629" What does it mean about "1593748629"
BR,
Kittitara.
Re: API for extracting the last discovered column for all IP Addresses
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2021 07:44 AM
That call returns a date in unix epoch form ( seconds passed since 1/1/1970 ) : the number you reported is
GMT: Friday 3 July 2020 03:57:09