swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector WorkflowTriggerHistories API schemes: - https tags: - name: WorkflowTriggerHistories paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/histories : get: tags: - WorkflowTriggerHistories operationId: microsoftAzureWorkflowtriggerhistoriesList description: Gets a list of workflow trigger histories. x-ms-examples: List a workflow trigger history: $ref: ./examples/WorkflowTriggerHistories_List.json parameters: - $ref: '#/parameters/subscriptionId' - name: resourceGroupName description: The resource group name. in: path required: true type: string - name: workflowName description: The workflow name. in: path required: true type: string - name: triggerName description: The workflow trigger name. in: path required: true type: string - $ref: '#/parameters/api-version' - name: $top description: The number of items to be included in the result. in: query required: false type: integer format: int32 - name: $filter description: 'The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId.' in: query required: false type: string responses: '200': description: OK schema: $ref: '#/definitions/WorkflowTriggerHistoryListResult' x-ms-pageable: nextLinkName: nextLink x-ms-odata: '#/definitions/WorkflowTriggerHistoryFilter' summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Triggers Triggername Histories ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/histories/{historyName} : get: tags: - WorkflowTriggerHistories operationId: microsoftAzureWorkflowtriggerhistoriesGet description: Gets a workflow trigger history. x-ms-examples: Get a workflow trigger history: $ref: ./examples/WorkflowTriggerHistories_Get.json parameters: - $ref: '#/parameters/subscriptionId' - name: resourceGroupName description: The resource group name. in: path required: true type: string - name: workflowName description: The workflow name. in: path required: true type: string - name: triggerName description: The workflow trigger name. in: path required: true type: string - name: historyName description: The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run. in: path required: true type: string - $ref: '#/parameters/api-version' responses: '200': description: OK schema: $ref: '#/definitions/WorkflowTriggerHistory' summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Triggers Triggername Histories Historyname ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/histories/{historyName}/resubmit : post: tags: - WorkflowTriggerHistories operationId: microsoftAzureWorkflowtriggerhistoriesResubmit description: Resubmits a workflow run based on the trigger history. x-ms-examples: Resubmit a workflow run based on the trigger history: $ref: ./examples/WorkflowTriggerHistories_Resubmit.json parameters: - $ref: '#/parameters/subscriptionId' - name: resourceGroupName description: The resource group name. in: path required: true type: string - name: workflowName description: The workflow name. in: path required: true type: string - name: triggerName description: The workflow trigger name. in: path required: true type: string - name: historyName description: The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run. in: path required: true type: string - $ref: '#/parameters/api-version' responses: '202': description: OK summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Triggers Triggername Histories Historyname Resubmit ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/triggers/{triggerName}/histories : get: tags: - WorkflowTriggerHistories operationId: microsoftAzureWorkflowtriggerhistoriesList description: Gets a list of workflow trigger histories. x-ms-examples: List a workflow trigger history: $ref: ./examples/WorkflowTriggerHistories_List.json parameters: - $ref: '#/parameters/subscriptionIdParameter' - $ref: '#/parameters/resourceGroupNameParameter' - $ref: '#/parameters/siteNameParameter' - name: workflowName description: The workflow name. in: path required: true type: string - name: triggerName description: The workflow trigger name. in: path required: true type: string - $ref: '#/parameters/apiVersionParameter' - name: $top description: The number of items to be included in the result. in: query required: false type: integer format: int32 - name: $filter description: 'The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId.' in: query required: false type: string responses: '200': description: OK schema: $ref: '#/definitions/WorkflowTriggerHistoryListResult' default: description: Error response describing why the operation failed. schema: $ref: '#/definitions/ErrorResponse' x-ms-pageable: nextLinkName: nextLink x-ms-odata: '#/definitions/WorkflowTriggerHistoryFilter' summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Web Sites Name Hostruntime Runtime Webhooks Workflow Api Management Workflows Workflowname Triggers Triggername Histories ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/triggers/{triggerName}/histories/{historyName} : get: tags: - WorkflowTriggerHistories operationId: microsoftAzureWorkflowtriggerhistoriesGet description: Gets a workflow trigger history. x-ms-examples: Get a workflow trigger history: $ref: ./examples/WorkflowTriggerHistories_Get.json parameters: - $ref: '#/parameters/subscriptionIdParameter' - $ref: '#/parameters/resourceGroupNameParameter' - $ref: '#/parameters/siteNameParameter' - name: workflowName description: The workflow name. in: path required: true type: string - name: triggerName description: The workflow trigger name. in: path required: true type: string - name: historyName description: The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run. in: path required: true type: string - $ref: '#/parameters/apiVersionParameter' responses: '200': description: OK schema: $ref: '#/definitions/WorkflowTriggerHistory' default: description: Error response describing why the operation failed. schema: $ref: '#/definitions/ErrorResponse' summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Web Sites Name Hostruntime Runtime Webhooks Workflow Api Management Workflows Workflowname Triggers Triggername Histories Historyname ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/triggers/{triggerName}/histories/{historyName}/resubmit : post: tags: - WorkflowTriggerHistories operationId: microsoftAzureWorkflowtriggerhistoriesResubmit description: Resubmits a workflow run based on the trigger history. x-ms-examples: Resubmit a workflow run based on the trigger history: $ref: ./examples/WorkflowTriggerHistories_Resubmit.json parameters: - $ref: '#/parameters/subscriptionIdParameter' - $ref: '#/parameters/resourceGroupNameParameter' - $ref: '#/parameters/siteNameParameter' - name: workflowName description: The workflow name. in: path required: true type: string - name: triggerName description: The workflow trigger name. in: path required: true type: string - name: historyName description: The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run. in: path required: true type: string - $ref: '#/parameters/apiVersionParameter' responses: '202': description: OK default: description: Error response describing why the operation failed. schema: $ref: '#/definitions/ErrorResponse' x-ms-long-running-operation: true summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Web Sites Name Hostruntime Runtime Webhooks Workflow Api Management Workflows Workflowname Triggers Triggername Histories Historyname Resubmit definitions: ErrorResponse: description: Error response indicates Logic service is not able to process the incoming request. The error property contains the error details. type: object properties: error: $ref: '#/definitions/ErrorProperties' description: The error properties. WorkflowStatus: type: string enum: - NotSpecified - Paused - Running - Waiting - Succeeded - Skipped - Suspended - Cancelled - Failed - Faulted - TimedOut - Aborted - Ignored x-ms-enum: name: WorkflowStatus modelAsString: true WorkflowTriggerHistoryListResult: type: object properties: value: type: array items: $ref: '#/definitions/WorkflowTriggerHistory' description: A list of workflow trigger histories. nextLink: type: string description: The URL to get the next set of results. description: The list of workflow trigger histories. WorkflowTriggerHistory: type: object properties: properties: x-ms-client-flatten: true $ref: '#/definitions/WorkflowTriggerHistoryProperties' description: Gets the workflow trigger history properties. name: type: string readOnly: true description: Gets the workflow trigger history name. type: type: string readOnly: true description: Gets the workflow trigger history type. description: The workflow trigger history. allOf: - $ref: '#/definitions/SubResource' SubResource: properties: id: type: string readOnly: true description: The resource id. x-ms-azure-resource: true description: The sub resource type. Correlation: type: object properties: clientTrackingId: type: string description: The client tracking id. description: The correlation property. WorkflowTriggerHistoryProperties: type: object properties: startTime: type: string format: date-time readOnly: true description: Gets the start time. endTime: type: string format: date-time readOnly: true description: Gets the end time. status: $ref: '#/definitions/WorkflowStatus' readOnly: true description: Gets the status. code: type: string readOnly: true description: Gets the code. error: $ref: '#/definitions/Object' readOnly: true description: Gets the error. trackingId: type: string readOnly: true description: Gets the tracking id. correlation: $ref: '#/definitions/Correlation' description: The run correlation. inputsLink: $ref: '#/definitions/ContentLink' readOnly: true description: Gets the link to input parameters. outputsLink: $ref: '#/definitions/ContentLink' readOnly: true description: Gets the link to output parameters. fired: type: boolean readOnly: true description: Gets a value indicating whether trigger was fired. run: $ref: '#/definitions/ResourceReference' readOnly: true description: Gets the reference to workflow run. description: The workflow trigger history properties. Object: type: object properties: {} ErrorProperties: description: Error properties indicate why the Logic service was not able to process the incoming request. The reason is provided in the error message. type: object properties: code: description: Error code. type: string message: description: Error message indicating why the operation failed. type: string ContentLink: type: object properties: uri: type: string description: The content link URI. contentVersion: type: string description: The content version. contentSize: type: integer format: int64 description: The content size. contentHash: $ref: '#/definitions/ContentHash' description: The content hash. metadata: $ref: '#/definitions/Object' description: The metadata. description: The content link. ContentHash: type: object properties: algorithm: type: string description: The algorithm of the content hash. value: type: string description: The value of the content hash. description: The content hash. ResourceReference: type: object properties: id: type: string description: The resource id. name: type: string readOnly: true description: Gets the resource name. type: type: string readOnly: true description: Gets the resource type. description: The resource reference. parameters: subscriptionIdParameter: name: subscriptionId in: path description: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). required: true type: string x-ms-parameter-location: client apiVersionParameter: name: api-version in: query description: API Version required: true type: string x-ms-parameter-location: client siteNameParameter: name: name in: path description: Site name. required: true type: string x-ms-parameter-location: method resourceGroupNameParameter: name: resourceGroupName in: path description: Name of the resource group to which the resource belongs. required: true type: string maxLength: 90 minLength: 1 pattern: ^[-\w\._\(\)]+[^\.]$ x-ms-parameter-location: method subscriptionId: name: subscriptionId description: The subscription id. in: path required: true type: string api-version: name: api-version description: The API version. in: query required: true type: string x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'