Workflow Run Actions - List Expression Traces
Lijsten een expressietracering voor het uitvoeren van een werkstroom.
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-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
action
|
path | True |
string |
De naam van de werkstroomactie. |
resource
|
path | True |
string |
De naam van de resourcegroep. |
run
|
path | True |
string |
De naam van de werkstroomuitvoering. |
subscription
|
path | True |
string |
De abonnements-id. |
workflow
|
path | True |
string |
De naam van de werkstroom. |
api-version
|
query | True |
string |
De API-versie. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom.
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | uw gebruikersaccount imiteren |
Voorbeelden
List expression traces
Voorbeeldaanvraag
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
Voorbeeldrespons
{
"inputs": [
{
"path": "",
"text": "add(4, 4)",
"value": 8
}
]
}
Definities
Name | Description |
---|---|
Azure |
De foutgegevens van de Azure-resource. |
Expression | |
Expression |
|
Expression |
AzureResourceErrorInfo
De foutgegevens van de Azure-resource.
Name | Type | Description |
---|---|---|
code |
string |
De foutcode. |
details |
De foutdetails. |
|
message |
string |
Het foutbericht. |
Expression
Name | Type | Description |
---|---|---|
error |
De foutgegevens van de Azure-resource. |
|
subexpressions | ||
text |
string |
|
value |
ExpressionRoot
Name | Type | Description |
---|---|---|
error |
De foutgegevens van de Azure-resource. |
|
path |
string |
Het pad. |
subexpressions | ||
text |
string |
|
value |
ExpressionTraces
Name | Type | Description |
---|---|---|
inputs |