Skip to content
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

get_environment method returns "not implemented" #42

Open
theunpleasantowl opened this issue Dec 13, 2022 · 0 comments
Open

get_environment method returns "not implemented" #42

theunpleasantowl opened this issue Dec 13, 2022 · 0 comments

Comments

@theunpleasantowl
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant