Delen via


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

string

De naam van de werkstroomactie.

resourceGroupName
path True

string

De naam van de resourcegroep.

runName
path True

string

De naam van de werkstroomuitvoering.

subscriptionId
path True

string

De abonnements-id.

workflowName
path True

string

De naam van de werkstroom.

api-version
query True

string

De API-versie.

Antwoorden

Name Type Description
200 OK

ExpressionTraces

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
AzureResourceErrorInfo

De foutgegevens van de Azure-resource.

Expression
ExpressionRoot
ExpressionTraces

AzureResourceErrorInfo

De foutgegevens van de Azure-resource.

Name Type Description
code

string

De foutcode.

details

AzureResourceErrorInfo[]

De foutdetails.

message

string

Het foutbericht.

Expression

Name Type Description
error

AzureResourceErrorInfo

De foutgegevens van de Azure-resource.

subexpressions

Expression[]

text

string

value

ExpressionRoot

Name Type Description
error

AzureResourceErrorInfo

De foutgegevens van de Azure-resource.

path

string

Het pad.

subexpressions

Expression[]

text

string

value

ExpressionTraces

Name Type Description
inputs

ExpressionRoot[]