We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
How to get a host object from his IP and not his object name ? The method Host::get() accept only name.
I suppose I need to use a slightly more global method (SMCRequest?). A loop is not possible given the number of objects, so I hope a filter exists.
Sorry if the question seems silly but I couldn't find anything in the examples.
The text was updated successfully, but these errors were encountered:
Have you tried something like this?
list(Router.objects.filter(address='10.10.10.1')) -- [Router(name=Router-10.10.10.1)]
BR,
/Greg.
Sorry, something went wrong.
No branches or pull requests
Hello,
How to get a host object from his IP and not his object name ?
The method Host::get() accept only name.
I suppose I need to use a slightly more global method (SMCRequest?). A loop is not possible given the number of objects, so I hope a filter exists.
Sorry if the question seems silly but I couldn't find anything in the examples.
The text was updated successfully, but these errors were encountered: