24
24
// ReSharper disable once CheckNamespace
25
25
namespace Elasticsearch . Net . Specification . CatApi
26
26
{
27
- ///<summary>Request options for Aliases <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html</para></summary>
27
+ ///<summary>Request options for Aliases <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html</para></summary>
28
28
public class CatAliasesRequestParameters : RequestParameters < CatAliasesRequestParameters >
29
29
{
30
30
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -78,7 +78,7 @@ public bool? Verbose
78
78
}
79
79
}
80
80
81
- ///<summary>Request options for Allocation <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html</para></summary>
81
+ ///<summary>Request options for Allocation <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html</para></summary>
82
82
public class CatAllocationRequestParameters : RequestParameters < CatAllocationRequestParameters >
83
83
{
84
84
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -139,7 +139,7 @@ public bool? Verbose
139
139
}
140
140
}
141
141
142
- ///<summary>Request options for Count <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html</para></summary>
142
+ ///<summary>Request options for Count <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html</para></summary>
143
143
public class CatCountRequestParameters : RequestParameters < CatCountRequestParameters >
144
144
{
145
145
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -193,7 +193,7 @@ public bool? Verbose
193
193
}
194
194
}
195
195
196
- ///<summary>Request options for Fielddata <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html</para></summary>
196
+ ///<summary>Request options for Fielddata <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html</para></summary>
197
197
public class CatFielddataRequestParameters : RequestParameters < CatFielddataRequestParameters >
198
198
{
199
199
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -261,7 +261,7 @@ public bool? Verbose
261
261
}
262
262
}
263
263
264
- ///<summary>Request options for Health <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-health.html</para></summary>
264
+ ///<summary>Request options for Health <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-health.html</para></summary>
265
265
public class CatHealthRequestParameters : RequestParameters < CatHealthRequestParameters >
266
266
{
267
267
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -322,7 +322,7 @@ public bool? Verbose
322
322
}
323
323
}
324
324
325
- ///<summary>Request options for Help <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html</para></summary>
325
+ ///<summary>Request options for Help <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html</para></summary>
326
326
public class CatHelpRequestParameters : RequestParameters < CatHelpRequestParameters >
327
327
{
328
328
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -341,7 +341,7 @@ public string[] SortByColumns
341
341
}
342
342
}
343
343
344
- ///<summary>Request options for Indices <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html</para></summary>
344
+ ///<summary>Request options for Indices <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html</para></summary>
345
345
public class CatIndicesRequestParameters : RequestParameters < CatIndicesRequestParameters >
346
346
{
347
347
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -416,7 +416,7 @@ public bool? Verbose
416
416
}
417
417
}
418
418
419
- ///<summary>Request options for Master <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-master.html</para></summary>
419
+ ///<summary>Request options for Master <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-master.html</para></summary>
420
420
public class CatMasterRequestParameters : RequestParameters < CatMasterRequestParameters >
421
421
{
422
422
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -470,7 +470,7 @@ public bool? Verbose
470
470
}
471
471
}
472
472
473
- ///<summary>Request options for NodeAttributes <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodeattrs.html</para></summary>
473
+ ///<summary>Request options for NodeAttributes <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodeattrs.html</para></summary>
474
474
public class CatNodeAttributesRequestParameters : RequestParameters < CatNodeAttributesRequestParameters >
475
475
{
476
476
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -524,7 +524,7 @@ public bool? Verbose
524
524
}
525
525
}
526
526
527
- ///<summary>Request options for Nodes <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodes.html</para></summary>
527
+ ///<summary>Request options for Nodes <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodes.html</para></summary>
528
528
public class CatNodesRequestParameters : RequestParameters < CatNodesRequestParameters >
529
529
{
530
530
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -585,7 +585,7 @@ public bool? Verbose
585
585
}
586
586
}
587
587
588
- ///<summary>Request options for PendingTasks <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-pending-tasks.html</para></summary>
588
+ ///<summary>Request options for PendingTasks <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-pending-tasks.html</para></summary>
589
589
public class CatPendingTasksRequestParameters : RequestParameters < CatPendingTasksRequestParameters >
590
590
{
591
591
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -639,7 +639,7 @@ public bool? Verbose
639
639
}
640
640
}
641
641
642
- ///<summary>Request options for Plugins <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-plugins.html</para></summary>
642
+ ///<summary>Request options for Plugins <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-plugins.html</para></summary>
643
643
public class CatPluginsRequestParameters : RequestParameters < CatPluginsRequestParameters >
644
644
{
645
645
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -693,7 +693,7 @@ public bool? Verbose
693
693
}
694
694
}
695
695
696
- ///<summary>Request options for Recovery <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-recovery.html</para></summary>
696
+ ///<summary>Request options for Recovery <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-recovery.html</para></summary>
697
697
public class CatRecoveryRequestParameters : RequestParameters < CatRecoveryRequestParameters >
698
698
{
699
699
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -747,7 +747,7 @@ public bool? Verbose
747
747
}
748
748
}
749
749
750
- ///<summary>Request options for Repositories <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-repositories.html</para></summary>
750
+ ///<summary>Request options for Repositories <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-repositories.html</para></summary>
751
751
public class CatRepositoriesRequestParameters : RequestParameters < CatRepositoriesRequestParameters >
752
752
{
753
753
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -801,7 +801,7 @@ public bool? Verbose
801
801
}
802
802
}
803
803
804
- ///<summary>Request options for Segments <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-segments.html</para></summary>
804
+ ///<summary>Request options for Segments <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-segments.html</para></summary>
805
805
public class CatSegmentsRequestParameters : RequestParameters < CatSegmentsRequestParameters >
806
806
{
807
807
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -848,7 +848,7 @@ public bool? Verbose
848
848
}
849
849
}
850
850
851
- ///<summary>Request options for Shards <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-shards.html</para></summary>
851
+ ///<summary>Request options for Shards <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-shards.html</para></summary>
852
852
public class CatShardsRequestParameters : RequestParameters < CatShardsRequestParameters >
853
853
{
854
854
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -909,7 +909,7 @@ public bool? Verbose
909
909
}
910
910
}
911
911
912
- ///<summary>Request options for Snapshots <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-snapshots.html</para></summary>
912
+ ///<summary>Request options for Snapshots <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-snapshots.html</para></summary>
913
913
public class CatSnapshotsRequestParameters : RequestParameters < CatSnapshotsRequestParameters >
914
914
{
915
915
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -963,7 +963,7 @@ public bool? Verbose
963
963
}
964
964
}
965
965
966
- ///<summary>Request options for Tasks <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html</para></summary>
966
+ ///<summary>Request options for Tasks <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html</para></summary>
967
967
public class CatTasksRequestParameters : RequestParameters < CatTasksRequestParameters >
968
968
{
969
969
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -1034,7 +1034,7 @@ public bool? Verbose
1034
1034
}
1035
1035
}
1036
1036
1037
- ///<summary>Request options for Templates <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-templates.html</para></summary>
1037
+ ///<summary>Request options for Templates <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-templates.html</para></summary>
1038
1038
public class CatTemplatesRequestParameters : RequestParameters < CatTemplatesRequestParameters >
1039
1039
{
1040
1040
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
@@ -1088,7 +1088,7 @@ public bool? Verbose
1088
1088
}
1089
1089
}
1090
1090
1091
- ///<summary>Request options for ThreadPool <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-thread-pool.html</para></summary>
1091
+ ///<summary>Request options for ThreadPool <para>http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-thread-pool.html</para></summary>
1092
1092
public class CatThreadPoolRequestParameters : RequestParameters < CatThreadPoolRequestParameters >
1093
1093
{
1094
1094
public override HttpMethod DefaultHttpMethod => HttpMethod . GET ;
0 commit comments