Microsoft.Logic (preview:2015-02-01)

2025/10/23 • 27 new, 27 deleted methods

Workflows_ListBySubscription (new)
Description Gets a list of workflows by subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Logic/workflows
{
subscriptionId: string ,
api-version: string ,
$top: integer ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
,
]
,
nextLink: string ,
}
Workflows_ListByResourceGroup (new)
Description Gets a list of workflows by resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
$top: integer ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
,
]
,
nextLink: string ,
}
Workflows_Get (new)
Description Gets a workflow.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
Workflows_CreateOrUpdate (new)
Description Creates or updates a workflow.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
workflow:
{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
Workflows_Update (new)
Description Updates a workflow.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
workflow:
{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
Workflows_Delete (new)
Description Deletes a workflow.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}
Workflows_Run (new)
Description Runs a workflow.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/run
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
parameters:
{
name: string ,
outputs: object ,
}
,
}

⚐ Response (202)

{
properties:
{
startTime: string ,
endTime: string ,
status: enum ,
code: string ,
error: object ,
correlationId: string ,
workflow:
{
id: string ,
name: string ,
type: string ,
}
,
trigger:
{
name: string ,
inputs: object ,
inputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
outputs: object ,
outputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
startTime: string ,
endTime: string ,
trackingId: string ,
code: string ,
status: enum ,
error: object ,
}
,
outputs: object ,
}
,
name: string ,
type: string ,
}
Workflows_Disable (new)
Description Disables a workflow.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/disable
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
}

⚐ Response (200)

{}
Workflows_Enable (new)
Description Enables a workflow.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/enable
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
}

⚐ Response (200)

{}
Workflows_Validate (new)
Description Validates a workflow.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/validate
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
workflow:
{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
,
}

⚐ Response (200)

{}
WorkflowVersions_Get (new)
Description Gets a workflow version.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions/{versionId}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
versionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
WorkflowAccessKeys_List (new)
Description Gets a list of workflow access keys.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/accessKeys
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
$top: integer ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
notBefore: string ,
notAfter: string ,
}
,
name: string ,
type: string ,
}
,
]
,
nextLink: string ,
}
WorkflowAccessKeys_Get (new)
Description Gets a workflow access key.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/accessKeys/{accessKeyName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
accessKeyName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
notBefore: string ,
notAfter: string ,
}
,
name: string ,
type: string ,
}
WorkflowAccessKeys_CreateOrUpdate (new)
Description Creates or updates a workflow access key.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/accessKeys/{accessKeyName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
accessKeyName: string ,
api-version: string ,
workflowAccesskey:
{
properties:
{
notBefore: string ,
notAfter: string ,
}
,
name: string ,
type: string ,
}
,
}

⚐ Response (200)

{
properties:
{
notBefore: string ,
notAfter: string ,
}
,
name: string ,
type: string ,
}

⚐ Response (201)

{
properties:
{
notBefore: string ,
notAfter: string ,
}
,
name: string ,
type: string ,
}
WorkflowAccessKeys_Delete (new)
Description Deletes a workflow access key.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/accessKeys/{accessKeyName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
accessKeyName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}
WorkflowAccessKeys_ListSecretKeys (new)
Description Lists secret keys.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/accessKeys/{accessKeyName}/list
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
accessKeyName: string ,
api-version: string ,
}

⚐ Response (200)

{
primarySecretKey: string ,
secondarySecretKey: string ,
}
WorkflowAccessKeys_RegenerateSecretKey (new)
Description Regenerates secret key.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/accessKeys/{accessKeyName}/regenerate
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
accessKeyName: string ,
api-version: string ,
parameters:
{
keyType: enum ,
}
,
}

⚐ Response (200)

{
primarySecretKey: string ,
secondarySecretKey: string ,
}
WorkflowTriggers_List (new)
Description Gets a list of workflow triggers.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
$top: integer ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
status: enum ,
lastExecutionTime: string ,
nextExecutionTime: string ,
recurrence:
{
frequency: enum ,
interval: integer ,
startTime: string ,
timeZone: string ,
}
,
workflow:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
name: string ,
type: string ,
}
,
]
,
nextLink: string ,
}
WorkflowTriggers_Get (new)
Description Gets a workflow trigger.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
triggerName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
status: enum ,
lastExecutionTime: string ,
nextExecutionTime: string ,
recurrence:
{
frequency: enum ,
interval: integer ,
startTime: string ,
timeZone: string ,
}
,
workflow:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
name: string ,
type: string ,
}
WorkflowTriggers_Run (new)
Description Runs a workflow trigger.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/run
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
triggerName: string ,
api-version: string ,
}

⚐ Response (200)

{}
WorkflowTriggerHistories_List (new)
Description Gets a list of workflow trigger histories.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/histories
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
triggerName: string ,
api-version: string ,
$top: integer ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
startTime: string ,
endTime: string ,
status: enum ,
code: string ,
error: object ,
trackingId: string ,
inputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
outputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
fired: boolean ,
run:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
name: string ,
type: string ,
}
,
]
,
nextLink: string ,
}
WorkflowTriggerHistories_Get (new)
Description Gets a workflow trigger history.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/histories/{historyName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
triggerName: string ,
historyName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
startTime: string ,
endTime: string ,
status: enum ,
code: string ,
error: object ,
trackingId: string ,
inputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
outputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
fired: boolean ,
run:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
name: string ,
type: string ,
}
WorkflowRuns_List (new)
Description Gets a list of workflow runs.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
$top: integer ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
startTime: string ,
endTime: string ,
status: enum ,
code: string ,
error: object ,
correlationId: string ,
workflow:
{
id: string ,
name: string ,
type: string ,
}
,
trigger:
{
name: string ,
inputs: object ,
inputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
outputs: object ,
outputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
startTime: string ,
endTime: string ,
trackingId: string ,
code: string ,
status: enum ,
error: object ,
}
,
outputs: object ,
}
,
name: string ,
type: string ,
}
,
]
,
nextLink: string ,
}
WorkflowRuns_Get (new)
Description Gets a workflow run.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
runName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
startTime: string ,
endTime: string ,
status: enum ,
code: string ,
error: object ,
correlationId: string ,
workflow:
{
id: string ,
name: string ,
type: string ,
}
,
trigger:
{
name: string ,
inputs: object ,
inputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
outputs: object ,
outputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
startTime: string ,
endTime: string ,
trackingId: string ,
code: string ,
status: enum ,
error: object ,
}
,
outputs: object ,
}
,
name: string ,
type: string ,
}
WorkflowRuns_Cancel (new)
Description Cancels a workflow run.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/cancel
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
runName: string ,
api-version: string ,
}

⚐ Response (200)

{}
WorkflowRunActions_List (new)
Description Gets a list of workflow run actions.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
runName: string ,
api-version: string ,
$top: integer ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
startTime: string ,
endTime: string ,
status: enum ,
code: string ,
error: object ,
trackingId: string ,
inputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
outputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
}
,
name: string ,
type: string ,
}
,
]
,
nextLink: string ,
}
WorkflowRunActions_Get (new)
Description Gets a workflow run action.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
runName: string ,
actionName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
startTime: string ,
endTime: string ,
status: enum ,
code: string ,
error: object ,
trackingId: string ,
inputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
outputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
}
,
name: string ,
type: string ,
}
Workflows_ListBySubscription (removed)
Description Gets a list of workflows by subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Logic/workflows
{
subscriptionId: string ,
api-version: string ,
$top: integer ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
,
]
,
nextLink: string ,
}
Workflows_ListByResourceGroup (removed)
Description Gets a list of workflows by resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
$top: integer ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
,
]
,
nextLink: string ,
}
Workflows_Get (removed)
Description Gets a workflow.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
Workflows_CreateOrUpdate (removed)
Description Creates or updates a workflow.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
workflow:
{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
Workflows_Update (removed)
Description Updates a workflow.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
workflow:
{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
Workflows_Delete (removed)
Description Deletes a workflow.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}
Workflows_Run (removed)
Description Runs a workflow.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/run
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
parameters:
{
name: string ,
outputs: object ,
}
,
}

⚐ Response (202)

{
properties:
{
startTime: string ,
endTime: string ,
status: enum ,
code: string ,
error: object ,
correlationId: string ,
workflow:
{
id: string ,
name: string ,
type: string ,
}
,
trigger:
{
name: string ,
inputs: object ,
inputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
outputs: object ,
outputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
startTime: string ,
endTime: string ,
trackingId: string ,
code: string ,
status: enum ,
error: object ,
}
,
outputs: object ,
}
,
name: string ,
type: string ,
}
Workflows_Disable (removed)
Description Disables a workflow.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/disable
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
}

⚐ Response (200)

{}
Workflows_Enable (removed)
Description Enables a workflow.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/enable
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
}

⚐ Response (200)

{}
Workflows_Validate (removed)
Description Validates a workflow.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/validate
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
workflow:
{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
,
}

⚐ Response (200)

{}
WorkflowVersions_Get (removed)
Description Gets a workflow version.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions/{versionId}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
versionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
createdTime: string ,
changedTime: string ,
state: enum ,
version: string ,
accessEndpoint: string ,
sku:
{
name: enum ,
plan:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
definitionLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
definition: object ,
parametersLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
parameters: object ,
}
,
}
WorkflowAccessKeys_List (removed)
Description Gets a list of workflow access keys.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/accessKeys
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
$top: integer ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
notBefore: string ,
notAfter: string ,
}
,
name: string ,
type: string ,
}
,
]
,
nextLink: string ,
}
WorkflowAccessKeys_Get (removed)
Description Gets a workflow access key.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/accessKeys/{accessKeyName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
accessKeyName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
notBefore: string ,
notAfter: string ,
}
,
name: string ,
type: string ,
}
WorkflowAccessKeys_CreateOrUpdate (removed)
Description Creates or updates a workflow access key.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/accessKeys/{accessKeyName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
accessKeyName: string ,
api-version: string ,
workflowAccesskey:
{
properties:
{
notBefore: string ,
notAfter: string ,
}
,
name: string ,
type: string ,
}
,
}

⚐ Response (200)

{
properties:
{
notBefore: string ,
notAfter: string ,
}
,
name: string ,
type: string ,
}

⚐ Response (201)

{
properties:
{
notBefore: string ,
notAfter: string ,
}
,
name: string ,
type: string ,
}
WorkflowAccessKeys_Delete (removed)
Description Deletes a workflow access key.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/accessKeys/{accessKeyName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
accessKeyName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}
WorkflowAccessKeys_ListSecretKeys (removed)
Description Lists secret keys.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/accessKeys/{accessKeyName}/list
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
accessKeyName: string ,
api-version: string ,
}

⚐ Response (200)

{
primarySecretKey: string ,
secondarySecretKey: string ,
}
WorkflowAccessKeys_RegenerateSecretKey (removed)
Description Regenerates secret key.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/accessKeys/{accessKeyName}/regenerate
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
accessKeyName: string ,
api-version: string ,
parameters:
{
keyType: enum ,
}
,
}

⚐ Response (200)

{
primarySecretKey: string ,
secondarySecretKey: string ,
}
WorkflowTriggers_List (removed)
Description Gets a list of workflow triggers.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
$top: integer ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
status: enum ,
lastExecutionTime: string ,
nextExecutionTime: string ,
recurrence:
{
frequency: enum ,
interval: integer ,
startTime: string ,
timeZone: string ,
}
,
workflow:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
name: string ,
type: string ,
}
,
]
,
nextLink: string ,
}
WorkflowTriggers_Get (removed)
Description Gets a workflow trigger.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
triggerName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
createdTime: string ,
changedTime: string ,
state: enum ,
status: enum ,
lastExecutionTime: string ,
nextExecutionTime: string ,
recurrence:
{
frequency: enum ,
interval: integer ,
startTime: string ,
timeZone: string ,
}
,
workflow:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
name: string ,
type: string ,
}
WorkflowTriggers_Run (removed)
Description Runs a workflow trigger.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/run
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
triggerName: string ,
api-version: string ,
}

⚐ Response (200)

{}
WorkflowTriggerHistories_List (removed)
Description Gets a list of workflow trigger histories.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/histories
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
triggerName: string ,
api-version: string ,
$top: integer ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
startTime: string ,
endTime: string ,
status: enum ,
code: string ,
error: object ,
trackingId: string ,
inputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
outputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
fired: boolean ,
run:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
name: string ,
type: string ,
}
,
]
,
nextLink: string ,
}
WorkflowTriggerHistories_Get (removed)
Description Gets a workflow trigger history.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/histories/{historyName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
triggerName: string ,
historyName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
startTime: string ,
endTime: string ,
status: enum ,
code: string ,
error: object ,
trackingId: string ,
inputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
outputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
fired: boolean ,
run:
{
id: string ,
name: string ,
type: string ,
}
,
}
,
name: string ,
type: string ,
}
WorkflowRuns_List (removed)
Description Gets a list of workflow runs.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
api-version: string ,
$top: integer ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
startTime: string ,
endTime: string ,
status: enum ,
code: string ,
error: object ,
correlationId: string ,
workflow:
{
id: string ,
name: string ,
type: string ,
}
,
trigger:
{
name: string ,
inputs: object ,
inputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
outputs: object ,
outputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
startTime: string ,
endTime: string ,
trackingId: string ,
code: string ,
status: enum ,
error: object ,
}
,
outputs: object ,
}
,
name: string ,
type: string ,
}
,
]
,
nextLink: string ,
}
WorkflowRuns_Get (removed)
Description Gets a workflow run.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
runName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
startTime: string ,
endTime: string ,
status: enum ,
code: string ,
error: object ,
correlationId: string ,
workflow:
{
id: string ,
name: string ,
type: string ,
}
,
trigger:
{
name: string ,
inputs: object ,
inputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
outputs: object ,
outputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
startTime: string ,
endTime: string ,
trackingId: string ,
code: string ,
status: enum ,
error: object ,
}
,
outputs: object ,
}
,
name: string ,
type: string ,
}
WorkflowRuns_Cancel (removed)
Description Cancels a workflow run.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/cancel
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
runName: string ,
api-version: string ,
}

⚐ Response (200)

{}
WorkflowRunActions_List (removed)
Description Gets a list of workflow run actions.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
runName: string ,
api-version: string ,
$top: integer ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
startTime: string ,
endTime: string ,
status: enum ,
code: string ,
error: object ,
trackingId: string ,
inputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
outputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
}
,
name: string ,
type: string ,
}
,
]
,
nextLink: string ,
}
WorkflowRunActions_Get (removed)
Description Gets a workflow run action.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}
{
subscriptionId: string ,
resourceGroupName: string ,
workflowName: string ,
runName: string ,
actionName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
startTime: string ,
endTime: string ,
status: enum ,
code: string ,
error: object ,
trackingId: string ,
inputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
outputsLink:
{
uri: string ,
contentVersion: string ,
contentSize: integer ,
contentHash:
{
algorithm: string ,
value: string ,
}
,
metadata: object ,
}
,
}
,
name: string ,
type: string ,
}