Update Azure Data Source

Update an existing Azure data source to reflect the latest state of data in Azure. Optionally updates the resources included in the data source as well. Returns a jobId that can be used to monitor progress through the Get "Update Azure Data Source" Job Status endpoint.

Update an existing Azure data source to reflect the latest state of data in Azure. Optionally updates the resources included in the data source as well.

Note: this endpoint is specifically for data sources created using Create Azure Data Source from JSON Body, not Create Azure Data Source from File.

Returns a jobId that can be used to get the status from Get "Update Azure Data Source" Job Status.

📘

This endpoint starts a long-running job. For more information, see Job-based (asynchronous) endpoints.


Valid Authentication Methods

API Key Grants:

  • CloudEdit

OAuth 2.0 User Token and Account Token Scopes:

  • cloud.datasource

Path Params
string
required
^azureds_[0-9]+$

The ID of the Azure data source to update

Body Params
resourceSelection
array of strings

The Azure resources to include in the data source. Use the "Get Fully Supported Azure Resources" endpoint to see a list of all supported resources.

resourceSelection
Responses

400

Bad Request. Occurs when the data source ID is malformatted.

403

Forbidden. Occurs when the data source does not exist or the user does not have access to it.

409

Conflict. Occurs when an update job is already in progress for this data source.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json