次の方法で共有


Workflow Run Action Repetitions Request Histories - Get

ワークフロー実行の繰り返し要求履歴を取得します。

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

URI パラメーター

名前 / 必須 説明
actionName
path True

string

ワークフロー アクション名。

repetitionName
path True

string

ワークフローの繰り返し。

requestHistoryName
path True

string

要求履歴の名前。

resourceGroupName
path True

string

リソース グループ名。

runName
path True

string

ワークフロー実行名。

subscriptionId
path True

string

サブスクリプション ID。

workflowName
path True

string

ワークフロー名。

api-version
query True

string

API のバージョン。

応答

名前 説明
200 OK

RequestHistory

わかりました

Other Status Codes

ErrorResponse

操作が失敗した理由を説明するエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

型: oauth2
フロー: implicit
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize

スコープ

名前 説明
user_impersonation ユーザー アカウントを偽装する

Get a repetition request history

要求のサンプル

GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586776228332053161046300351/actions/HTTP_Webhook/repetitions/000001/requestHistories/08586611142732800686?api-version=2016-06-01

応答のサンプル

{
  "properties": {
    "startTime": "2018-10-25T18:36:51.9206732Z",
    "endTime": "2018-10-25T18:36:52.1863033Z",
    "request": {
      "headers": {
        "Accept-Language": "en-US",
        "User-Agent": "azure-logic-apps/1.0,(workflow 80244732be3648f59d2084fd979cdd56; version 08586611142904036539)",
        "x-ms-execution-location": "brazilsouth",
        "x-ms-workflow-id": "80244732be3648f59d2084fd979cdd56",
        "x-ms-workflow-version": "08586611142904036539",
        "x-ms-workflow-name": "test-workflow",
        "x-ms-workflow-system-id": "/locations/brazilsouth/scaleunits/prod-17/workflows/80244732be3648f59d2084fd979cdd56",
        "x-ms-workflow-run-id": "08586611142736787787412824395CU21",
        "x-ms-workflow-run-tracking-id": "b4cd2e77-f949-4d8c-8753-791407aebde8",
        "x-ms-workflow-operation-name": "HTTP_Webhook",
        "x-ms-workflow-subscription-id": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
        "x-ms-workflow-resourcegroup-name": "test-resource-group",
        "x-ms-workflow-subscription-capacity": "Large",
        "x-ms-tracking-id": "ad484925-4148-4dd0-9488-07aed418b256",
        "x-ms-correlation-id": "ad484925-4148-4dd0-9488-07aed418b256",
        "x-ms-client-request-id": "ad484925-4148-4dd0-9488-07aed418b256",
        "x-ms-client-tracking-id": "08586611142736787787412824395CU21",
        "x-ms-action-tracking-id": "ad27f634-6523-492f-924e-9a75e28619c8"
      },
      "uri": "http://tempuri.org",
      "method": "GET"
    },
    "response": {
      "headers": {
        "Cache-Control": "private",
        "Date": "Thu, 25 Oct 2018 18:36:51 GMT",
        "Location": "http://www.bing.com/",
        "Server": "Microsoft-IIS/10.0",
        "X-AspNet-Version": "4.0.30319",
        "X-Powered-By": "ASP.NET"
      },
      "statusCode": 302,
      "bodyLink": {
        "uri": "https://tempuri.org",
        "contentVersion": "2LOOAR8Eh2pd7AvRHXUhRg==",
        "contentSize": 137,
        "contentHash": {
          "algorithm": "md5",
          "value": "2LOOAR8Eh2pd7AvRHXUhRg=="
        }
      }
    }
  },
  "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586611142736787787412824395CU21/actions/HTTP_Webhook/requestHistories/08586611142732800686",
  "name": "08586611142732800686",
  "type": "Microsoft.Logic/workflows/runs/actions/requestHistories"
}

定義

名前 説明
ContentHash

コンテンツ ハッシュ。

ContentLink

コンテンツ リンク。

ErrorProperties

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

ErrorResponse

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

Object
Request

要求。

RequestHistory

要求履歴。

RequestHistoryProperties

要求履歴。

Response

応答。

ContentHash

コンテンツ ハッシュ。

名前 説明
algorithm

string

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

value

string

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

コンテンツ リンク。

名前 説明
contentHash

ContentHash

コンテンツ ハッシュ。

contentSize

integer (int64)

コンテンツ サイズ。

contentVersion

string

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

metadata

Object

メタデータ。

uri

string

コンテンツ リンク URI。

ErrorProperties

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

名前 説明
code

string

エラー コード。

message

string

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

ErrorResponse

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

名前 説明
error

ErrorProperties

エラーのプロパティ。

Object

Request

要求。

名前 説明
headers

Object

要求にアタッチされているすべてのヘッダーの一覧。

method

string

要求に使用される HTTP メソッド。

uri

string

要求の宛先。

RequestHistory

要求履歴。

名前 説明
id

string

リソース ID。

location

string

リソースの場所。

name

string

リソース名を取得します。

properties

RequestHistoryProperties

要求履歴のプロパティ。

tags

object

リソース タグ。

type

string

リソースの種類を取得します。

RequestHistoryProperties

要求履歴。

名前 説明
endTime

string (date-time)

要求が終了した時刻。

request

Request

要求。

response

Response

応答。

startTime

string (date-time)

要求が開始された時刻。

Response

応答。

名前 説明
bodyLink

ContentLink

本文のコンテンツの場所の詳細。

headers

Object

応答にアタッチされているすべてのヘッダーの一覧。

statusCode

integer (int32)

応答の状態コード。