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
Is this not supported on 8.2.0?
try: SYS_RESOURCES = pyfos_maps.system_resources.get(SESSION) pyfos_util.response_print(SYS_RESOURCES) except Exception as e: print("Error getting switch stats: ", e) pyfos_auth.logout(SESSION)
Getting this result
{ "info-code": -1, "info-message": "Switch version is lower than the object", "info-type": "Informational" }
switch info
Kernel: 2.6.34.6 Fabric OS: v8.2.0a Made on: Tue Mar 6 13:12:54 2018 Flash: Fri May 18 18:44:49 2018 BootProm: 1.0.1
The text was updated successfully, but these errors were encountered:
pyfos_maps is only supported on Fabric OS v8.2.1 onwards only. The switch needs to be upgraded to 8.2.1 to use "pyfos_maps"
Sorry, something went wrong.
Please check with 8.2.1 branch and close the issue accordingly.
cocampbe
No branches or pull requests
Is this not supported on 8.2.0?
Getting this result
switch info
The text was updated successfully, but these errors were encountered: