Skip to content

Commit d9ff220

Browse files
authored
Update content/operate/rs/monitoring/db-availability.md
1 parent fc6d49d commit d9ff220

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 HTTP status code 200 OK if all master shards are reachable from the local database endpoint.
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)