- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Listing all the subnets from NetMRI
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2022 02:55 PM
Hi Everyone
I'm trying to list all the subnets from NetMRI without providing my input criteria.
Exp:
1. https://xxxxxxxxxxxxxx/api/3.8/subnets/index
The output of the first one is giving me results but only 1000.
When I try to bypass the max limit as in example 2 it gives 'invalid request'
2. https://xxxxxxxx/api/3.8/subnets/index&limit=10000
Any help is greatly appreciated.
Thanks
Nidhi
Solved! Go to Solution.
Re: Listing all the subnets from NetMRI
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2022 07:52 PM
I finally tried this and got all the records as expected.
https:/XXXXXXXXXXX/api/3.8/subnets/index.json?&limit=10000
Posting it here in case it can benefit someone else.