@@ -23,19 +23,19 @@ This page lists all known jobs in a paginated, searchable, and sortable table.
23
23
### Parameters
24
24
25
25
- ` namespace ` ` (string: "") ` - Specifies the namespace all jobs should be a member
26
- of. This is specified as a querystring parameter. Namespaces are an enterprise feature.
26
+ of. This is specified as a query string parameter. Namespaces are an enterprise feature.
27
27
28
28
- ` sort ` ` (string: "") ` - Specifies the property the list of jobs should be sorted by.
29
- This is specified as a querystring parameter.
29
+ This is specified as a query string parameter.
30
30
31
31
- ` desc ` ` (boolean: false) ` - Specifies whether or not the sort direction is descending
32
- or ascending. This is specified as a querystring parameter.
32
+ or ascending. This is specified as a query string parameter.
33
33
34
34
- ` search ` ` (string: "") ` - Specifies a regular expression uses to filter the list of
35
- visible jobs. This is specified as a querystring parameter.
35
+ visible jobs. This is specified as a query string parameter.
36
36
37
37
- ` page ` ` (int: 0) ` - Specifies the page in the jobs list that should be visible. This
38
- is specified as a querystring parameter.
38
+ is specified as a query string parameter.
39
39
40
40
41
41
## Job Detail
@@ -74,13 +74,13 @@ based on the type of job.
74
74
### Parameters
75
75
76
76
- ` sort ` ` (string: "") ` - Specifies the property the list of task groups should be
77
- sorted by. This is specified as a querystring parameter.
77
+ sorted by. This is specified as a query string parameter.
78
78
79
79
- ` desc ` ` (boolean: false) ` - Specifies whether or not the sort direction is descending
80
- or ascending. This is specified as a querystring parameter.
80
+ or ascending. This is specified as a query string parameter.
81
81
82
82
- ` page ` ` (int: 0) ` - Specifies the page in the task groups list that should be visible. This
83
- is specified as a querystring parameter.
83
+ is specified as a query string parameter.
84
84
85
85
86
86
### Job Definition
@@ -133,16 +133,16 @@ allocations.
133
133
### Parameters
134
134
135
135
- ` sort ` ` (string: "") ` - Specifies the property the list of allocations should be sorted by.
136
- This is specified as a querystring parameter.
136
+ This is specified as a query string parameter.
137
137
138
138
- ` desc ` ` (boolean: false) ` - Specifies whether or not the sort direction is descending
139
- or ascending. This is specified as a querystring parameter.
139
+ or ascending. This is specified as a query string parameter.
140
140
141
141
- ` search ` ` (string: "") ` - Specifies a regular expression uses to filter the list of
142
- visible allocations. This is specified as a querystring parameter.
142
+ visible allocations. This is specified as a query string parameter.
143
143
144
144
- ` page ` ` (int: 0) ` - Specifies the page in the allocations list that should be visible. This
145
- is specified as a querystring parameter.
145
+ is specified as a query string parameter.
146
146
147
147
148
148
## Allocation Detail
@@ -160,10 +160,10 @@ description of the event.
160
160
### Parameters
161
161
162
162
- ` sort ` ` (string: "") ` - Specifies the property the list of tasks should be sorted by.
163
- This is specified as a querystring parameter.
163
+ This is specified as a query string parameter.
164
164
165
165
- ` desc ` ` (boolean: false) ` - Specifies whether or not the sort direction is descending
166
- or ascending. This is specified as a querystring parameter.
166
+ or ascending. This is specified as a query string parameter.
167
167
168
168
169
169
## Task Detail
@@ -199,16 +199,16 @@ table.
199
199
### Parameters
200
200
201
201
- ` sort ` ` (string: "") ` - Specifies the property the list of client nodes should be sorted by.
202
- This is specified as a querystring parameter.
202
+ This is specified as a query string parameter.
203
203
204
204
- ` desc ` ` (boolean: false) ` - Specifies whether or not the sort direction is descending
205
- or ascending. This is specified as a querystring parameter.
205
+ or ascending. This is specified as a query string parameter.
206
206
207
207
- ` search ` ` (string: "") ` - Specifies a regular expression uses to filter the list of
208
- visible client nodes. This is specified as a querystring parameter.
208
+ visible client nodes. This is specified as a query string parameter.
209
209
210
210
- ` page ` ` (int: 0) ` - Specifies the page in the client nodes list that should be visible. This
211
- is specified as a querystring parameter.
211
+ is specified as a query string parameter.
212
212
213
213
214
214
## Node Detail
@@ -223,16 +223,16 @@ address, port, datacenter, allocations, and attributes.
223
223
### Parameters
224
224
225
225
- ` sort ` ` (string: "") ` - Specifies the property the list of allocations should be sorted by.
226
- This is specified as a querystring parameter.
226
+ This is specified as a query string parameter.
227
227
228
228
- ` desc ` ` (boolean: false) ` - Specifies whether or not the sort direction is descending
229
- or ascending. This is specified as a querystring parameter.
229
+ or ascending. This is specified as a query string parameter.
230
230
231
231
- ` search ` ` (string: "") ` - Specifies a regular expression uses to filter the list of
232
- visible allocations. This is specified as a querystring parameter.
232
+ visible allocations. This is specified as a query string parameter.
233
233
234
234
- ` page ` ` (int: 0) ` - Specifies the page in the allocations list that should be visible. This
235
- is specified as a querystring parameter.
235
+ is specified as a query string parameter.
236
236
237
237
238
238
## Servers List
@@ -248,13 +248,13 @@ the leader.
248
248
### Parameters
249
249
250
250
- ` sort ` ` (string: "") ` - Specifies the property the list of server agents should be sorted by.
251
- This is specified as a querystring parameter.
251
+ This is specified as a query string parameter.
252
252
253
253
- ` desc ` ` (boolean: false) ` - Specifies whether or not the sort direction is descending
254
- or ascending. This is specified as a querystring parameter.
254
+ or ascending. This is specified as a query string parameter.
255
255
256
256
- ` page ` ` (int: 0) ` - Specifies the page in the server agents list that should be visible. This
257
- is specified as a querystring parameter.
257
+ is specified as a query string parameter.
258
258
259
259
260
260
## Server Detail
0 commit comments