Skip to content

Commit 703fbaf

Browse files
github-actions[bot]pquentinl-trotta
authored
Update rest-api-spec (#5329)
Co-authored-by: pquentin <[email protected]> Co-authored-by: Laura Trotta <[email protected]>
1 parent 5796da6 commit 703fbaf

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

output/schema/schema.json

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"security.get_stats": {
3+
"documentation": {
4+
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-security-get-stats",
5+
"description": "Get security statistics for all nodes"
6+
},
7+
"stability": "stable",
8+
"visibility": "public",
9+
"headers": {
10+
"accept": ["application/json"],
11+
"content_type": ["application/json"]
12+
},
13+
"url": {
14+
"paths": [
15+
{
16+
"path": "/_security/stats",
17+
"methods": ["GET"]
18+
}
19+
]
20+
},
21+
"params": {}
22+
}
23+
}

0 commit comments

Comments
 (0)