cURL
curl --request GET \ --url https://status.algolia.com/1/inventory/servers \ --header 'accept: application/json' \ --header 'x-algolia-application-id: ZHVtbXkgYmluYXJ5IHNhbXBsZQA='
{ "inventory": [ { "name": "c16-de-3", "region": "de", "is_slave": false, "is_replica": false, "cluster": "c16-de", "status": "PRODUCTION", "type": "cluster" }, { "name": "c16-de-2", "region": "de", "is_slave": false, "is_replica": false, "cluster": "c16-de", "status": "PRODUCTION", "type": "cluster" }, { "name": "c16-de-1", "region": "de", "is_slave": false, "is_replica": false, "cluster": "c16-de", "status": "PRODUCTION", "type": "cluster" } ] }
Retrieves the servers that belong to clusters.
Your Algolia application ID.
OK
Show child attributes
Was this page helpful?