[WIP] Network return docs (#23441)

Network return docs
This commit is contained in:
John R Barker
2017-04-12 13:13:41 -04:00
committed by GitHub
parent 92dc61e869
commit 902bc58509
79 changed files with 184 additions and 172 deletions

View File

@@ -94,6 +94,8 @@ EXAMPLES = """
RETURN = """
command:
description: The CLI command run on the target node(s).
returned: always
type: str
stdout:
description: The set of responses from the cluster command.
returned: always

View File

@@ -83,6 +83,8 @@ EXAMPLES = """
RETURN = """
command:
description: The CLI command run on the target node(s).
returned: always
type: str
stdout:
description: The set of responses from the ospf command.
returned: always

View File

@@ -98,6 +98,8 @@ EXAMPLES = """
RETURN = """
command:
description: The CLI command run on the target node(s).
returned: always
type: str
stdout:
description: The set of responses from the ospf command.
returned: always

View File

@@ -79,6 +79,8 @@ EXAMPLES = """
RETURN = """
command:
description: The CLI command run on the target node(s).
returned: always
type: str
stdout:
description: The set of responses from the show command.
returned: always

View File

@@ -145,6 +145,8 @@ EXAMPLES = """
RETURN = """
command:
description: The CLI command run on the target node(s).
returned: always
type: str
stdout:
description: The set of responses from the trunk command.
returned: always

View File

@@ -117,6 +117,8 @@ EXAMPLES = """
RETURN = """
command:
description: The CLI command run on the target node(s).
returned: always
type: str
stdout:
description: The set of responses from the vlag command.
returned: always

View File

@@ -97,6 +97,8 @@ EXAMPLES = """
RETURN = """
command:
description: The CLI command run on the target node(s).
returned: always
type: str
stdout:
description: The set of responses from the vlan command.
returned: always

View File

@@ -131,6 +131,8 @@ EXAMPLES = """
RETURN = """
command:
description: The CLI command run on the target node(s).
returned: always
type: str
stdout:
description: The set of responses from the vrouter command.
returned: always

View File

@@ -144,6 +144,8 @@ EXAMPLES = """
RETURN = """
command:
description: The CLI command run on the target node(s).
returned: always
type: str
stdout:
description: The set of responses from the vrouterbpg command.
returned: always

View File

@@ -141,13 +141,15 @@ EXAMPLES = """
"""
RETURN = """
vrouterifcmd:
command:
description: The CLI command run on the target node(s).
stdout/msg:
returned: always
type: str
stdout:
description: The set of responses from the vrouterif command.
returned: on success
type: list
stderr/msg:
stderr:
description: The set of error responses from the vrouterif command.
returned: on error
type: str

View File

@@ -84,6 +84,8 @@ EXAMPLES = """
RETURN = """
command:
description: The CLI command run on the target node(s).
returned: always
type: str
stdout:
description: The set of responses from the vrouterlb command.
returned: always