你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 流。

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

Scopes

名称 说明
user_impersonation 模拟用户帐户

示例

Get a repetition request history

Sample Request

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

Sample Response

{
  "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

错误响应指示逻辑服务无法处理传入请求。 error 属性包含错误详细信息。

Object
Request

请求。

RequestHistory

请求历史记录。

RequestHistoryProperties

请求历史记录。

Response

响应。

ContentHash

内容哈希。

名称 类型 说明
algorithm

string

内容哈希的算法。

value

string

内容哈希的值。

内容链接。

名称 类型 说明
contentHash

ContentHash

内容哈希。

contentSize

integer

内容大小。

contentVersion

string

内容版本。

metadata

Object

元数据。

uri

string

内容链接 URI。

ErrorProperties

错误属性指示逻辑服务无法处理传入请求的原因。 错误消息中提供了原因。

名称 类型 说明
code

string

错误代码。

message

string

指示操作失败原因的错误消息。

ErrorResponse

错误响应指示逻辑服务无法处理传入请求。 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

请求结束的时间。

request

Request

请求。

response

Response

响应。

startTime

string

请求开始的时间。

Response

响应。

名称 类型 说明
bodyLink

ContentLink

有关正文内容位置的详细信息。

headers

Object

附加到响应的所有标头的列表。

statusCode

integer

响应的状态代码。