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
get_environment
The README.md says that the get_environment method is supported but querying my switches, I get a response saying that it's not implemented:
HTTP 200 OK Allow: GET, HEAD, OPTIONS Content-Type: application/json Vary: Accept { "get_environment": { "error": "Method get_environment not implemented for NAPALM driver <class 'napalm_dellos10.dellos10.DellOS10Driver'>" } }
Here is one of my switches (though I have several with the same problem):
"vendor": "Dell", "os_version": "10.5.2.7", "model": "S3048-ON"
I am using the latest napalm-dellos10 package from PyPi
napalm-dellos10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The README.md says that the
get_environment
method is supported but querying my switches, I get a response saying that it's not implemented:Here is one of my switches (though I have several with the same problem):
I am using the latest
napalm-dellos10
package from PyPiThe text was updated successfully, but these errors were encountered: