Added shutdown to desired-state docs for filter node/service ps

Signed-off-by: Josh Horwitz <horwitzja@gmail.com>

$Updated http docs for /tasks filters

$Signed-off-by: Josh Horwitz <horwitzja@gmail.com>
This commit is contained in:
Josh Horwitz 2016-07-29 13:46:38 -04:00
parent b38c25ad41
commit aae149bd52
4 changed files with 8 additions and 2 deletions

View File

@ -4503,6 +4503,9 @@ List tasks
- `id=<task id>`
- `name=<task name>`
- `service=<service name>`
- `node=<node id>`
- `label=key` or `label="key=value"`
- `desired-state=(running | shutdown | accepted)`
**Status codes**:

View File

@ -4503,6 +4503,9 @@ List tasks
- `id=<task id>`
- `name=<task name>`
- `service=<service name>`
- `node=<node id>`
- `label=key` or `label="key=value"`
- `desired-state=(running | shutdown | accepted)`
**Status codes**:

View File

@ -89,7 +89,7 @@ bg8c07zzg87di2mufeq51a2qp redis.7 redis redis:3.0.6 Running 9 minutes Ru
#### desired-state
The `desired-state` filter can take the values `running` and `accepted`.
The `desired-state` filter can take the values `running`, `shutdown`, and `accepted`.
## Related information

View File

@ -87,7 +87,7 @@ ID NAME SERVICE IMAGE DESIRED STATE LAST S
#### desired-state
The `desired-state` filter can take the values `running` and `accepted`.
The `desired-state` filter can take the values `running`, `shutdown`, and `accepted`.
## Related information