Browse code

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>

Josh Horwitz authored on 2016/07/30 02:46:38
Showing 4 changed files
... ...
@@ -4503,6 +4503,9 @@ List tasks
4503 4503
   - `id=<task id>`
4504 4504
   - `name=<task name>`
4505 4505
   - `service=<service name>`
4506
+  - `node=<node id>`
4507
+  - `label=key` or `label="key=value"`
4508
+  - `desired-state=(running | shutdown | accepted)`
4506 4509
 
4507 4510
 **Status codes**:
4508 4511
 
... ...
@@ -4503,6 +4503,9 @@ List tasks
4503 4503
   - `id=<task id>`
4504 4504
   - `name=<task name>`
4505 4505
   - `service=<service name>`
4506
+  - `node=<node id>`
4507
+  - `label=key` or `label="key=value"`
4508
+  - `desired-state=(running | shutdown | accepted)`
4506 4509
 
4507 4510
 **Status codes**:
4508 4511
 
... ...
@@ -89,7 +89,7 @@ bg8c07zzg87di2mufeq51a2qp  redis.7  redis    redis:3.0.6  Running 9 minutes   Ru
89 89
 
90 90
 #### desired-state
91 91
 
92
-The `desired-state` filter can take the values `running` and `accepted`.
92
+The `desired-state` filter can take the values `running`, `shutdown`, and `accepted`.
93 93
 
94 94
 
95 95
 ## Related information
... ...
@@ -87,7 +87,7 @@ ID                         NAME      SERVICE  IMAGE        DESIRED STATE  LAST S
87 87
 
88 88
 #### desired-state
89 89
 
90
-The `desired-state` filter can take the values `running` and `accepted`.
90
+The `desired-state` filter can take the values `running`, `shutdown`, and `accepted`.
91 91
 
92 92
 
93 93
 ## Related information