cURL
curl --request GET \ --url https://api.example.com/cluster-health
{ "cluster_name": "<string>", "metadata_cluster_health": { "members": [ 1 ] } }
Get the cluster health.
Cluster name
Embedded metadata cluster health if it was enabled
Show child attributes
Was this page helpful?