Workflow Run Action Repetitions - List Expression Traces
列出工作流程執行運算式追蹤。
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}/listExpressionTraces?api-version=2016-06-01
URI 參數
Name | In | Required | Type | Description |
---|---|---|---|---|
action
|
path | True |
|
工作流程動作名稱。 |
repetition
|
path | True |
|
工作流程重複。 |
resource
|
path | True |
|
資源群組名稱。 |
run
|
path | True |
|
工作流程執行名稱。 |
subscription
|
path | True |
|
訂用帳戶識別碼。 |
workflow
|
path | True |
|
工作流程名稱。 |
api-version
|
query | True |
|
API 版本。 |
回應
Name | Type | Description |
---|---|---|
200 OK |
確定 |
安全性
azure_auth
Azure Active DirectoryOAuth2 Flow。
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | 模擬您的使用者帳戶 |
範例
List expression traces for a repetition
Sample Request
POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testFlow/runs/08586776228332053161046300351/actions/testAction/repetitions/000001/listExpressionTraces?api-version=2016-06-01
Sample Response
{
"inputs": [
{
"path": "",
"text": "items('For_each')?['OccuringLocation']?['Environment']",
"value": "PROD"
}
]
}
定義
Azure |
Azure 資源錯誤資訊。 |
Expression | |
Expression |
|
Expression |
AzureResourceErrorInfo
Azure 資源錯誤資訊。
Name | Type | Description |
---|---|---|
code |
|
錯誤碼。 |
details |
錯誤詳細資料。 |
|
message |
|
錯誤訊息。 |
Expression
Name | Type | Description |
---|---|---|
error |
Azure 資源錯誤資訊。 |
|
subexpressions | ||
text |
|
|
value |
|
ExpressionRoot
Name | Type | Description |
---|---|---|
error |
Azure 資源錯誤資訊。 |
|
path |
|
路徑。 |
subexpressions | ||
text |
|
|
value |
|
ExpressionTraces
Name | Type | Description |
---|---|---|
inputs |