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
How to search multiple networks using API?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2023 12:00 AM
3190     0
I would like to search multiple networks in same API call . I have tried below URL for one network, however i would like to add few more networks in search.
https://URL.com/wapi/v2.11.3/network?network~=10.10.
Solved! Go to Solution.
Re: How to search multiple networks using API?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2023 10:47 AM
3191     0
Try seperating multiple entries with the URLEncoded value for |
So, for instance:
10.29.1.0|10.29.0.0
thus:
10.29.1.0%7C10.29.0.0