epugh commented on a change in pull request #2401: URL: https://github.com/apache/lucene-solr/pull/2401#discussion_r582195690
########## File path: solr/solr-ref-guide/src/cluster-node-management.adoc ########## @@ -420,7 +632,29 @@ http://localhost:8983/solr/admin/collections?action=REMOVEROLE&role=overseer&nod Returns the current status of the overseer, performance statistics of various overseer APIs, and the last 10 failures per operation type. -`/admin/collections?action=OVERSEERSTATUS` +[.dynamic-tabs] +-- +[example.tab-pane#v1overseerstatus] +==== +[.tab-label]*V1 API* + +[source,bash] +---- +http://localhost:8983/solr/admin/collections?action=OVERSEERSTATUS + +---- +==== + +[example.tab-pane#v2overseerstatus] +==== +[.tab-label]*V2 API* + +[source,bash] +---- +curl -X GET http://localhost:8983/api/cluster/overseer -H 'Content-Type: application/json' Review comment: Makes sense, and we don't do it anywhere else! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org