v50

latestSwagger 2.0raw.githubusercontent.com2024-05-31102129239.2 KB
dataFlowDebugSession

Execute a data flow debug command.

post/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/executeDataFlowDebugCommand

Path parameters

subscriptionIdstring required

The subscription identifier.

resourceGroupNamestring required

The resource group name.

factoryNamestring required

The factory name.

Query parameters

api-versionstring required

The API version.

Request body

sessionIdstring

The ID of data flow debug session.

command'executePreviewQuery' | 'executeStatisticsQuery' | 'executeExpressionQuery'

The command type.

Response

OK.

statusstring

The run status of data preview, statistics or expression preview.

datastring

The result data of data preview, statistics or expression preview.