mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #26677 from rallytime/bp-26653
Back-port #26653 to 2015.5
This commit is contained in:
commit
d7f682cb5b
1 changed files with 4 additions and 1 deletions
|
@ -819,7 +819,7 @@ class LowDataAdapter(object):
|
|||
-d arg='du -sh .' \\
|
||||
-d arg='/path/to/dir'
|
||||
|
||||
# Sending posiitonal args and Keyword args with JSON:
|
||||
# Sending positional args and Keyword args with JSON:
|
||||
echo '[
|
||||
{
|
||||
"client": "local",
|
||||
|
@ -996,6 +996,9 @@ class Jobs(LowDataAdapter):
|
|||
|
||||
List jobs or show a single job from the job cache.
|
||||
|
||||
:reqheader X-Auth-Token: |req_token|
|
||||
:reqheader Accept: |req_accept|
|
||||
|
||||
:status 200: |200|
|
||||
:status 401: |401|
|
||||
:status 406: |406|
|
||||
|
|
Loading…
Add table
Reference in a new issue