Skip to content

Commit 31d7d3b

Browse files
Update rest-api-spec (#1642)
Co-authored-by: delvedor <[email protected]>
1 parent e29671f commit 31d7d3b

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

output/schema/schema.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_json_spec/_internal.health.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,30 @@
1414
{
1515
"path": "/_internal/_health",
1616
"methods": ["GET"]
17+
},
18+
{
19+
"path": "/_internal/_health/{component}",
20+
"methods": ["GET"],
21+
"parts": {
22+
"component": {
23+
"type": "string",
24+
"description": "A component of the cluster, as returned by the top-level health API"
25+
}
26+
}
27+
},
28+
{
29+
"path": "/_internal/_health/{component}/{feature}",
30+
"methods": ["GET"],
31+
"parts": {
32+
"component": {
33+
"type": "string",
34+
"description": "A component of the cluster, as returned by the top-level health API"
35+
},
36+
"feature": {
37+
"type": "string",
38+
"description": "A feature of a component of the cluster, as returned by the top-level health API"
39+
}
40+
}
1741
}
1842
]
1943
},

0 commit comments

Comments
 (0)