v1

latestSwagger 2.02026-07-17619.9 KB
migrate

For gettting the details of datasource

to get the details of a datasource and the status of migrations inside the datasource

get/apis/migrate

Query parameters

datasourcestring required

datasource on which api needs to be executed

Response

successful operation

migrationsinteger[]

list of migrations versions in the datasource mentioned

statusobject

Is a object with migrations are the keys and the values are objects with keys database_status and source_status.