{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Data Migration API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Data Migration", "type": "folder" }, "items": [ { "info": { "name": "List Migration Source coverage", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/storage/migration_source_coverage" }, "docs": "List Migration Source coverage" }, { "info": { "name": "List all Migration Sources", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/storage/migration_sources" }, "docs": "List all Migration Sources" }, { "info": { "name": "Create a Migration Source", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/storage/migration_sources", "body": { "type": "json", "data": "{}" } }, "docs": "Create a source from which data can be migrated from." }, { "info": { "name": "Get a Migration Source", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/storage/migration_sources/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the data migration source." } ] }, "docs": "Get a Migration Source" }, { "info": { "name": "Delete a Migration Source", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/storage/migration_sources/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the data migration source." } ] }, "docs": "Delete a Migration Source" }, { "info": { "name": "List all Migrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/storage/migrations" }, "docs": "List all Migrations" }, { "info": { "name": "Create a Migration", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/storage/migrations", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a migration of data from an external provider into Telnyx Cloud Storage. Currently, only S3 is supported." }, { "info": { "name": "Get a Migration", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/storage/migrations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the data migration." } ] }, "docs": "Get a Migration" }, { "info": { "name": "Stop a Migration", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/storage/migrations/:id/actions/stop", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the data migration." } ] }, "docs": "Stop a Migration" } ] } ], "bundled": true }