Add Show Interface Example (#41863)

<!--- Your description here -->

+label: docsite_pr
This commit is contained in:
permitanyany 2018-06-25 09:47:02 -04:00 committed by Alicia Cozine
parent 44e9ea30c9
commit c309381f19

View file

@ -73,6 +73,15 @@ EXAMPLES = '''
commit: true
description: "Ansible - add swps1-48"
- name: Fetch Status Of Interface
nclu:
commands:
- show interface swp1
register: output
- name: Print Status Of Interface
debug:
var: output
- name: Fetch Details From All Interfaces In JSON Format
nclu:
commands: