Workflow Run Actions - Get

bir iş akışı çalıştırma eylemi alır.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}?api-version=2016-06-01

URI Parametreleri

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

string

İş akışı eylem adı.

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

WorkflowRunAction

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

Get a workflow run action

Sample Request

GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586676746934337772206998657CU22/actions/HTTP?api-version=2016-06-01

Sample Response

{
  "properties": {
    "inputsLink": {
      "uri": "https://tempuri.org",
      "contentVersion": "5XUACojv0aBfuP56os3CWw==",
      "contentSize": 46,
      "contentHash": {
        "algorithm": "md5",
        "value": "XXUACojv0aBfuP56os3CWw=="
      }
    },
    "outputsLink": {
      "uri": "https://tempuri.org",
      "contentVersion": "6X6KRrevI6AAxEvo9FeBYQ==",
      "contentSize": 11873,
      "contentHash": {
        "algorithm": "md5",
        "value": "XX6KRrevI6AAxEvo9FeBYQ=="
      }
    },
    "startTime": "2018-08-10T20:16:32.305236Z",
    "endTime": "2018-08-10T20:16:32.5450625Z",
    "correlation": {
      "clientTrackingId": "08586676746934337772206998657CU22"
    },
    "status": "Succeeded",
    "code": "OK"
  },
  "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586676746934337772206998657CU22/actions/HTTP",
  "name": "HTTP",
  "type": "Microsoft.Logic/workflows/runs/actions"
}

Tanımlar

Name Description
ContentHash

İçerik karması.

ContentLink

İçerik bağlantısı.

Correlation

Bağıntı özelliği.

ErrorProperties

Hata özellikleri, Mantıksal hizmetin gelen isteği neden işleyemediğini gösterir. Nedeni hata iletisinde verilmiştir.

ErrorResponse

Hata yanıtı, Mantıksal hizmetin gelen isteği işleyemediğini gösterir. error özelliği hata ayrıntılarını içerir.

Object
RetryHistory

Yeniden deneme geçmişi.

WorkflowRunAction

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

WorkflowStatus

ContentHash

İçerik karması.

Name Tür Description
algorithm

string

İçerik karması algoritması.

value

string

İçerik karması değeri.

İçerik bağlantısı.

Name Tür Description
contentHash

ContentHash

İçerik karması.

contentSize

integer

İçerik boyutu.

contentVersion

string

İçerik sürümü.

metadata

Object

Meta veriler.

uri

string

İçerik bağlantısı URI'si.

Correlation

Bağıntı özelliği.

Name Tür Description
clientTrackingId

string

İstemci izleme kimliği.

ErrorProperties

Hata özellikleri, Mantıksal hizmetin gelen isteği neden işleyemediğini gösterir. Nedeni hata iletisinde verilmiştir.

Name Tür Description
code

string

Hata kodu.

message

string

İşlemin neden başarısız olduğunu belirten hata iletisi.

ErrorResponse

Hata yanıtı, Mantıksal hizmetin gelen isteği işleyemediğini gösterir. error özelliği hata ayrıntılarını içerir.

Name Tür Description
error

ErrorProperties

Hata özellikleri.

Object

RetryHistory

Yeniden deneme geçmişi.

Name Tür Description
clientRequestId

string

İstemci isteği kimliğini alır.

code

string

Durum kodunu alır.

endTime

string

Bitiş saatini alır.

error

ErrorResponse

Hata yanıtını alır.

serviceRequestId

string

Hizmet isteği kimliğini alır.

startTime

string

Başlangıç saatini alır.

WorkflowRunAction

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

Name Tür Description
id

string

Kaynak kimliği.

name

string

İş akışı çalıştırma eylemi adını alır.

properties.code

string

Kodu alır.

properties.correlation

Correlation

Bağıntı özellikleri.

properties.endTime

string

Bitiş saatini alır.

properties.error

Object

Hatayı alır.

properties.inputsLink

ContentLink

Girişler bağlantısını alır.

properties.outputsLink

ContentLink

Çıkışların bağlantısını alır.

properties.retryHistory

RetryHistory[]

Yeniden deneme geçmişlerini alır.

properties.startTime

string

Başlangıç saatini alır.

properties.status

WorkflowStatus

Durumu alır.

properties.trackedProperties

Object

İzlenen özellikleri alır.

properties.trackingId

string

İzleme kimliğini alır.

type

string

İş akışı çalıştırma eylem türünü alır.

WorkflowStatus

Name Tür Description
Aborted

string

Cancelled

string

Failed

string

Faulted

string

Ignored

string

NotSpecified

string

Paused

string

Running

string

Skipped

string

Succeeded

string

Suspended

string

TimedOut

string

Waiting

string