Sources
Last updated
Was this helpful?
Last updated
Was this helpful?
Manage your Cloud Data Sources with Felt REST API.
Lists Sources that you have access to. To see the datasets in an individual Source, fetch it from the Show Source endpoint.
Fetches a single Source and all the datasets it contains.
Triggers the creation of a new Source. Each connection type has it's own set of required parameters, depending on what kind of Source it is. These are provided in the connection
field.
Connecting the Source and inspecting it's datasets will happen asynchronously after the API response is returned. To determine when the inspection process has completed, poll the Show Source endpoint and check for sync_status: completed
.
Triggers Felt to reconnect to your Source and re-inspect all the datasets it contains. Syncing will happen asynchronously after the API response is returned. To determine when the inspection process has completed, poll the Show Source endpoint and check for sync_status: completed
.
Updates details of a Source. Connecting the Source and inspecting it's datasets will happen asynchronously after the API response is returned. To determine when the inspection process has completed, poll the Show Source endpoint and check for sync_status: completed
.
Deletes a Source.
Any layers created from the Source will remain after it is deleted, but they will no longer be refreshed.
The ID of the source to show
The ID of the source to sync
The ID of the source to delete
No Content
The ID of the source to update
Only needed when using the API as part of a plugin