> For the complete documentation index, see [llms.txt](https://docs.ionos.com/mongodb-sdk-go/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/mongodb-sdk-go/models/health.md).

# Health

The current health status reported by the cluster. \* **HEALTHY** Primary exists and number of replicas is equal to specified. \* **UNHEALTHY** Primary does not exist or cluster doesn't have majority. \* **DEGRADED** Primary exists and number of replicas is less than specified. \* **UNKNOWN** The health status is unknown.

## PossibleValues

| Value     |
| --------- |
| HEALTHY   |
| UNHEALTHY |
| DEGRADED  |
| UNKNOWN   |
