Skip to content

Commit 7325c42

Browse files
Update rest-api-spec (#3823)
Co-authored-by: pquentin <[email protected]>
1 parent 4d71f00 commit 7325c42

File tree

6 files changed

+32
-24
lines changed

6 files changed

+32
-24
lines changed

output/schema/validation-errors.json

Lines changed: 1 addition & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_json_spec/async_search.submit.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
"description": "Control whether the response should be stored in the cluster if it completed within the provided [wait_for_completion] time (default: false)",
4040
"default": false
4141
},
42+
"keep_alive": {
43+
"type": "time",
44+
"description": "Update the time interval in which the results (partial or final) for this search will be available",
45+
"default": "5d"
46+
},
4247
"batched_reduce_size": {
4348
"type": "number",
4449
"description": "The number of shard results that should be reduced at once on the coordinating node. This value should be used as the granularity at which progress results will be made available.",

specification/_json_spec/license.post_start_trial.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
"master_timeout": {
3030
"type": "time",
3131
"description": "Timeout for processing on master node"
32-
},
33-
"timeout": {
34-
"type": "time",
35-
"description": "Timeout for acknowledgement of update from all nodes in cluster"
3632
}
3733
}
3834
}

specification/_json_spec/shutdown.delete_node.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@
2424
}
2525
]
2626
},
27-
"params": {}
27+
"params": {
28+
"master_timeout": {
29+
"type": "time",
30+
"description": "Explicit operation timeout for connection to master node"
31+
},
32+
"timeout": {
33+
"type": "time",
34+
"description": "Explicit operation timeout"
35+
}
36+
}
2837
}
2938
}

specification/_json_spec/shutdown.put_node.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,16 @@
2424
}
2525
]
2626
},
27-
"params": {},
27+
"params": {
28+
"master_timeout": {
29+
"type": "time",
30+
"description": "Explicit operation timeout for connection to master node"
31+
},
32+
"timeout": {
33+
"type": "time",
34+
"description": "Explicit operation timeout"
35+
}
36+
},
2837
"body": {
2938
"description": "The shutdown type definition to register",
3039
"required": true

specification/_json_spec/xpack.info.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
]
1919
},
2020
"params": {
21+
"human": {
22+
"type": "boolean",
23+
"required": false,
24+
"description": "Defines whether additional human-readable information is included in the response. In particular, it adds descriptions and a tag line. The default value is true.",
25+
"default": true
26+
},
2127
"categories": {
2228
"type": "list",
2329
"description": "Comma-separated list of info categories. Can be any of: build, license, features"

0 commit comments

Comments
 (0)