다음을 통해 공유


Workflow Run Action Repetitions Request Histories - List

워크플로 실행 반복 요청 기록을 나열합니다.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}/requestHistories?api-version=2025-05-01

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
actionName
path True

string

워크플로 작업 이름입니다.

name
path True

string

사이트 이름입니다.

repetitionName
path True

string

워크플로 반복.

resourceGroupName
path True

string

minLength: 1
maxLength: 90

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

runName
path True

string

워크플로 실행 이름입니다.

subscriptionId
path True

string (uuid)

대상 구독의 ID입니다. 값은 UUID여야 합니다.

workflowName
path True

string

워크플로 이름입니다.

api-version
query True

string

minLength: 1

이 작업에 사용할 API 버전입니다.

응답

Name 형식 Description
200 OK

RequestHistoryListResult

Azure 작업이 성공적으로 완료되었습니다.

Other Status Codes

ErrorResponse

예기치 않은 오류 응답입니다.

보안

azure_auth

Azure Active Directory OAuth2 흐름.

형식: oauth2
Flow: implicit
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize

범위

Name Description
user_impersonation 사용자 계정 가장

예제

List repetition request history

샘플 요청

GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Web/sites/test-name/hostruntime/runtime/webhooks/workflow/api/management/workflows/test-workflow/runs/08586776228332053161046300351/actions/HTTP_Webhook/repetitions/000001/requestHistories?api-version=2025-05-01

샘플 응답

{
  "value": [
    {
      "name": "08586611142732800686",
      "type": "Microsoft.Web/sites/workflows/runs/actions/requestHistories",
      "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Web/sites/test-name/workflows/test-workflow/runs/08586611142736787787412824395CU21/actions/HTTP_Webhook/requestHistories/08586611142732800686",
      "location": "West US",
      "properties": {
        "endTime": "2018-10-25T18:36:52.1863033Z",
        "response": {
          "bodyLink": {
            "contentHash": {
              "algorithm": "md5",
              "value": "2LOOAR8Eh2pd7AvRHXUhRg=="
            },
            "contentSize": 137,
            "contentVersion": "2LOOAR8Eh2pd7AvRHXUhRg==",
            "uri": "https://tempuri.org"
          },
          "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
        },
        "startTime": "2018-10-25T18:36:51.9206732Z",
        "request": {
          "method": "GET",
          "headers": {
            "Accept-Language": "en-US",
            "User-Agent": "azure-logic-apps/1.0,(workflow 80244732be3648f59d2084fd979cdd56; version 08586611142904036539)",
            "x-ms-action-tracking-id": "ad27f634-6523-492f-924e-9a75e28619c8",
            "x-ms-client-request-id": "ad484925-4148-4dd0-9488-07aed418b256",
            "x-ms-client-tracking-id": "08586611142736787787412824395CU21",
            "x-ms-correlation-id": "ad484925-4148-4dd0-9488-07aed418b256",
            "x-ms-execution-location": "brazilsouth",
            "x-ms-tracking-id": "ad484925-4148-4dd0-9488-07aed418b256",
            "x-ms-workflow-id": "80244732be3648f59d2084fd979cdd56",
            "x-ms-workflow-name": "test-workflow",
            "x-ms-workflow-operation-name": "HTTP_Webhook",
            "x-ms-workflow-resourcegroup-name": "test-resource-group",
            "x-ms-workflow-run-id": "08586611142736787787412824395CU21",
            "x-ms-workflow-run-tracking-id": "b4cd2e77-f949-4d8c-8753-791407aebde8",
            "x-ms-workflow-subscription-capacity": "Large",
            "x-ms-workflow-subscription-id": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
            "x-ms-workflow-system-id": "/locations/brazilsouth/scaleunits/prod-17/workflows/80244732be3648f59d2084fd979cdd56",
            "x-ms-workflow-version": "08586611142904036539"
          },
          "uri": "http://tempuri.org"
        }
      }
    }
  ]
}

정의

Name Description
ContentHash

콘텐츠 해시입니다.

ContentLink

콘텐츠 링크입니다.

createdByType

리소스를 만든 ID의 형식입니다.

ErrorProperties

오류 속성은 Logic Service가 들어오는 요청을 처리할 수 없는 이유를 나타냅니다. 이유는 오류 메시지에 나와 있습니다.

ErrorResponse

오류 응답은 Logic Service가 들어오는 요청을 처리할 수 없음을 나타냅니다. error 속성에는 오류 세부 정보가 포함되어 있습니다.

Request

요청.

RequestHistory

요청 기록입니다.

RequestHistoryListResult

RequestHistory 리스트 작업의 응답.

RequestHistoryProperties

요청 기록입니다.

Response

응답.

systemData

리소스의 생성 및 마지막 수정과 관련된 메타데이터입니다.

ContentHash

콘텐츠 해시입니다.

Name 형식 Description
algorithm

string

콘텐츠 해시의 알고리즘입니다.

value

string

콘텐츠 해시의 값입니다.

콘텐츠 링크입니다.

Name 형식 Description
contentHash

ContentHash

콘텐츠 해시입니다.

contentSize

integer (int64)

콘텐츠 크기입니다.

contentVersion

string

콘텐츠 버전입니다.

metadata

메타데이터입니다.

uri

string

콘텐츠 링크 URI입니다.

createdByType

리소스를 만든 ID의 형식입니다.

Description
User
Application
ManagedIdentity
Key

ErrorProperties

오류 속성은 Logic Service가 들어오는 요청을 처리할 수 없는 이유를 나타냅니다. 이유는 오류 메시지에 나와 있습니다.

Name 형식 Description
code

string

오류 코드입니다.

message

string

작업이 실패한 이유를 나타내는 오류 메시지입니다.

ErrorResponse

오류 응답은 Logic Service가 들어오는 요청을 처리할 수 없음을 나타냅니다. error 속성에는 오류 세부 정보가 포함되어 있습니다.

Name 형식 Description
error

ErrorProperties

오류 속성입니다.

Request

요청.

Name 형식 Description
headers

요청에 연결된 모든 헤더 목록입니다.

method

string

요청에 사용되는 HTTP 메서드입니다.

uri

string

요청의 대상입니다.

RequestHistory

요청 기록입니다.

Name 형식 Description
id

string (arm-id)

리소스에 대한 정규화된 리소스 ID입니다. 예: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

location

string

리소스가 있는 지리적 위치

name

string

리소스의 이름

properties

RequestHistoryProperties

요청 기록 속성입니다.

systemData

systemData

createdBy 및 modifiedBy 정보가 포함된 Azure Resource Manager 메타데이터입니다.

tags

object

리소스 태그.

type

string

리소스의 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts"

RequestHistoryListResult

RequestHistory 리스트 작업의 응답.

Name 형식 Description
nextLink

string (uri)

항목의 다음 페이지에 대한 링크

value

RequestHistory[]

이 페이지의 RequestHistory 항목들

RequestHistoryProperties

요청 기록입니다.

Name 형식 Description
endTime

string (date-time)

요청이 종료된 시간입니다.

request

Request

요청입니다.

response

Response

응답입니다.

startTime

string (date-time)

요청이 시작된 시간입니다.

Response

응답.

Name 형식 Description
bodyLink

ContentLink

본문 내용물의 위치에 대한 세부 정보입니다.

headers

응답에 첨부된 모든 헤더 목록입니다.

statusCode

integer (int32)

응답의 상태 코드입니다.

systemData

리소스의 생성 및 마지막 수정과 관련된 메타데이터입니다.

Name 형식 Description
createdAt

string (date-time)

리소스 만들기의 타임스탬프(UTC)입니다.

createdBy

string

리소스를 만든 ID입니다.

createdByType

createdByType

리소스를 만든 ID의 형식입니다.

lastModifiedAt

string (date-time)

리소스 마지막 수정의 타임스탬프(UTC)

lastModifiedBy

string

리소스를 마지막으로 수정한 ID입니다.

lastModifiedByType

createdByType

리소스를 마지막으로 수정한 ID의 형식입니다.