- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Use WAPI to find all records with part of name in search and export to CSV?
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2021 11:52 AM - edited 01-12-2021 11:54 AM
Due to the limit of 500 records in GUI and 1000 records in WAPI call, I could really use some help to search for what I'm looking for which is every record (PTR, A-Record, etc) that has wnw7 included and export details so I can create a CSV for implementers to implement during scheduled change.
I have tried
https://GridMasterIP/wapi/v2.9.7/record:ptr?_return_type=json-pretty&view=Internal
(doesn't give just records with wnw7 and trying to parse through this is a mess)
Any help is appreciated.
Re: Use WAPI to find all records with part of name in search and export to CSV?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2021 08:36 AM
Here you go
https://GridMasterIP/wapi/v2.9.7/record:ptr??ptrdname~=wnw7&_return_type=json-pretty&view=Internal
For future, you can also check out my site https://sifbaksh.com
Let me know if you have any questions
Twitter: https://twitter.com/sifbaksh
https://sifbaksh.com
Re: Use WAPI to find all records with part of name in search and export to CSV?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2021 03:52 PM
It may be worth mentioning that the WAPI is not limited to 1000 records if you set _max_results and _paging.
e.g.
https://{{grid_master}}/wapi/v2.10.5/network?_max_results=1000&_paging=1&_return_as_object=1
Re: Use WAPI to find all records with part of name in search and export to CSV?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2021 08:46 AM
Hello Sif,
I'm getting the following error:
Re: Use WAPI to find all records with part of name in search and export to CSV?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2021 08:56 AM
Good catch
Twitter: https://twitter.com/sifbaksh
https://sifbaksh.com