get_config with junos - save as type set/json? #1403
pointybirds
started this conversation in
Ideas
Replies: 1 comment
-
Hi @pointybirds, yes, this make sense; there's also this FR: #1105. If you'd like to work on this, feel free to go ahead and open a PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
New Napalm user here, so bear with me: When using the get_config function for a junos device, it would be nice to be able to retrieve the config in the "set" or json style formats, rather than just the programmatic "text" version. As far as I can see with my limited skills, this is available in the "format" option of the options dict in the junos get_config function:
Does it seem reasonable to make this something the user can configure (with the default as text), or is there a better way to go about it? Apologies if this has been mentioned before, but I can't find anything about it.
Beta Was this translation helpful? Give feedback.
All reactions