DatabaseReplication
Check if a server is in a specific error state
Checks if a specified server within a cluster is currently in a specific error state. Cluster wide error states will not be checked. Use cluster state API for that.
get/api/clusters/{clusterName}/servers/{serverName}/{serverPort}/is-in-errstate/{errstate}
Path parameters
clusterNamestring required
Cluster Name
serverNamestring required
Server Name
serverPortstring required
Server Port
statestring required
State to check
Response
true" or "false
string required
Changes
Changed in 2 of the 5 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲