API Alternatives for Web Backend when migrating from OSS to Cloud #64528
Unanswered
thanhnc-0773
asked this question in
Platform API Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
We are planning to migrate from Airbyte OSS to Airbyte Cloud. Currently, our application is using the following web_backend APIs:
/web_backend/connections/list
/web_backend/connections/create
/web_backend/connections/get
/web_backend/connections/update
/source_definition_specifications/get
/destination_definition_specifications/get
/scheduler/sources/check_connection
Question: What are the corresponding alternative APIs in Airbyte Cloud?
Example:
POST /api/v1/web_backend/connections/list
GET /v1/workspaces/{workspaceId}/connections
???We need a complete mapping table for these 7 APIs to ensure successful migration.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions