Skip to content

Commit 3b1af17

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent 7868bd1 commit 3b1af17

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

output/schema/schema.json

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"indices.get_all_sample_configuration": {
3+
"documentation": {
4+
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-get-all-sample-configuration",
5+
"description": "Get sampling configurations for all indices and data streams"
6+
},
7+
"stability": "experimental",
8+
"visibility": "public",
9+
"headers": {
10+
"accept": ["application/json"]
11+
},
12+
"url": {
13+
"paths": [
14+
{
15+
"path": "/_sample/config",
16+
"methods": ["GET"]
17+
}
18+
]
19+
},
20+
"params": {
21+
"master_timeout": {
22+
"type": "time",
23+
"description": "Timeout for connection to master node"
24+
}
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)