{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector WorkflowTriggers API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "WorkflowTriggers", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Triggers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/workflows/:workflowName/triggers", "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." } ] }, "docs": "Gets a list of workflow triggers." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Triggers Triggername", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/workflows/:workflowName/triggers/:triggerName", "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": "triggerName", "value": "", "type": "path", "description": "The workflow trigger name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Gets a workflow trigger." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Triggers Triggername Reset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/workflows/:workflowName/triggers/:triggerName/reset", "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": "triggerName", "value": "", "type": "path", "description": "The workflow trigger name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Resets a workflow trigger." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Triggers Triggername Run", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/workflows/:workflowName/triggers/:triggerName/run", "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": "triggerName", "value": "", "type": "path", "description": "The workflow trigger name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Runs a workflow trigger." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Triggers Triggername Schemas Json", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/workflows/:workflowName/triggers/:triggerName/schemas/json", "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": "triggerName", "value": "", "type": "path", "description": "The workflow trigger name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Get the trigger schema as JSON." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Triggers Triggername Setstate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/workflows/:workflowName/triggers/:triggerName/setState", "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": "triggerName", "value": "", "type": "path", "description": "The workflow trigger name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Sets the state of a workflow trigger." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Triggers Triggername Listcallbackurl", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/workflows/:workflowName/triggers/:triggerName/listCallbackUrl", "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": "triggerName", "value": "", "type": "path", "description": "The workflow trigger name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Get the callback URL for a workflow trigger." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Workflows Workflowname Versions Versionid Triggers Triggername Listcallbackurl", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/workflows/:workflowName/versions/:versionId/triggers/:triggerName/listCallbackUrl", "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": "versionId", "value": "", "type": "path", "description": "The workflow versionId." }, { "name": "triggerName", "value": "", "type": "path", "description": "The workflow trigger name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Get the callback url for a trigger of a workflow version." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Web Sites Name Hostruntime Runtime Webhooks Workflow Api Management Workflows Workflowname Triggers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/hostruntime/runtime/webhooks/workflow/api/management/workflows/:workflowName/triggers", "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." } ] }, "docs": "Gets a list of workflow triggers." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Web Sites Name Hostruntime Runtime Webhooks Workflow Api Management Workflows Workflowname Triggers Triggername", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/hostruntime/runtime/webhooks/workflow/api/management/workflows/:workflowName/triggers/:triggerName", "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": "triggerName", "value": "", "type": "path", "description": "The workflow trigger name." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Gets a workflow trigger." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Web Sites Name Hostruntime Runtime Webhooks Workflow Api Management Workflows Workflowname Triggers Triggername Listcallbackurl", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/hostruntime/runtime/webhooks/workflow/api/management/workflows/:workflowName/triggers/:triggerName/listCallbackUrl", "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": "triggerName", "value": "", "type": "path", "description": "The workflow trigger name." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Get the callback URL for a workflow trigger." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Web Sites Name Hostruntime Runtime Webhooks Workflow Api Management Workflows Workflowname Triggers Triggername Run", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/hostruntime/runtime/webhooks/workflow/api/management/workflows/:workflowName/triggers/:triggerName/run", "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": "triggerName", "value": "", "type": "path", "description": "The workflow trigger name." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Runs a workflow trigger." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Web Sites Name Hostruntime Runtime Webhooks Workflow Api Management Workflows Workflowname Triggers Triggername Schemas Json", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/sites/:name/hostruntime/runtime/webhooks/workflow/api/management/workflows/:workflowName/triggers/:triggerName/schemas/json", "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": "triggerName", "value": "", "type": "path", "description": "The workflow trigger name." }, { "name": "api-version", "value": "", "type": "query", "description": "API Version" } ] }, "docs": "Get the trigger schema as JSON." } ] } ], "bundled": true }