Skip to content

Commit e5a8b60

Browse files
Update rest-api-spec (#5448)
Co-authored-by: pquentin <[email protected]>
1 parent 3ae4062 commit e5a8b60

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_sample_stats": {
3+
"documentation": {
4+
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-get-sample",
5+
"description": "Get stats about a random sample of ingested data"
6+
},
7+
"stability": "experimental",
8+
"visibility": "public",
9+
"headers": {
10+
"accept": ["application/json"]
11+
},
12+
"url": {
13+
"paths": [
14+
{
15+
"path": "/{index}/_sample/stats",
16+
"methods": ["GET"],
17+
"parts": {
18+
"index": {
19+
"type": "string",
20+
"description": "The name of a data stream or index"
21+
}
22+
}
23+
}
24+
]
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)