From 82669b3e667a7deb52a5201d30163dcf1f3f2cbf Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Thu, 26 Oct 2017 01:20:15 +0530 Subject: [PATCH] SOLR-11165: Added warning about broken v2 API support in History API --- solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc index 99f53408b73..6f59043b687 100644 --- a/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc +++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc @@ -233,6 +233,12 @@ filter queries, so an implicit AND is applied): } ---- +.Broken v2 API support +[WARNING] +==== +Due to a bug in Solr 7.1.0, the History API is available only at the path /admin/autoscaling/history. Using the /api/cluster/autoscaling/history endpoint returns an error. +==== + == Write API The Write API is available at the same `/admin/autoscaling` and `/api/cluster/autoscaling` endpoints as the read API but can only be used with the *POST* HTTP verb.