Cloud
Update Azure Data Source from File
Update an existing Azure data source to reflect the state represented in a JSON file exported from Azure directly via the Azure CLI. Returns a jobId that can be used to monitor progress through the Get "Update Azure Data Source" Job Status endpoint.
post/v1/dataSources/azure/{azureDataSourceId}/upload
Path parameters
azureDataSourceIdstring required
Azure data source ID
Example:azureds_34567
The ID of the Azure data source to update
Response
Accepted. Occurs when the update job has been queued.
Example response
{
"jobId": "jobr_2f5e5b82-6f1d-4c9f-932a-14e43cf30454"
}