v2

latestSwagger 2.02026-07-136054211.7 KB
Profiles

Creates or updates the profile for a given data asset within a business domain. Data product is specified as optional query parameter.

post/business-domains/{businessDomainId}/data-assets/{dataAssetId}:profile

Path parameters

businessDomainIdstring required

Unique identifier for the business domain containing the data product

dataAssetIdstring required

Unique identifier for the data asset

Query parameters

api-versionstring required

The API version to use for this operation.

dataProductIdstring

For assets not associated with any Data Product, use Guid.Empty for dataProductId. Optional.

Request body

typestring required

Profile type classification

dataSourceIdstring required

Data source identifier for profiling target

Response

The request has been accepted for processing, but processing has not yet completed.

idstring required

Unique identifier of the monitored operation

status'InProgress' | 'Succeeded' | 'Failed' required

Long-running operation status enumeration with extensibility

kind'Unknown' | 'Create' | 'Update' | 'Delete' | 'Retrieve'

Type of operation being monitored

lastUpdatedstring date-time required

Last status update timestamp (UTC)

statusMessagestring

Status description message

progressPercentageinteger

Completion percentage (0–100)

{"stackTrail":"components:schemas:StatusMonitor:properties:result","oasType":"schema","type":"unknown","description":"Result payload for successful operations"}