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
actionName
path True

string

Der Name der Workflowaktion.

repetitionName
path True

string

Die Wiederholung des Workflows.

resourceGroupName
path True

string

Der Name der Ressourcengruppe.

runName
path True

string

Der Name der Workflowausführung.

subscriptionId
path True

string

Die Abonnement-ID.

workflowName
path True

string

Den Workflownamen

api-version
query True

string

Die API-Version.

Antworten

Name Typ Beschreibung
200 OK

ExpressionTraces

OK

Sicherheit

azure_auth

Azure Active Directory OAuth2-Flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Beschreibung
user_impersonation Identitätswechsel Ihres Benutzerkontos

Beispiele

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"
    }
  ]
}

Definitionen

Name Beschreibung
AzureResourceErrorInfo

Die Informationen zu Azure-Ressourcenfehlern.

Expression
ExpressionRoot
ExpressionTraces

AzureResourceErrorInfo

Die Informationen zu Azure-Ressourcenfehlern.

Name Typ Beschreibung
code

string

Der Fehlercode.

details

AzureResourceErrorInfo[]

Die Fehlerdetails.

message

string

Die Fehlermeldung.

Expression

Name Typ Beschreibung
error

AzureResourceErrorInfo

Die Informationen zu Azure-Ressourcenfehlern.

subexpressions

Expression[]

text

string

value

ExpressionRoot

Name Typ Beschreibung
error

AzureResourceErrorInfo

Die Informationen zu Azure-Ressourcenfehlern.

path

string

Der Pfad.

subexpressions

Expression[]

text

string

value

ExpressionTraces

Name Typ Beschreibung
inputs

ExpressionRoot[]