DBaaS Migration Status
Properties
| Property | Type | Required | Description |
|---|---|---|---|
details | array of Details | no | Migration status per database |
error | string | no | Error message in case that migration has failed |
method | string | no | Migration method. Empty in case of multiple methods or error |
status | string | no | Migration status |
Details
| Property | Type | Required | Description |
|---|---|---|---|
dbname | string | no | Migrated db name |
error | string | no | Error message in case that migration has failed |
method | string | no | Migration method |
status | string | no | Migration status Allowed values: running, syncing, failed, done. |
Last updated on