From 718c0570be8c727f57e3f093e3d9584bfa461422 Mon Sep 17 00:00:00 2001 From: rao-shwe Date: Fri, 15 Nov 2024 08:59:17 +0530 Subject: [PATCH] Updated Retry Rebalance related REST API endpoints 7.1 DOC-12559 --- modules/rest-api/pages/rest-configure-rebalance-retry.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/rest-api/pages/rest-configure-rebalance-retry.adoc b/modules/rest-api/pages/rest-configure-rebalance-retry.adoc index 8cd6128f1e..f864380524 100644 --- a/modules/rest-api/pages/rest-configure-rebalance-retry.adoc +++ b/modules/rest-api/pages/rest-configure-rebalance-retry.adoc @@ -4,9 +4,9 @@ == HTTP methods and URI ---- -GET /pools/default/retryRebalance +GET /settings/retryRebalance -POST /pools/default/retryRebalance +POST /settings/retryRebalance ---- [#description] @@ -20,7 +20,7 @@ For an overview of rebalance and rebalance retries, see xref:learn:clusters-and- ---- curl -X GET -u : -http://:/pools/default/retryRebalance +http://:/settings/retryRebalance curl -X POST -u Administrator:password http://:/settings/retryRebalance