Workflow Run Action Repetitions - List Expression Traces
Listen einer Workflowausführungsausdrucksablaufverfolgung.
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-Parameter
Name | In | Erforderlich | Typ | Beschreibung |
---|---|---|---|---|
action
|
path | True |
string |
Der Name der Workflowaktion. |
repetition
|
path | True |
string |
Die Wiederholung des Workflows. |
resource
|
path | True |
string |
Der Name der Ressourcengruppe. |
run
|
path | True |
string |
Der Name der Workflowausführung. |
subscription
|
path | True |
string |
Die Abonnement-ID. |
workflow
|
path | True |
string |
Den Workflownamen |
api-version
|
query | True |
string |
Die API-Version. |
Antworten
Name | Typ | Beschreibung |
---|---|---|
200 OK |
OK |
Sicherheit
azure_auth
Azure Active Directory OAuth2-Flow.
Typ:
oauth2
Ablauf:
implicit
Autorisierungs-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiche
Name | Beschreibung |
---|---|
user_impersonation | Identitätswechsel Ihres Benutzerkontos |
Beispiele
List expression traces for a repetition
Beispielanforderung
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
Beispiel für eine Antwort
{
"inputs": [
{
"path": "",
"text": "items('For_each')?['OccuringLocation']?['Environment']",
"value": "PROD"
}
]
}
Definitionen
Name | Beschreibung |
---|---|
Azure |
Die Informationen zu Azure-Ressourcenfehlern. |
Expression | |
Expression |
|
Expression |
AzureResourceErrorInfo
Die Informationen zu Azure-Ressourcenfehlern.
Name | Typ | Beschreibung |
---|---|---|
code |
string |
Der Fehlercode. |
details |
Die Fehlerdetails. |
|
message |
string |
Die Fehlermeldung. |
Expression
Name | Typ | Beschreibung |
---|---|---|
error |
Die Informationen zu Azure-Ressourcenfehlern. |
|
subexpressions | ||
text |
string |
|
value |
ExpressionRoot
Name | Typ | Beschreibung |
---|---|---|
error |
Die Informationen zu Azure-Ressourcenfehlern. |
|
path |
string |
Der Pfad. |
subexpressions | ||
text |
string |
|
value |
ExpressionTraces
Name | Typ | Beschreibung |
---|---|---|
inputs |