Workflow Run Actions - 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}/listExpressionTraces?api-version=2016-06-01
URI Parametreleri
Name | İçinde | Gerekli | Tür | Description |
---|---|---|---|---|
action
|
path | True |
string |
İş akışı eylem adı. |
resource
|
path | True |
string |
Kaynak grubu adı. |
run
|
path | True |
string |
İş akışı çalıştırma adı. |
subscription
|
path | True |
string |
Abonelik kimliği. |
workflow
|
path | True |
string |
İş akışı adı. |
api-version
|
query | True |
string |
API sürümü. |
Yanıtlar
Name | Tür | Description |
---|---|---|
200 OK |
Tamam |
Güvenlik
azure_auth
Azure Active Directory OAuth2 Flow.
Tür:
oauth2
Akış:
implicit
Yetkilendirme URL’si:
https://login.microsoftonline.com/common/oauth2/authorize
Kapsamlar
Name | Description |
---|---|
user_impersonation | kullanıcı hesabınızın kimliğine bürünme |
Örnekler
List expression traces
Örnek isteği
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
Örnek yanıt
{
"inputs": [
{
"path": "",
"text": "add(4, 4)",
"value": 8
}
]
}
Tanımlar
Name | Description |
---|---|
Azure |
Azure kaynağı hata bilgileri. |
Expression | |
Expression |
|
Expression |
AzureResourceErrorInfo
Azure kaynağı hata bilgileri.
Name | Tür | Description |
---|---|---|
code |
string |
Hata kodu. |
details |
Hata ayrıntıları. |
|
message |
string |
Hata iletisi. |
Expression
Name | Tür | Description |
---|---|---|
error |
Azure kaynağı hata bilgileri. |
|
subexpressions | ||
text |
string |
|
value |
ExpressionRoot
Name | Tür | Description |
---|---|---|
error |
Azure kaynağı hata bilgileri. |
|
path |
string |
Yol. |
subexpressions | ||
text |
string |
|
value |
ExpressionTraces
Name | Tür | Description |
---|---|---|
inputs |