Sign up to Algolia DevBit - winter edition: cool code, warm ideas
cURL
curl --request GET \ --url https://status.algolia.com/1/reachability/c1-de%2Cc2-de%2Cc3-de/probes \ --header 'accept: application/json'
{ "c16-de": { "sdn-probe-frankfurt": false, "monitoring-2": false, "sdn-probe-awswest1": false } }
Test whether clusters are reachable or not.
Subset of clusters, separated by commas.
"c1-de,c2-de,c3-de"
OK
Probes and their response.
Show child attributes
Key-value pair with the probe name as the key and the reachability status as the value.
Was this page helpful?