@@ -55,6 +55,7 @@ public function aliases(array $params = [])
55
55
$ url = '/_cat/aliases ' ;
56
56
$ method = 'GET ' ;
57
57
}
58
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'local ' ,'h ' ,'help ' ,'s ' ,'v ' ,'expand_wildcards ' ]);
58
59
$ headers = array (
59
60
'Accept ' => 'text/plain,application/json ' ,
60
61
);
@@ -90,6 +91,7 @@ public function allocation(array $params = [])
90
91
$ url = '/_cat/allocation ' ;
91
92
$ method = 'GET ' ;
92
93
}
94
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'bytes ' ,'local ' ,'master_timeout ' ,'h ' ,'help ' ,'s ' ,'v ' ]);
93
95
$ headers = array (
94
96
'Accept ' => 'text/plain,application/json ' ,
95
97
);
@@ -122,6 +124,7 @@ public function count(array $params = [])
122
124
$ url = '/_cat/count ' ;
123
125
$ method = 'GET ' ;
124
126
}
127
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'h ' ,'help ' ,'s ' ,'v ' ]);
125
128
$ headers = array (
126
129
'Accept ' => 'text/plain,application/json ' ,
127
130
);
@@ -142,7 +145,6 @@ public function count(array $params = [])
142
145
* help: boolean, // Return help information
143
146
* s: list, // Comma-separated list of column names or column aliases to sort by
144
147
* v: boolean, // Verbose mode. Display column headers
145
- * fields: list, // A comma-separated list of fields to return in the output
146
148
* } $params
147
149
* @throws MissingParameterException if a required parameter is missing
148
150
* @return Elasticsearch|Promise
@@ -156,6 +158,7 @@ public function fielddata(array $params = [])
156
158
$ url = '/_cat/fielddata ' ;
157
159
$ method = 'GET ' ;
158
160
}
161
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'bytes ' ,'h ' ,'help ' ,'s ' ,'v ' ]);
159
162
$ headers = array (
160
163
'Accept ' => 'text/plain,application/json ' ,
161
164
);
@@ -185,6 +188,7 @@ public function health(array $params = [])
185
188
$ url = '/_cat/health ' ;
186
189
$ method = 'GET ' ;
187
190
191
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'h ' ,'help ' ,'s ' ,'time ' ,'ts ' ,'v ' ]);
188
192
$ headers = array (
189
193
'Accept ' => 'text/plain,application/json ' ,
190
194
);
@@ -209,6 +213,7 @@ public function help(array $params = [])
209
213
$ url = '/_cat ' ;
210
214
$ method = 'GET ' ;
211
215
216
+ $ url = $ this ->addQueryString ($ url , $ params , ['help ' ,'s ' ]);
212
217
$ headers = array (
213
218
'Accept ' => 'text/plain ' ,
214
219
);
@@ -248,6 +253,7 @@ public function indices(array $params = [])
248
253
$ url = '/_cat/indices ' ;
249
254
$ method = 'GET ' ;
250
255
}
256
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'bytes ' ,'master_timeout ' ,'h ' ,'health ' ,'help ' ,'pri ' ,'s ' ,'time ' ,'v ' ,'include_unloaded_segments ' ,'expand_wildcards ' ]);
251
257
$ headers = array (
252
258
'Accept ' => 'text/plain,application/json ' ,
253
259
);
@@ -277,6 +283,7 @@ public function master(array $params = [])
277
283
$ url = '/_cat/master ' ;
278
284
$ method = 'GET ' ;
279
285
286
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'local ' ,'master_timeout ' ,'h ' ,'help ' ,'s ' ,'v ' ]);
280
287
$ headers = array (
281
288
'Accept ' => 'text/plain,application/json ' ,
282
289
);
@@ -312,6 +319,7 @@ public function mlDataFrameAnalytics(array $params = [])
312
319
$ url = '/_cat/ml/data_frame/analytics ' ;
313
320
$ method = 'GET ' ;
314
321
}
322
+ $ url = $ this ->addQueryString ($ url , $ params , ['allow_no_match ' ,'bytes ' ,'format ' ,'h ' ,'help ' ,'s ' ,'time ' ,'v ' ]);
315
323
$ headers = array (
316
324
'Accept ' => 'text/plain,application/json ' ,
317
325
);
@@ -346,6 +354,7 @@ public function mlDatafeeds(array $params = [])
346
354
$ url = '/_cat/ml/datafeeds ' ;
347
355
$ method = 'GET ' ;
348
356
}
357
+ $ url = $ this ->addQueryString ($ url , $ params , ['allow_no_match ' ,'format ' ,'h ' ,'help ' ,'s ' ,'time ' ,'v ' ]);
349
358
$ headers = array (
350
359
'Accept ' => 'text/plain,application/json ' ,
351
360
);
@@ -381,6 +390,7 @@ public function mlJobs(array $params = [])
381
390
$ url = '/_cat/ml/anomaly_detectors ' ;
382
391
$ method = 'GET ' ;
383
392
}
393
+ $ url = $ this ->addQueryString ($ url , $ params , ['allow_no_match ' ,'bytes ' ,'format ' ,'h ' ,'help ' ,'s ' ,'time ' ,'v ' ]);
384
394
$ headers = array (
385
395
'Accept ' => 'text/plain,application/json ' ,
386
396
);
@@ -418,6 +428,7 @@ public function mlTrainedModels(array $params = [])
418
428
$ url = '/_cat/ml/trained_models ' ;
419
429
$ method = 'GET ' ;
420
430
}
431
+ $ url = $ this ->addQueryString ($ url , $ params , ['allow_no_match ' ,'from ' ,'size ' ,'bytes ' ,'format ' ,'h ' ,'help ' ,'s ' ,'time ' ,'v ' ]);
421
432
$ headers = array (
422
433
'Accept ' => 'text/plain,application/json ' ,
423
434
);
@@ -447,6 +458,7 @@ public function nodeattrs(array $params = [])
447
458
$ url = '/_cat/nodeattrs ' ;
448
459
$ method = 'GET ' ;
449
460
461
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'local ' ,'master_timeout ' ,'h ' ,'help ' ,'s ' ,'v ' ]);
450
462
$ headers = array (
451
463
'Accept ' => 'text/plain,application/json ' ,
452
464
);
@@ -479,6 +491,7 @@ public function nodes(array $params = [])
479
491
$ url = '/_cat/nodes ' ;
480
492
$ method = 'GET ' ;
481
493
494
+ $ url = $ this ->addQueryString ($ url , $ params , ['bytes ' ,'format ' ,'full_id ' ,'master_timeout ' ,'h ' ,'help ' ,'s ' ,'time ' ,'v ' ,'include_unloaded_segments ' ]);
482
495
$ headers = array (
483
496
'Accept ' => 'text/plain,application/json ' ,
484
497
);
@@ -509,6 +522,7 @@ public function pendingTasks(array $params = [])
509
522
$ url = '/_cat/pending_tasks ' ;
510
523
$ method = 'GET ' ;
511
524
525
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'local ' ,'master_timeout ' ,'h ' ,'help ' ,'s ' ,'time ' ,'v ' ]);
512
526
$ headers = array (
513
527
'Accept ' => 'text/plain,application/json ' ,
514
528
);
@@ -539,6 +553,7 @@ public function plugins(array $params = [])
539
553
$ url = '/_cat/plugins ' ;
540
554
$ method = 'GET ' ;
541
555
556
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'local ' ,'master_timeout ' ,'h ' ,'help ' ,'include_bootstrap ' ,'s ' ,'v ' ]);
542
557
$ headers = array (
543
558
'Accept ' => 'text/plain,application/json ' ,
544
559
);
@@ -559,7 +574,6 @@ public function plugins(array $params = [])
559
574
* detailed: boolean, // If `true`, the response includes detailed information about shard recoveries
560
575
* h: list, // Comma-separated list of column names to display
561
576
* help: boolean, // Return help information
562
- * index: list, // Comma-separated list or wildcard expression of index names to limit the returned information
563
577
* s: list, // Comma-separated list of column names or column aliases to sort by
564
578
* time: enum, // The unit in which to display time values
565
579
* v: boolean, // Verbose mode. Display column headers
@@ -576,6 +590,7 @@ public function recovery(array $params = [])
576
590
$ url = '/_cat/recovery ' ;
577
591
$ method = 'GET ' ;
578
592
}
593
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'active_only ' ,'bytes ' ,'detailed ' ,'h ' ,'help ' ,'s ' ,'time ' ,'v ' ]);
579
594
$ headers = array (
580
595
'Accept ' => 'text/plain,application/json ' ,
581
596
);
@@ -605,6 +620,7 @@ public function repositories(array $params = [])
605
620
$ url = '/_cat/repositories ' ;
606
621
$ method = 'GET ' ;
607
622
623
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'local ' ,'master_timeout ' ,'h ' ,'help ' ,'s ' ,'v ' ]);
608
624
$ headers = array (
609
625
'Accept ' => 'text/plain,application/json ' ,
610
626
);
@@ -638,6 +654,7 @@ public function segments(array $params = [])
638
654
$ url = '/_cat/segments ' ;
639
655
$ method = 'GET ' ;
640
656
}
657
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'bytes ' ,'h ' ,'help ' ,'s ' ,'v ' ]);
641
658
$ headers = array (
642
659
'Accept ' => 'text/plain,application/json ' ,
643
660
);
@@ -673,6 +690,7 @@ public function shards(array $params = [])
673
690
$ url = '/_cat/shards ' ;
674
691
$ method = 'GET ' ;
675
692
}
693
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'bytes ' ,'master_timeout ' ,'h ' ,'help ' ,'s ' ,'time ' ,'v ' ]);
676
694
$ headers = array (
677
695
'Accept ' => 'text/plain,application/json ' ,
678
696
);
@@ -708,6 +726,7 @@ public function snapshots(array $params = [])
708
726
$ url = '/_cat/snapshots ' ;
709
727
$ method = 'GET ' ;
710
728
}
729
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'ignore_unavailable ' ,'master_timeout ' ,'h ' ,'help ' ,'s ' ,'time ' ,'v ' ]);
711
730
$ headers = array (
712
731
'Accept ' => 'text/plain,application/json ' ,
713
732
);
@@ -741,6 +760,7 @@ public function tasks(array $params = [])
741
760
$ url = '/_cat/tasks ' ;
742
761
$ method = 'GET ' ;
743
762
763
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'nodes ' ,'actions ' ,'detailed ' ,'parent_task_id ' ,'h ' ,'help ' ,'s ' ,'time ' ,'v ' ]);
744
764
$ headers = array (
745
765
'Accept ' => 'text/plain,application/json ' ,
746
766
);
@@ -775,6 +795,7 @@ public function templates(array $params = [])
775
795
$ url = '/_cat/templates ' ;
776
796
$ method = 'GET ' ;
777
797
}
798
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'local ' ,'master_timeout ' ,'h ' ,'help ' ,'s ' ,'v ' ]);
778
799
$ headers = array (
779
800
'Accept ' => 'text/plain,application/json ' ,
780
801
);
@@ -811,6 +832,7 @@ public function threadPool(array $params = [])
811
832
$ url = '/_cat/thread_pool ' ;
812
833
$ method = 'GET ' ;
813
834
}
835
+ $ url = $ this ->addQueryString ($ url , $ params , ['format ' ,'time ' ,'local ' ,'master_timeout ' ,'h ' ,'help ' ,'s ' ,'v ' ]);
814
836
$ headers = array (
815
837
'Accept ' => 'text/plain,application/json ' ,
816
838
);
@@ -847,6 +869,7 @@ public function transforms(array $params = [])
847
869
$ url = '/_cat/transforms ' ;
848
870
$ method = 'GET ' ;
849
871
}
872
+ $ url = $ this ->addQueryString ($ url , $ params , ['from ' ,'size ' ,'allow_no_match ' ,'format ' ,'h ' ,'help ' ,'s ' ,'time ' ,'v ' ]);
850
873
$ headers = array (
851
874
'Accept ' => 'text/plain,application/json ' ,
852
875
);
0 commit comments