Workflow Run Actions - List Expression Traces
Listor en spårning av arbetsflödeskörningsuttryck.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/listExpressionTraces?api-version=2016-06-01
URI-parametrar
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
action
|
path | True |
string |
Arbetsflödets åtgärdsnamn. |
resource
|
path | True |
string |
Resursgruppens namn. |
run
|
path | True |
string |
Arbetsflödets körningsnamn. |
subscription
|
path | True |
string |
Prenumerations-ID:t. |
workflow
|
path | True |
string |
Arbetsflödets namn. |
api-version
|
query | True |
string |
API-versionen. |
Svar
Name | Typ | Description |
---|---|---|
200 OK |
OK |
Säkerhet
azure_auth
Azure Active Directory OAuth2 Flow.
Typ:
oauth2
Flow:
implicit
Auktoriseringswebbadress:
https://login.microsoftonline.com/common/oauth2/authorize
Omfattningar
Name | Description |
---|---|
user_impersonation | personifiera ditt användarkonto |
Exempel
List expression traces
Exempelbegäran
POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testFlow/runs/08586776228332053161046300351/actions/testAction/listExpressionTraces?api-version=2016-06-01
Exempelsvar
{
"inputs": [
{
"path": "",
"text": "add(4, 4)",
"value": 8
}
]
}
Definitioner
Name | Description |
---|---|
Azure |
Felinformation om Azure-resursen. |
Expression | |
Expression |
|
Expression |
AzureResourceErrorInfo
Felinformation om Azure-resursen.
Name | Typ | Description |
---|---|---|
code |
string |
Felkoden. |
details |
Felinformationen. |
|
message |
string |
Felmeddelandet. |
Expression
Name | Typ | Description |
---|---|---|
error |
Felinformation om Azure-resursen. |
|
subexpressions | ||
text |
string |
|
value |
ExpressionRoot
Name | Typ | Description |
---|---|---|
error |
Felinformation om Azure-resursen. |
|
path |
string |
Sökvägen. |
subexpressions | ||
text |
string |
|
value |
ExpressionTraces
Name | Typ | Description |
---|---|---|
inputs |