Skip to content

Commit 8d94955

Browse files
authored
Updated Retry Rebalance related REST API endpoints 7.0 (#3729)
DOC-12559
1 parent a1d25af commit 8d94955

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/rest-api/pages/rest-configure-rebalance-retry.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
== HTTP methods and URI
55

66
----
7-
GET /pools/default/retryRebalance
7+
GET /settings/retryRebalance
88
9-
POST /pools/default/retryRebalance
9+
POST /settings/retryRebalance
1010
----
1111

1212
[#description]
@@ -20,7 +20,7 @@ For an overview of rebalance and rebalance retries, see xref:learn:clusters-and-
2020

2121
----
2222
curl -X GET -u <administrator>:<password>
23-
http://<host>:<port>/pools/default/retryRebalance
23+
http://<host>:<port>/settings/retryRebalance
2424
2525
curl -X POST -u Administrator:password
2626
http://<host>:<port>/settings/retryRebalance

0 commit comments

Comments
 (0)