-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which func to use to get all networks/cidr? #187
Comments
Hi @tmudalagiri , there isn't function for this for now. We will add that feature to get the networks, but there are two conditions to get IPv4/v6 networks, and we can add the condition for checking all networks in a specific network_view. |
Hi @tmudalagiri , there is an go client generator which will add the function that supports and includes this get all networks feature which is under review, so once that gets into the go client, then this function will work as per wapi api documentation. |
hi @hemanthKa677 any information about this feature? |
Hi @Awirbl, You can retrieve data for any object using the following method.
Outcome for the provided code snippet. I believe this solution should resolve your concern. |
Hello @JkhatriInfobox Super cool, it actually works on the first try! I'm digging a bit deeper because I was missing some elements that weren't very clear in my documentation. Thank you |
what is the function to use to get all networks?
The text was updated successfully, but these errors were encountered: