Skip to content

Commit 0c9e625

Browse files
committed
DOC-4035 Feedback updates to change stop_traffic/resume_traffic API descriptions
1 parent 9b36b6c commit 0c9e625

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

content/operate/rs/references/rest-api/requests/bdbs/actions/resume_traffic.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ POST /v1/bdbs/{int: uid}/actions/resume_traffic
2323

2424
Resume traffic handling for the database.
2525

26-
Use this REST API request when implementing auto-failover or migrating data between Replica Of databases:
27-
28-
1. Use the [`stop_traffic`]({{<relref "/operate/rs/references/rest-api/requests/bdbs/actions/stop_traffic">}}) action on a Replica Of source database to ensure that no new data is written to it during data migration.
29-
30-
1. After data migration or failover is complete, and it is safe to write new data to the source database, use the `resume_traffic` action.
26+
Use this action to resume read and write traffic on a database, where traffic was previously paused using the [`stop_traffic`]({{<relref "/operate/rs/references/rest-api/requests/bdbs/actions/stop_traffic">}}) action.
3127

3228
#### Required permissions
3329

content/operate/rs/references/rest-api/requests/bdbs/actions/stop_traffic.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ POST /v1/bdbs/{int: uid}/actions/stop_traffic
2323

2424
Stop handling traffic for the database.
2525

26-
Use this REST API request when implementing auto-failover or migrating data between Replica Of databases:
27-
28-
1. Use the `stop_traffic` action on a Replica Of source database to ensure that no new data is written to it during data migration.
29-
30-
1. After data migration or failover is complete, and it is safe to write new data to the source database, use the [`resume_traffic`]({{<relref "/operate/rs/references/rest-api/requests/bdbs/actions/resume_traffic">}}) action.
26+
Use this action to stop read and write traffic on a database. To resume traffic afterward, use the [`resume_traffic`]({{<relref "/operate/rs/references/rest-api/requests/bdbs/actions/resume_traffic">}}) action.
3127

3228
#### Required permissions
3329

0 commit comments

Comments
 (0)