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

paloalto_panos_debug_swm_status.textfsm new template #706

Merged
merged 5 commits into from
May 19, 2020

Conversation

ancoleman
Copy link
Contributor

@ancoleman ancoleman commented May 19, 2020

ISSUE TYPE
• New Template Pull Request

COMPONENT
paloalto_panos_debug_swm_status.textfsm, panos, debug swm status

SUMMARY
Debug status in panos is not supported in Rest/XML API. Parsing the debug swm status provides access to state changes to monitor progress of new software versions for upgrade tasks.

BEFORE

Partition         State             Version
--------------------------------------------------------------------------------
sysroot0          RUNNING-ACTIVE    9.0.5.xfr
sysroot1          PENDING-CHANGE    9.1.2
maint             READY             9.1.2

AFTER

[{'part': 'sysroot0', 'state': 'RUNNING-ACTIVE', 'version': '9.0.5.xfr'}, {'part': 'sysroot1', 'state': 'PENDING-CHANGE', 'version': '9.1.2'}, {'part': 'maint', 'state': 'READY', 'version': '9.1.2'}]

@itdependsnetworks itdependsnetworks merged commit 3cb1cb5 into networktocode:master May 19, 2020
jvanderaa pushed a commit that referenced this pull request Nov 10, 2021
paloalto_panos_debug_swm_status.textfsm new template
guillaume-mbali pushed a commit to unyc-io/ntc-templates that referenced this pull request Apr 12, 2023
paloalto_panos_debug_swm_status.textfsm new template
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

Successfully merging this pull request may close these issues.

2 participants