Cloud
Sync Model with Azure Data Source
Sync an existing model containing the visualization of data from an Azure data source, so that it is up-to-date with the data in that data source. Returns a jobId that can be used to get the status from Get "Sync Model with Azure Data Source" Job Status.
post/v1/documents/cloud/azure/{documentId}/sync
Path parameters
documentIdstring uuid required
The document ID of the cloud model to sync
Response
Accepted. Occurs when the model sync job has been queued.
Example response
{
"jobId": "jobr_2f5e5b82-6f1d-4c9f-932a-14e43cf30454"
}