Share via


Workflow Run Actions - List

ワークフロー実行アクションの一覧を取得します。

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

URI パラメーター

名前 / 必須 説明
resourceGroupName
path True

string

リソース グループ名。

runName
path True

string

ワークフローの実行名。

subscriptionId
path True

string

サブスクリプション ID。

workflowName
path True

string

ワークフロー名

api-version
query True

string

API のバージョン。

$filter
query

string

操作に適用するフィルター。 フィルターのオプションには、状態が含まれます。

$top
query

integer

int32

結果に含める項目の数。

応答

名前 説明
200 OK

WorkflowRunActionListResult

OK

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

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

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

List a workflow run actions

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?api-version=2016-06-01

Sample Response

{
  "value": [
    {
      "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"
    }
  ]
}

定義

名前 説明
ContentHash

コンテンツ ハッシュ。

ContentLink

コンテンツ リンク。

Correlation

関連付けプロパティ。

ErrorProperties

エラー プロパティは、ロジック サービスが受信要求を処理できなかった理由を示します。 理由は、エラー メッセージに表示されます。

ErrorResponse

エラー応答は、ロジック サービスが受信要求を処理できないことを示します。 error プロパティには、エラーの詳細が含まれています。

Object
RetryHistory

再試行履歴。

WorkflowRunAction

ワークフロー実行アクション。

WorkflowRunActionListResult

ワークフロー実行アクションの一覧。

WorkflowStatus

ContentHash

コンテンツ ハッシュ。

名前 説明
algorithm

string

コンテンツ ハッシュのアルゴリズム。

value

string

コンテンツ ハッシュの値。

コンテンツ リンク。

名前 説明
contentHash

ContentHash

コンテンツ ハッシュ。

contentSize

integer

コンテンツ サイズ。

contentVersion

string

コンテンツ のバージョン。

metadata

Object

メタデータ。

uri

string

コンテンツ リンク URI。

Correlation

関連付けプロパティ。

名前 説明
clientTrackingId

string

クライアント追跡 ID。

ErrorProperties

エラー プロパティは、ロジック サービスが受信要求を処理できなかった理由を示します。 理由は、エラー メッセージに表示されます。

名前 説明
code

string

エラー コード。

message

string

操作が失敗した理由を示すエラー メッセージ。

ErrorResponse

エラー応答は、ロジック サービスが受信要求を処理できないことを示します。 error プロパティには、エラーの詳細が含まれています。

名前 説明
error

ErrorProperties

エラーのプロパティ。

Object

RetryHistory

再試行履歴。

名前 説明
clientRequestId

string

クライアント要求 ID を取得します。

code

string

状態コードを取得します。

endTime

string

終了時刻を取得します。

error

ErrorResponse

エラー応答を取得します。

serviceRequestId

string

サービス要求 ID を取得します。

startTime

string

開始時刻を取得します。

WorkflowRunAction

ワークフロー実行アクション。

名前 説明
id

string

リソース ID。

name

string

ワークフロー実行アクション名を取得します。

properties.code

string

コードを取得します。

properties.correlation

Correlation

関連付けプロパティ。

properties.endTime

string

終了時刻を取得します。

properties.error

Object

エラーを取得します。

properties.inputsLink

ContentLink

入力へのリンクを取得します。

properties.outputsLink

ContentLink

出力へのリンクを取得します。

properties.retryHistory

RetryHistory[]

再試行履歴を取得します。

properties.startTime

string

開始時刻を取得します。

properties.status

WorkflowStatus

状態を取得します。

properties.trackedProperties

Object

追跡対象のプロパティを取得します。

properties.trackingId

string

追跡 ID を取得します。

type

string

ワークフロー実行アクションの種類を取得します。

WorkflowRunActionListResult

ワークフロー実行アクションの一覧。

名前 説明
nextLink

string

次の結果セットを取得する URL。

value

WorkflowRunAction[]

ワークフロー実行アクションの一覧。

WorkflowStatus

名前 説明
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