We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indicate in the header status of the underlying server / cluster.
Endpoint is api/v1/cluster/status, poll every 10-30 seconds or on hover/click.
api/v1/cluster/status
Response is list of server statuses that contain:
pub address: String, pub status: bool, pub leader: bool,
If leader mark that server with a crown.
status == false
status == true
The text was updated successfully, but these errors were encountered:
janavlachova
No branches or pull requests
Indicate in the header status of the underlying server / cluster.
Endpoint is
api/v1/cluster/status
, poll every 10-30 seconds or on hover/click.Response is list of server statuses that contain:
If leader mark that server with a crown.
status == false
mark the overall status RED.status == false
mark the overall status AMBER.status == true
and there is a leader mark the overall status GREEN.The text was updated successfully, but these errors were encountered: