v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
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

resourceSelectionstring[]

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.

Example request

{
  "resourceSelection": [
    "Microsoft.Compute/virtualMachines",
    "Microsoft.Storage/storageAccounts"
  ]
}

Response

Accepted. Occurs when the update job has been queued.

jobIdstring required

Unique identifier for an asynchronous job

Example response

{
  "jobId": "jobr_2f5e5b82-6f1d-4c9f-932a-14e43cf30454"
}