Database actions requests
Database action requests
| Redis Enterprise Software |
|---|
Backup
| Method | Path | Description |
|---|---|---|
| PUT | /v1/bdbs/{uid}/actions/backup_reset_status |
Reset database backup status |
Export
| Method | Path | Description |
|---|---|---|
| PUT | /v1/bdbs/{uid}/actions/export_reset_status |
Reset database export status |
| POST | /v1/bdbs/{uid}/actions/export |
Initiate database export |
Import
| Method | Path | Description |
|---|---|---|
| PUT | /v1/bdbs/{uid}/actions/import_reset_status |
Reset database import status |
| POST | /v1/bdbs/{uid}/actions/import |
Initiate manual dataset import |
Optimize shards placement
| Method | Path | Description |
|---|---|---|
| GET | /v1/bdbs/{uid}/actions/optimize_shards_placement |
Get optimized shards placement for a database |
Rebalance
| Method | Path | Description |
|---|---|---|
| PUT | /v1/bdbs/{uid}/actions/rebalance |
Rebalance database shards |
Recover
| Method | Path | Description |
|---|---|---|
| GET | /v1/bdbs/{uid}/actions/recover |
Get database recovery plan |
| POST | /v1/bdbs/{uid}/actions/recover |
Recover database |
Resume traffic
| Method | Path | Description |
|---|---|---|
| POST | /v1/bdbs/{uid}/actions/resume_traffic |
Resume database traffic |
Stop traffic
| Method | Path | Description |
|---|---|---|
| POST | /v1/bdbs/{uid}/actions/stop_traffic |
Stop database traffic |