Skip to content

Commit f0f3b6e

Browse files
Update db-availability.md (#1637)
* Update db-availability.md clearer status code description * Update content/operate/rs/monitoring/db-availability.md --------- Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
1 parent 66c3dc6 commit f0f3b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/operate/rs/monitoring/db-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To check database availability when using a load balancer and the recommended `a
4141
GET /v1/local/bdbs/<database_id>/endpoint/availability
4242
```
4343

44-
Returns the status code 200 OK if the local database endpoint is available.
44+
Returns HTTP status code 200 OK if all primary (master) shards are reachable from the local database endpoint.
4545

4646
If the local database endpoint is unavailable, returns an error status code and a JSON object that contains [`error_code` and `description` fields]({{<relref "/operate/rs/references/rest-api/requests/bdbs/availability#get-endpoint-error-codes">}}).
4747

0 commit comments

Comments
 (0)