SOLR-11165: Added warning about broken v2 API support in History API

This commit is contained in:
Shalin Shekhar Mangar 2017-10-26 01:20:15 +05:30
parent 8a138908c5
commit 82669b3e66
1 changed files with 6 additions and 0 deletions

View File

@ -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 == 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. 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.