-
Notifications
You must be signed in to change notification settings - Fork 158
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
juniper_junos_command returning inconsistent results between JSON and text #401
Comments
What's the output of executing |
|
The issue seem to have be due to json duplicate keys not converted to list. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Type
Module Name
juniper_junos_command
OS / Environment
Summary
The SRX300 has a primary and backup partition. I am looking for the juniper_junos_command command to return the JUNOS version of both partition. It does with
formats: text
, but withformats: json
it only returns details for the primary partition.Steps to reproduce
Expected results
formats: json
to return output for both the primary and backup partitions, not just the primary.Actual results
In the debug output below, the first result if from
formats: json
and the second is fromformats: text
for comparison.The text was updated successfully, but these errors were encountered: