Add missing repository integrity docs for Health API (#105555)

Follow up on #104614
This commit is contained in:
Niels Bauman 2024-02-19 15:51:32 +01:00 committed by GitHub
parent 3470565d33
commit 9a0eee603b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,7 @@ for health status set `verbose` to `false` to disable the more expensive analysi
`repository_integrity`::
Tracks repository integrity and reports health issues
that arise if repositories become corrupted.
that arise if repositories become corrupted, unknown, or invalid.
`slm`::
Reports health issues related to
@ -356,6 +356,14 @@ watermark threshold>>.
(Optional, array of strings) If corrupted repositories have been detected in the system, the names of up to ten of
them are displayed in this field. If no corrupted repositories are found, this detail is omitted.
`unknown_repositories`::
(Optional, int) The number of repositories that have been determined to be unknown by at least one node.
If there are no unknown repositories detected, this detail is omitted.
`invalid_repositories`::
(Optional, int) The number of repositories that have been determined to be invalid by at least one node.
If there are no invalid repositories detected, this detail is omitted.
[[health-api-response-details-ilm]]
===== ilm