On 6/5/2018 10:58 PM, Zheng Lin Edwin Yeo wrote:
The healthcheck action in SolrCLI is able to return the health status of individual collection, while this http://host:port/solr/admin/info/system URL returns the overall health status of Solr. We will need the information on the health status of individual collection, like the status of the replica, and which replica are the leader. Any idea if this is possible to do from URL?
This might be what you're after: https://lucene.apache.org/solr/guide/7_3/collections-api.html#clusterstatus Thanks, Shawn