Add doc for display argument of junos_command (#23804)
This commit is contained in:
parent
c7f4c97b18
commit
01afe12cba
1 changed files with 10 additions and 0 deletions
|
@ -90,6 +90,16 @@ options:
|
||||||
trying the command again.
|
trying the command again.
|
||||||
required: false
|
required: false
|
||||||
default: 1
|
default: 1
|
||||||
|
display:
|
||||||
|
description:
|
||||||
|
- Encoding scheme to use when serializing output from the device.
|
||||||
|
This handles how to properly understand the output and apply the
|
||||||
|
conditionals path to the result set.
|
||||||
|
required: false
|
||||||
|
default: 'text'
|
||||||
|
aliases: ['format', 'output']
|
||||||
|
choices: ['text', 'json', 'xml']
|
||||||
|
version_added: "2.3"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
Loading…
Reference in a new issue