DigitalOcean-public.v2-new_Databases
Retrieve the Status of an Online Migration
To retrieve the status of the most recent online migration, send a GET request to /v2/databases/$DATABASE_ID/online-migration.
get/v2/databases/{database_cluster_uuid}/online-migration
Path parameters
database_cluster_uuidstring uuid required
A unique identifier for a database cluster.
Response
A JSON object.
Example response
{
"id": "77b28fc8-19ff-11eb-8c9c-c68e24557488",
"status": "running",
"created_at": "2020-10-29T15:57:38Z"
}