API - Check if Web Crawler is Running
Check if Web Crawler is Running
Check whether the web crawler processes are currently active for a given index. Returns the current running state of the crawler.
- GET https://opensolr.com/solr_manager/api/crawler_active
- Parameters:
- email - (required) your opensolr registration email address
- api_key - (required) your opensolr api_key
- core_name - (required) the name of the index you wish to check the crawler status for
-
Example: https://opensolr.com/solr_manager/api/crawler_active?email=PLEASE_LOG_IN& api_key=PLEASE_LOG_IN&core_name=my_solr_core
Response: The response message will contain CRAWLER IS READY when the crawler is not running (idle/paused), or a different status message when crawler processes are actively running.