{ "opencollection": "1.0.0", "info": { "name": "WebApps API Client AppServiceEnvironments WorkflowRunActions API", "version": "2025-05-01" }, "items": [ { "info": { "name": "WorkflowRunActions", "type": "folder" }, "items": [ { "info": { "name": "WorkflowRunActions_List", "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/actions", "params": [ { "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": "$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." } ] }, "docs": "Gets a list of workflow run actions." }, { "info": { "name": "WorkflowRunActions_Get", "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/actions/:actionName", "params": [ { "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": "actionName", "value": "", "type": "path", "description": "The workflow action name." } ] }, "docs": "Gets a workflow run action." }, { "info": { "name": "WorkflowRunActions_ListExpressionTraces", "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/actions/:actionName/listExpressionTraces", "params": [ { "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": "actionName", "value": "", "type": "path", "description": "The workflow action name." } ] }, "docs": "Lists a workflow run expression trace." }, { "info": { "name": "WorkflowRunActionRepetitions_List", "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/actions/:actionName/repetitions", "params": [ { "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": "actionName", "value": "", "type": "path", "description": "The workflow action name." } ] }, "docs": "Get all of a workflow run action repetitions." }, { "info": { "name": "WorkflowRunActionRepetitions_Get", "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/actions/:actionName/repetitions/:repetitionName", "params": [ { "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": "actionName", "value": "", "type": "path", "description": "The workflow action name." }, { "name": "repetitionName", "value": "", "type": "path", "description": "The workflow repetition." } ] }, "docs": "Get a workflow run action repetition." }, { "info": { "name": "WorkflowRunActionRepetitions_ListExpressionTraces", "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/actions/:actionName/repetitions/:repetitionName/listExpressionTraces", "params": [ { "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": "actionName", "value": "", "type": "path", "description": "The workflow action name." }, { "name": "repetitionName", "value": "", "type": "path", "description": "The workflow repetition." } ] }, "docs": "Lists a workflow run expression trace." }, { "info": { "name": "WorkflowRunActionRepetitionsRequestHistories_List", "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/actions/:actionName/repetitions/:repetitionName/requestHistories", "params": [ { "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": "actionName", "value": "", "type": "path", "description": "The workflow action name." }, { "name": "repetitionName", "value": "", "type": "path", "description": "The workflow repetition." } ] }, "docs": "List a workflow run repetition request history." }, { "info": { "name": "WorkflowRunActionRepetitionsRequestHistories_Get", "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/actions/:actionName/repetitions/:repetitionName/requestHistories/:requestHistoryName", "params": [ { "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": "actionName", "value": "", "type": "path", "description": "The workflow action name." }, { "name": "repetitionName", "value": "", "type": "path", "description": "The workflow repetition." }, { "name": "requestHistoryName", "value": "", "type": "path", "description": "The workflow repetition." } ] }, "docs": "Gets a workflow run repetition request history." }, { "info": { "name": "WorkflowRunActionScopeRepetitions_List", "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/actions/:actionName/scopeRepetitions", "params": [ { "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": "actionName", "value": "", "type": "path", "description": "The workflow action name." } ] }, "docs": "List the workflow run action scoped repetitions." }, { "info": { "name": "WorkflowRunActionScopeRepetitions_Get", "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/actions/:actionName/scopeRepetitions/:repetitionName", "params": [ { "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": "actionName", "value": "", "type": "path", "description": "The workflow action name." }, { "name": "repetitionName", "value": "", "type": "path", "description": "The workflow repetition." } ] }, "docs": "Get a workflow run action scoped repetition." } ] } ], "bundled": true }