@@ -151,11 +151,11 @@ Use ``curl`` or another HTTP client to issue the :ref:`start
151151
152152.. code-block:: shell
153153
154- curl monogsync01Host :27601/api/v1/start -XPOST --data \
154+ curl mongosync01Host :27601/api/v1/start -XPOST --data \
155155 '{ "source": "cluster0", "destination": "cluster1", \
156156 "reversible": false, "enableUserWriteBlocking": false }'
157157
158- curl monogsync02Host :27602/api/v1/start -XPOST --data \
158+ curl mongosync02Host :27602/api/v1/start -XPOST --data \
159159 '{ "source": "cluster0", "destination": "cluster1", \
160160 "reversible": false, "enableUserWriteBlocking": false }'
161161
@@ -175,10 +175,10 @@ instance synchronizing that shard.
175175
176176.. code-block:: shell
177177
178- curl monogsync02Host :27602/api/v1/progress -XGET
178+ curl mongosync02Host :27602/api/v1/progress -XGET
179179
180180This command checks the progress of the ``mongosync`` instance that is
181- running on ``monogsync02Host `` and using ``port 27602`` for
181+ running on ``mongosync02Host `` and using ``port 27602`` for
182182synchronization. To check progress on other shards, update the host and
183183port number then repeat the API call to each ``mongosync`` instance.
184184
@@ -194,10 +194,10 @@ HTTP client to issue the ``pause`` command to a ``mongosync`` instance.
194194
195195.. code-block:: shell
196196
197- curl monogsync01Host :27601/api/v1/pause -XPOST --data '{}'
197+ curl mongosync01Host :27601/api/v1/pause -XPOST --data '{}'
198198
199199This command pauses the ``mongosync`` instance that is running on
200- ``monogsync01Host `` and using ``port 27601`` for synchronization. To
200+ ``mongosync01Host `` and using ``port 27601`` for synchronization. To
201201pause synchronization on other shards, update the host and port number
202202then repeat the API call to each ``mongosync`` instance.
203203
@@ -216,10 +216,10 @@ Use ``curl`` or another HTTP client to issue the :ref:`resume
216216
217217.. code-block:: shell
218218
219- curl monogsync01Host :27601/api/v1/resume -XPOST --data '{}'
219+ curl mongosync01Host :27601/api/v1/resume -XPOST --data '{}'
220220
221221This command resumes synchronization on the ``mongosync`` instance that
222- is running on ``monogsync01Host `` and using ``port 27601``. To
222+ is running on ``mongosync01Host `` and using ``port 27601``. To
223223resume synchronization on other shards, update the host and port number
224224then repeat the API call to each ``mongosync`` instance.
225225
@@ -248,13 +248,13 @@ instance.
248248.. code-block:: shell
249249
250250 // Check progress
251- curl monogsync01Host :27601/api/v1/progress -XGET
251+ curl mongosync01Host :27601/api/v1/progress -XGET
252252
253253 // Commit
254- curl monogsync01Host :27601/api/v1/commit -XPOST --data '{}'
254+ curl mongosync01Host :27601/api/v1/commit -XPOST --data '{}'
255255
256256These commands only check progress and commit synchronization for the
257- ``mongosync`` instance that is running on ``monogsync01Host `` and using
257+ ``mongosync`` instance that is running on ``mongosync01Host `` and using
258258``port 27601``. To synchronize all of the shards, make additional calls
259259to ``progress`` and ``commit`` on any other ``mongosync`` instances
260260that may be running.
@@ -279,10 +279,10 @@ instance.
279279
280280.. code-block:: shell
281281
282- curl monogsync01Host :27601/api/v1/reverse -XPOST --data '{}'
282+ curl mongosync01Host :27601/api/v1/reverse -XPOST --data '{}'
283283
284284This command reverses synchronization on the ``mongosync``
285- instance that is running on ``monogsync01Host `` and using ``port
285+ instance that is running on ``mongosync01Host `` and using ``port
28628627601``. Make additional calls to ``reverse`` on any other
287287``mongosync`` instances that may be running.
288288
0 commit comments