Skip to content

Commit 1e6aa2c

Browse files
committed
Update to latest 5.x REST spec
1 parent 1a8e9f0 commit 1e6aa2c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+12750
-12271
lines changed

src/CodeGeneration/ApiGenerator/RestSpecification/Core/cat.aliases.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
"description": "Return help information",
3434
"default": false
3535
},
36+
"s": {
37+
"type": "list",
38+
"description" : "Comma-separated list of column names or column aliases to sort by"
39+
},
3640
"v": {
3741
"type": "boolean",
3842
"description": "Verbose mode. Display column headers",

src/CodeGeneration/ApiGenerator/RestSpecification/Core/cat.allocation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
"description": "Return help information",
3939
"default": false
4040
},
41+
"s": {
42+
"type": "list",
43+
"description" : "Comma-separated list of column names or column aliases to sort by"
44+
},
4145
"v": {
4246
"type": "boolean",
4347
"description": "Verbose mode. Display column headers",

src/CodeGeneration/ApiGenerator/RestSpecification/Core/cat.count.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
"description": "Return help information",
3434
"default": false
3535
},
36+
"s": {
37+
"type": "list",
38+
"description" : "Comma-separated list of column names or column aliases to sort by"
39+
},
3640
"v": {
3741
"type": "boolean",
3842
"description": "Verbose mode. Display column headers",

src/CodeGeneration/ApiGenerator/RestSpecification/Core/cat.fielddata.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
"description": "Return help information",
3939
"default": false
4040
},
41+
"s": {
42+
"type": "list",
43+
"description" : "Comma-separated list of column names or column aliases to sort by"
44+
},
4145
"v": {
4246
"type": "boolean",
4347
"description": "Verbose mode. Display column headers",

src/CodeGeneration/ApiGenerator/RestSpecification/Core/cat.health.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"description": "Return help information",
3030
"default": false
3131
},
32+
"s": {
33+
"type": "list",
34+
"description" : "Comma-separated list of column names or column aliases to sort by"
35+
},
3236
"ts": {
3337
"type": "boolean",
3438
"description": "Set to false to disable timestamping",

src/CodeGeneration/ApiGenerator/RestSpecification/Core/cat.help.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"type": "boolean",
1313
"description": "Return help information",
1414
"default": false
15+
},
16+
"s": {
17+
"type": "list",
18+
"description" : "Comma-separated list of column names or column aliases to sort by"
1519
}
1620
}
1721
},

src/CodeGeneration/ApiGenerator/RestSpecification/Core/cat.indices.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
"description": "Set to true to return stats only for primary shards",
5050
"default": false
5151
},
52+
"s": {
53+
"type": "list",
54+
"description" : "Comma-separated list of column names or column aliases to sort by"
55+
},
5256
"v": {
5357
"type": "boolean",
5458
"description": "Verbose mode. Display column headers",

src/CodeGeneration/ApiGenerator/RestSpecification/Core/cat.master.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"description": "Return help information",
3030
"default": false
3131
},
32+
"s": {
33+
"type": "list",
34+
"description" : "Comma-separated list of column names or column aliases to sort by"
35+
},
3236
"v": {
3337
"type": "boolean",
3438
"description": "Verbose mode. Display column headers",

src/CodeGeneration/ApiGenerator/RestSpecification/Core/cat.nodeattrs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"description": "Return help information",
3030
"default": false
3131
},
32+
"s": {
33+
"type": "list",
34+
"description" : "Comma-separated list of column names or column aliases to sort by"
35+
},
3236
"v": {
3337
"type": "boolean",
3438
"description": "Verbose mode. Display column headers",

src/CodeGeneration/ApiGenerator/RestSpecification/Core/cat.nodes.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"description": "Return help information",
3030
"default": false
3131
},
32+
"s": {
33+
"type": "list",
34+
"description" : "Comma-separated list of column names or column aliases to sort by"
35+
},
3236
"v": {
3337
"type": "boolean",
3438
"description": "Verbose mode. Display column headers",

0 commit comments

Comments
 (0)