Data Migration
Create a Migration
Initiate a migration of data from an external provider into Telnyx Cloud Storage. Currently, only S3 is supported.
post/storage/migrations
Request body
Example request
{
"created_at": "2020-01-01T00:00:00Z",
"eta": "2020-01-01T00:00:00Z",
"last_copy": "2020-01-01T00:00:00Z"
}Response
Create Migration Response
Example response
{
"data": {
"created_at": "2020-01-01T00:00:00Z",
"eta": "2020-01-01T00:00:00Z",
"last_copy": "2020-01-01T00:00:00Z"
}
}