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

Switch version is lower than the object #3

Open
cocampbe opened this issue Oct 9, 2018 · 2 comments
Open

Switch version is lower than the object #3

cocampbe opened this issue Oct 9, 2018 · 2 comments
Assignees

Comments

@cocampbe
Copy link

cocampbe commented Oct 9, 2018

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
@raghavbrocade
Copy link
Collaborator

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"

@raghavbrocade
Copy link
Collaborator

Please check with 8.2.1 branch and close the issue accordingly.

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

2 participants