{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector WorkflowRuns API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "WorkflowRuns", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Runs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/workflows/:workflowName/runs", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription id." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name." }, { "name": "workflowName", "value": "", "type": "path", "description": "The workflow name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to be included in the result." }, { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId." } ] }, "docs": "Gets a list of workflow runs." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Runs Runname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/workflows/:workflowName/runs/:runName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription id." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name." }, { "name": "workflowName", "value": "", "type": "path", "description": "The workflow name." }, { "name": "runName", "value": "", "type": "path", "description": "The workflow run name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Gets a workflow run." }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Runs Runname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/workflows/:workflowName/runs/:runName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription id." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name." }, { "name": "workflowName", "value": "", "type": "path", "description": "The workflow name." }, { "name": "runName", "value": "", "type": "path", "description": "The workflow run name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Deletes a workflow run." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Runs Runname Cancel", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/workflows/:workflowName/runs/:runName/cancel", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription id." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name." }, { "name": "workflowName", "value": "", "type": "path", "description": "The workflow name." }, { "name": "runName", "value": "", "type": "path", "description": "The workflow run name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Cancels a workflow run." }, { "info": { "name": "Microsoft Azure Get Workflowruns", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/workflowruns", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Version of Purview APIs" }, { "name": "timeWindow", "value": "", "type": "query", "description": "Time window of filtering items." }, { "name": "orderby", "value": "", "type": "query", "description": "The key word which used to sort the results." }, { "name": "runStatuses", "value": "", "type": "query", "description": "Filter workflow runs by workflow run status." }, { "name": "workflowIds", "value": "", "type": "query", "description": "Filter items by workflow id list." }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum page size to get the items at one time." } ] }, "docs": "List workflow runs." }, { "info": { "name": "Microsoft Azure Get Workflowruns Workflowrunid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/workflowruns/:workflowRunId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Version of Purview APIs" }, { "name": "workflowRunId", "value": "", "type": "path", "description": "The workflow run id." } ] }, "docs": "Get a workflow run." }, { "info": { "name": "Microsoft Azure Post Workflowruns Workflowrunid Cancel", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/workflowruns/:workflowRunId/cancel", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Version of Purview APIs" }, { "name": "workflowRunId", "value": "", "type": "path", "description": "The workflow run id." } ] }, "docs": "Cancel a workflow run." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Web Sites Name Hostruntime Runtime Webhooks Workflow Api Management Workflows Workflowname Runs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/hostruntime/runtime/webhooks/workflow/api/management/workflows/:workflowName/runs", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "workflowName", "value": "", "type": "path", "description": "The workflow name." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to be included in the result." }, { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId." } ] }, "docs": "Gets a list of workflow runs." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Web Sites Name Hostruntime Runtime Webhooks Workflow Api Management Workflows Workflowname Runs Runname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/hostruntime/runtime/webhooks/workflow/api/management/workflows/:workflowName/runs/:runName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "workflowName", "value": "", "type": "path", "description": "The workflow name." }, { "name": "runName", "value": "", "type": "path", "description": "The workflow run name." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Gets a workflow run." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Web Sites Name Hostruntime Runtime Webhooks Workflow Api Management Workflows Workflowname Runs Runname Cancel", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/hostruntime/runtime/webhooks/workflow/api/management/workflows/:workflowName/runs/:runName/cancel", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the resource group to which the resource belongs." }, { "name": "name", "value": "", "type": "path", "description": "Site name." }, { "name": "workflowName", "value": "", "type": "path", "description": "The workflow name." }, { "name": "runName", "value": "", "type": "path", "description": "The workflow run name." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Cancels a workflow run." } ] } ], "bundled": true }