Skip to content

Commit 565f94e

Browse files
authored
Removed extra double quotes in lines 131 to 137 (#3901)
1 parent 99df338 commit 565f94e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/rest-api/pages/rest-set-up-services-existing-nodes.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ To reconfigure the 5 nodes to the new topology, run the following command:
129129

130130
----
131131
curl -u Administrator:password -X POST 172.23.108.69:8091/controller/rebalance \
132-
133-
134-
-d "topology[fts][email protected]" \
135-
136-
-d "topology[backup]=""" \
137-
-d "topology[cbas][email protected]"
132+
133+
-d topology[index]="[email protected],[email protected]" \
134+
-d topology[fts]="[email protected]" \
135+
136+
-d topology[backup]="" \
137+
-d topology[cbas]="[email protected]"
138138
----
139139

140140
== See Also

0 commit comments

Comments
 (0)