Documentation
Select a category on the left, to get your answers quickly
Update HTTP Auth for your Solr Index
-
GET https://opensolr.com/solr_manager/api/update_http_auth
-
Parameters:
-
email - your opensolr registration email address
-
api_key - your opensolr api_key
-
core_name - the name of the core you wish to add or update HTTP Auth. protection for
-
username - the username you want to use for the core you wish to protect using HTTP Auth.
-
password - the password you want to use for the core you wish to protect using HTTP Auth.
-
Example: https://opensolr.com/solr_manager/api/update_http_auth?email=PLEASE_LOG_IN&
api_key=PLEASE_LOG_IN&core_name=my_solr_core&username=index_auth_username&password=index_auth_password
Add IP access rule for a Solr Index
-
GET https://opensolr.com/solr_manager/api/add_ip
-
Parameters:
-
email - your opensolr registration email address
-
api_key - your opensolr api_key
-
core_name - the name of the core you wish to add an IP rule to
-
ip - the IP address you wish to grant access
-
handler - the SOLR URI handler that the restriction will be applied to
-
Example: https://opensolr.com/solr_manager/api/add_ip?email=PLEASE_LOG_IN&
api_key=PLEASE_LOG_IN&core_name=my_solr_core&ip=15.24.53.123&handler=/update
Get IP list for a Solr Index
-
GET https://opensolr.com/solr_manager/api/get_ip_list
-
Parameters:
-
email - your opensolr registration email address
-
api_key - your opensolr api_key
-
core_name - the name of the core you wish to get the list of IPs for
-
Example: https://opensolr.com/solr_manager/api/get_ip_list?email=PLEASE_LOG_IN&
api_key=PLEASE_LOG_IN&core_name=opensolr
Remove IP access rule for a Solr Index
-
GET https://opensolr.com/solr_manager/api/delete_ip
-
Parameters:
-
email - your opensolr registration email address
-
api_key - your opensolr api_key
-
core_name - the name of the core you wish to remove an IP rule from
-
ip - the IP address you wish to remove from your core_name
-
handler - the SOLR URI handler that the restriction has been applied to
-
Example: https://opensolr.com/solr_manager/api/delete_ip?email=PLEASE_LOG_IN&
api_key=PLEASE_LOG_IN&core_name=my_solr_core&ip=15.24.53.123&handler=/update