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
max_result for netMRI
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-19-2018 10:53 AM
Hi All,
Is there any way to limit the resulting data sets from netMRI? like the max_result (IPAM) version of netMRI?
I have a wapi which is reaulting only 1000 lines of data (I'm assuning default value is 1000?)
I tried looking into the wapi doc but couldn't find any anwser.
Please advice.
Nidhi
Solved! Go to Solution.
Re: max_result for netMRI
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-19-2018 11:17 AM
Yes, it’s ”limit”, which defaults to 1000. There is a max though, I think maybe 10k. There should be paging data in the request, you can page through the results to get everything (in Perl, this is done automatically if the query is done in list context).
Re: max_result for netMRI
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-19-2018 01:16 PM
Thanks!
Yes it works.
Nidhi