Cloud
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.
post/v1/dataSources/azure/{azureDataSourceId}
Path parameters
azureDataSourceIdstring required
Azure data source ID
Example:azureds_34567
The ID of the Azure data source to update
Request body
Example request
{
"resourceSelection": [
"Microsoft.Compute/virtualMachines",
"Microsoft.Storage/storageAccounts"
]
}Response
Accepted. Occurs when the update job has been queued.
Example response
{
"jobId": "jobr_2f5e5b82-6f1d-4c9f-932a-14e43cf30454"
}