File tree Expand file tree Collapse file tree 4 files changed +18
-22
lines changed Expand file tree Collapse file tree 4 files changed +18
-22
lines changed Original file line number Diff line number Diff line change 56
56
],
57
57
"response" : []
58
58
},
59
- "cat.help" : {
60
- "request" : [
61
- " Request: missing json spec query parameter 'help'" ,
62
- " Request: missing json spec query parameter 's'"
63
- ],
64
- "response" : []
65
- },
66
59
"cat.indices" : {
67
60
"request" : [
68
61
" request definition cat.indices:Request / body - A request with inherited properties must have a PropertyBody"
138
131
},
139
132
"cat.segments" : {
140
133
"request" : [
141
- " Request: query parameter 'local' does not exist in the json spec" ,
142
- " Request: query parameter 'master_timeout' does not exist in the json spec" ,
143
134
" request definition cat.segments:Request / body - A request with inherited properties must have a PropertyBody"
144
135
],
145
136
"response" : []
158
149
},
159
150
"cat.tasks" : {
160
151
"request" : [
161
- " Request: query parameter 'timeout' does not exist in the json spec" ,
162
- " Request: query parameter 'wait_for_completion' does not exist in the json spec" ,
163
152
" request definition cat.tasks:Request / body - A request with inherited properties must have a PropertyBody"
164
153
],
165
154
"response" : []
Original file line number Diff line number Diff line change 16
16
"methods" : [" GET" ]
17
17
}
18
18
]
19
- },
20
- "params" : {
21
- "help" : {
22
- "type" : " boolean" ,
23
- "description" : " Return help information" ,
24
- "default" : false
25
- },
26
- "s" : {
27
- "type" : " list" ,
28
- "description" : " Comma-separated list of column names or column aliases to sort by"
29
- }
30
19
}
31
20
}
32
21
}
Original file line number Diff line number Diff line change 32
32
"type" : " string" ,
33
33
"description" : " a short version of the Accept header, e.g. json, yaml"
34
34
},
35
+ "local" : {
36
+ "type" : " boolean" ,
37
+ "description" : " Return local information, do not retrieve the state from master node (default: false)"
38
+ },
39
+ "master_timeout" : {
40
+ "type" : " time" ,
41
+ "description" : " Explicit operation timeout for connection to master node"
42
+ },
35
43
"bytes" : {
36
44
"type" : " enum" ,
37
45
"description" : " The unit in which to display byte values" ,
Original file line number Diff line number Diff line change 60
60
"type" : " boolean" ,
61
61
"description" : " Verbose mode. Display column headers" ,
62
62
"default" : false
63
+ },
64
+ "timeout" : {
65
+ "type" : " time" ,
66
+ "default" : " 30s" ,
67
+ "description" : " Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error."
68
+ },
69
+ "wait_for_completion" : {
70
+ "type" : " boolean" ,
71
+ "default" : false ,
72
+ "description" : " If `true`, the request blocks until the task has completed."
63
73
}
64
74
}
65
75
}
You can’t perform that action at this time.
0 commit comments