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

string

Arbetsflödets åtgärdsnamn.

resourceGroupName
path True

string

Resursgruppens namn.

runName
path True

string

Arbetsflödets körningsnamn.

subscriptionId
path True

string

Prenumerations-ID:t.

workflowName
path True

string

Arbetsflödets namn.

api-version
query True

string

API-versionen.

Svar

Name Typ Description
200 OK

ExpressionTraces

OK

Säkerhet

azure_auth

Azure Active Directory OAuth2 Flow.

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

Scopes

Name Description
user_impersonation personifiera ditt användarkonto

Exempel

List expression traces

Sample Request

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

Sample Response

{
  "inputs": [
    {
      "path": "",
      "text": "add(4, 4)",
      "value": 8
    }
  ]
}

Definitioner

Name Description
AzureResourceErrorInfo

Felinformation om Azure-resursen.

Expression
ExpressionRoot
ExpressionTraces

AzureResourceErrorInfo

Felinformation om Azure-resursen.

Name Typ Description
code

string

Felkoden.

details

AzureResourceErrorInfo[]

Felinformationen.

message

string

Felmeddelandet.

Expression

Name Typ Description
error

AzureResourceErrorInfo

Felinformation om Azure-resursen.

subexpressions

Expression[]

text

string

value

ExpressionRoot

Name Typ Description
error

AzureResourceErrorInfo

Felinformation om Azure-resursen.

path

string

Sökvägen.

subexpressions

Expression[]

text

string

value

ExpressionTraces

Name Typ Description
inputs

ExpressionRoot[]