Workflow Run Action Repetitions - List Expression Traces

bir iş akışı çalıştırma ifadesi izlemesi Listeler.

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 Parametreleri

Name İçinde Gerekli Tür Description
actionName
path True

string

İş akışı eylem adı.

repetitionName
path True

string

İş akışı yinelemesi.

resourceGroupName
path True

string

Kaynak grubu adı.

runName
path True

string

İş akışı çalıştırma adı.

subscriptionId
path True

string

Abonelik kimliği.

workflowName
path True

string

İş akışı adı.

api-version
query True

string

API sürümü.

Yanıtlar

Name Tür Description
200 OK

ExpressionTraces

Tamam

Güvenlik

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 kullanıcı hesabınızın kimliğine bürünme

Örnekler

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

Tanımlar

Name Description
AzureResourceErrorInfo

Azure kaynağı hata bilgileri.

Expression
ExpressionRoot
ExpressionTraces

AzureResourceErrorInfo

Azure kaynağı hata bilgileri.

Name Tür Description
code

string

Hata kodu.

details

AzureResourceErrorInfo[]

Hata ayrıntıları.

message

string

Hata iletisi.

Expression

Name Tür Description
error

AzureResourceErrorInfo

Azure kaynağı hata bilgileri.

subexpressions

Expression[]

text

string

value

ExpressionRoot

Name Tür Description
error

AzureResourceErrorInfo

Azure kaynağı hata bilgileri.

path

string

Yol.

subexpressions

Expression[]

text

string

value

ExpressionTraces

Name Tür Description
inputs

ExpressionRoot[]