{"openapi":"3.0.0","info":{"description":"REST API for Azure Logic Apps.","title":"LogicManagementClient","version":"2019-05-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/logic/resource-manager/Microsoft.Logic/stable/2019-05-01/logic.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"logic","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.Logic/operations":{"get":{"description":"Lists all of the available Logic REST API operations.","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationListResult"},"examples":{"List Microsoft.Logic operations":{"$ref":"#/components/examples/List_Microsoft.Logic_operations"}}}}},"default":{"description":"Logic error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Operations"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.Logic/integrationAccounts":{"get":{"description":"Gets a list of integration accounts by subscription.","operationId":"IntegrationAccounts_ListBySubscription","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/api-version"},{"description":"The number of items to be included in the result.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountListResult"},"examples":{"List integration accounts by subscription":{"$ref":"#/components/examples/List_integration_accounts_by_subscription"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccounts"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.Logic/integrationServiceEnvironments":{"get":{"description":"Gets a list of integration service environments by subscription.","operationId":"IntegrationServiceEnvironments_ListBySubscription","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/api-version"},{"description":"The number of items to be included in the result.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentListResult"},"examples":{"List integration service environments by subscription":{"$ref":"#/components/examples/List_integration_service_environments_by_subscription"}}}}},"default":{"description":"Logic error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["integrationServiceEnvironments"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.Logic/workflows":{"get":{"description":"Gets a list of workflows by subscription.","operationId":"Workflows_ListBySubscription","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"$ref":"#/components/parameters/api-version"},{"description":"The number of items to be included in the result.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}},{"description":"The filter to apply on the operation. Options for filters include: State, Trigger, and ReferencedResourceId.","in":"query","name":"$filter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowListResult"},"examples":{"List all workflows in a subscription":{"$ref":"#/components/examples/List_all_workflows_in_a_subscription"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Workflows"],"x-ms-odata":"#/components/schemas/WorkflowFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts":{"get":{"description":"Gets a list of integration accounts by resource group.","operationId":"IntegrationAccounts_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List integration accounts by resource group name":{"value":"testResourceGroup"}}},{"$ref":"#/components/parameters/api-version"},{"description":"The number of items to be included in the result.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountListResult"},"examples":{"List integration accounts by resource group name":{"$ref":"#/components/examples/List_integration_accounts_by_resource_group_name"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccounts"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}":{"delete":{"description":"Deletes an integration account.","operationId":"IntegrationAccounts_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Delete an integration account":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Delete an integration account":{"value":"testIntegrationAccount"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK"},"204":{"description":"No Content"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccounts"]},"get":{"description":"Gets an integration account.","operationId":"IntegrationAccounts_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get integration account by name":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get integration account by name":{"value":"testIntegrationAccount"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccount"},"examples":{"Get integration account by name":{"$ref":"#/components/examples/Get_integration_account_by_name"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccounts"]},"patch":{"description":"Updates an integration account.","operationId":"IntegrationAccounts_Update","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Patch an integration account":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Patch an integration account":{"value":"testIntegrationAccount"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/IntegrationAccount"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccount"},"examples":{"Patch an integration account":{"$ref":"#/components/examples/Patch_an_integration_account"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccounts"]},"put":{"description":"Creates or updates an integration account.","operationId":"IntegrationAccounts_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Create or update an integration account":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Create or update an integration account":{"value":"testIntegrationAccount"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/IntegrationAccount"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccount"},"examples":{"Create or update an integration account":{"$ref":"#/components/examples/Create_or_update_an_integration_account"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccount"},"examples":{"Create or update an integration account":{"$ref":"#/components/examples/Create_or_update_an_integration_account"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccounts"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements":{"get":{"description":"Gets a list of integration account agreements.","operationId":"IntegrationAccountAgreements_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get agreements by integration account name":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get agreements by integration account name":{"value":"testIntegrationAccount"}}},{"$ref":"#/components/parameters/api-version"},{"description":"The number of items to be included in the result.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}},{"description":"The filter to apply on the operation. Options for filters include: AgreementType.","in":"query","name":"$filter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountAgreementListResult"},"examples":{"Get agreements by integration account name":{"$ref":"#/components/examples/Get_agreements_by_integration_account_name"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountAgreements"],"x-ms-odata":"#/components/schemas/IntegrationAccountAgreementFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}":{"delete":{"description":"Deletes an integration account agreement.","operationId":"IntegrationAccountAgreements_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Delete an agreement":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Delete an agreement":{"value":"testIntegrationAccount"}}},{"description":"The integration account agreement name.","in":"path","name":"agreementName","required":true,"schema":{"type":"string"},"examples":{"Delete an agreement":{"value":"testAgreement"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK"},"204":{"description":"No Content"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountAgreements"]},"get":{"description":"Gets an integration account agreement.","operationId":"IntegrationAccountAgreements_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get agreement by name":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get agreement by name":{"value":"testIntegrationAccount"}}},{"description":"The integration account agreement name.","in":"path","name":"agreementName","required":true,"schema":{"type":"string"},"examples":{"Get agreement by name":{"value":"testAgreement"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountAgreement"},"examples":{"Get agreement by name":{"$ref":"#/components/examples/Get_agreement_by_name"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountAgreements"]},"put":{"description":"Creates or updates an integration account agreement.","operationId":"IntegrationAccountAgreements_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Create or update an agreement":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Create or update an agreement":{"value":"testIntegrationAccount"}}},{"description":"The integration account agreement name.","in":"path","name":"agreementName","required":true,"schema":{"type":"string"},"examples":{"Create or update an agreement":{"value":"testAgreement"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountAgreement"}}},"description":"The integration account agreement.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountAgreement"},"examples":{"Create or update an agreement":{"$ref":"#/components/examples/Create_or_update_an_agreement"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountAgreement"},"examples":{"Create or update an agreement":{"$ref":"#/components/examples/Create_or_update_an_agreement"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountAgreements"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}/listContentCallbackUrl":{"post":{"description":"Get the content callback url.","operationId":"IntegrationAccountAgreements_ListContentCallbackUrl","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get the content callback url":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get the content callback url":{"value":"testIntegrationAccount"}}},{"description":"The integration account agreement name.","in":"path","name":"agreementName","required":true,"schema":{"type":"string"},"examples":{"Get the content callback url":{"value":"testAgreement"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/GetCallbackUrlParameters"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowTriggerCallbackUrl"},"examples":{"Get the content callback url":{"$ref":"#/components/examples/Get_the_content_callback_url"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountAgreements"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/assemblies":{"get":{"description":"List the assemblies for an integration account.","operationId":"IntegrationAccountAssemblies_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List integration account assemblies":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"List integration account assemblies":{"value":"testIntegrationAccount"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssemblyCollection"},"examples":{"List integration account assemblies":{"$ref":"#/components/examples/List_integration_account_assemblies"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountAssemblies"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/assemblies/{assemblyArtifactName}":{"delete":{"description":"Delete an assembly for an integration account.","operationId":"IntegrationAccountAssemblies_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Delete an integration account assembly":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Delete an integration account assembly":{"value":"testIntegrationAccount"}}},{"description":"The assembly artifact name.","in":"path","name":"assemblyArtifactName","required":true,"schema":{"type":"string"},"examples":{"Delete an integration account assembly":{"value":"testAssembly"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK"},"204":{"description":"No Content"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountAssemblies"]},"get":{"description":"Get an assembly for an integration account.","operationId":"IntegrationAccountAssemblies_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get an integration account assembly":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get an integration account assembly":{"value":"testIntegrationAccount"}}},{"description":"The assembly artifact name.","in":"path","name":"assemblyArtifactName","required":true,"schema":{"type":"string"},"examples":{"Get an integration account assembly":{"value":"testAssembly"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssemblyDefinition"},"examples":{"Get an integration account assembly":{"$ref":"#/components/examples/Get_an_integration_account_assembly"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountAssemblies"]},"put":{"description":"Create or update an assembly for an integration account.","operationId":"IntegrationAccountAssemblies_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Create or update an account assembly":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Create or update an account assembly":{"value":"testIntegrationAccount"}}},{"description":"The assembly artifact name.","in":"path","name":"assemblyArtifactName","required":true,"schema":{"type":"string"},"examples":{"Create or update an account assembly":{"value":"testAssembly"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssemblyDefinition"}}},"description":"The assembly artifact.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssemblyDefinition"},"examples":{"Create or update an account assembly":{"$ref":"#/components/examples/Create_or_update_an_account_assembly"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssemblyDefinition"},"examples":{"Create or update an account assembly":{"$ref":"#/components/examples/Create_or_update_an_account_assembly"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountAssemblies"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/assemblies/{assemblyArtifactName}/listContentCallbackUrl":{"post":{"description":"Get the content callback url for an integration account assembly.","operationId":"IntegrationAccountAssemblies_ListContentCallbackUrl","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get the callback url for an integration account assembly":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get the callback url for an integration account assembly":{"value":"testIntegrationAccount"}}},{"description":"The assembly artifact name.","in":"path","name":"assemblyArtifactName","required":true,"schema":{"type":"string"},"examples":{"Get the callback url for an integration account assembly":{"value":"testAssembly"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowTriggerCallbackUrl"},"examples":{"Get the callback url for an integration account assembly":{"$ref":"#/components/examples/Get_the_callback_url_for_an_integration_account_assembly"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountAssemblies"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/batchConfigurations":{"get":{"description":"List the batch configurations for an integration account.","operationId":"IntegrationAccountBatchConfigurations_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List batch configurations":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"List batch configurations":{"value":"testIntegrationAccount"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchConfigurationCollection"},"examples":{"List batch configurations":{"$ref":"#/components/examples/List_batch_configurations"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountBatchConfigurations"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/batchConfigurations/{batchConfigurationName}":{"delete":{"description":"Delete a batch configuration for an integration account.","operationId":"IntegrationAccountBatchConfigurations_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Delete a batch configuration":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Delete a batch configuration":{"value":"testIntegrationAccount"}}},{"description":"The batch configuration name.","in":"path","name":"batchConfigurationName","required":true,"schema":{"type":"string"},"examples":{"Delete a batch configuration":{"value":"testBatchConfiguration"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK"},"204":{"description":"No Content"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountBatchConfigurations"]},"get":{"description":"Get a batch configuration for an integration account.","operationId":"IntegrationAccountBatchConfigurations_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get a batch configuration":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get a batch configuration":{"value":"testIntegrationAccount"}}},{"description":"The batch configuration name.","in":"path","name":"batchConfigurationName","required":true,"schema":{"type":"string"},"examples":{"Get a batch configuration":{"value":"testBatchConfiguration"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchConfiguration"},"examples":{"Get a batch configuration":{"$ref":"#/components/examples/Get_a_batch_configuration"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountBatchConfigurations"]},"put":{"description":"Create or update a batch configuration for an integration account.","operationId":"IntegrationAccountBatchConfigurations_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Create or update a batch configuration":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Create or update a batch configuration":{"value":"testIntegrationAccount"}}},{"description":"The batch configuration name.","in":"path","name":"batchConfigurationName","required":true,"schema":{"type":"string"},"examples":{"Create or update a batch configuration":{"value":"testBatchConfiguration"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchConfiguration"}}},"description":"The batch configuration.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchConfiguration"},"examples":{"Create or update a batch configuration":{"$ref":"#/components/examples/Create_or_update_a_batch_configuration"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchConfiguration"},"examples":{"Create or update a batch configuration":{"$ref":"#/components/examples/Create_or_update_a_batch_configuration"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountBatchConfigurations"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/certificates":{"get":{"description":"Gets a list of integration account certificates.","operationId":"IntegrationAccountCertificates_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get certificates by integration account name":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get certificates by integration account name":{"value":"testIntegrationAccount"}}},{"$ref":"#/components/parameters/api-version"},{"description":"The number of items to be included in the result.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountCertificateListResult"},"examples":{"Get certificates by integration account name":{"$ref":"#/components/examples/Get_certificates_by_integration_account_name"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountCertificates"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/certificates/{certificateName}":{"delete":{"description":"Deletes an integration account certificate.","operationId":"IntegrationAccountCertificates_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Delete a certificate":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Delete a certificate":{"value":"testIntegrationAccount"}}},{"description":"The integration account certificate name.","in":"path","name":"certificateName","required":true,"schema":{"type":"string"},"examples":{"Delete a certificate":{"value":"testCertificate"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK"},"204":{"description":"No Content"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountCertificates"]},"get":{"description":"Gets an integration account certificate.","operationId":"IntegrationAccountCertificates_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get certificate by name":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get certificate by name":{"value":"testIntegrationAccount"}}},{"description":"The integration account certificate name.","in":"path","name":"certificateName","required":true,"schema":{"type":"string"},"examples":{"Get certificate by name":{"value":"testCertificate"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountCertificate"},"examples":{"Get certificate by name":{"$ref":"#/components/examples/Get_certificate_by_name"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountCertificates"]},"put":{"description":"Creates or updates an integration account certificate.","operationId":"IntegrationAccountCertificates_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Create or update a certificate":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Create or update a certificate":{"value":"testIntegrationAccount"}}},{"description":"The integration account certificate name.","in":"path","name":"certificateName","required":true,"schema":{"type":"string"},"examples":{"Create or update a certificate":{"value":"testCertificate"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountCertificate"}}},"description":"The integration account certificate.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountCertificate"},"examples":{"Create or update a certificate":{"$ref":"#/components/examples/Create_or_update_a_certificate"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountCertificate"},"examples":{"Create or update a certificate":{"$ref":"#/components/examples/Create_or_update_a_certificate"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountCertificates"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/listCallbackUrl":{"post":{"description":"Gets the integration account callback URL.","operationId":"IntegrationAccounts_ListCallbackUrl","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List IntegrationAccount callback URL":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"List IntegrationAccount callback URL":{"value":"testIntegrationAccount"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetCallbackUrlParameters"}}},"description":"The callback URL parameters.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CallbackUrl"},"examples":{"List IntegrationAccount callback URL":{"$ref":"#/components/examples/List_IntegrationAccount_callback_URL"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccounts"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/listKeyVaultKeys":{"post":{"description":"Gets the integration account's Key Vault keys.","operationId":"IntegrationAccounts_ListKeyVaultKeys","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get Integration Account callback URL":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get Integration Account callback URL":{"value":"testIntegrationAccount"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListKeyVaultKeysDefinition"}}},"description":"The key vault parameters.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/KeyVaultKeyCollection"},"examples":{"Get Integration Account callback URL":{"$ref":"#/components/examples/Get_Integration_Account_callback_URL"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccounts"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/logTrackingEvents":{"post":{"description":"Logs the integration account's tracking events.","operationId":"IntegrationAccounts_LogTrackingEvents","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Log a tracked event":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Log a tracked event":{"value":"testIntegrationAccount"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrackingEventsDefinition"}}},"description":"The callback URL parameters.","required":true},"responses":{"200":{"description":"OK"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccounts"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps":{"get":{"description":"Gets a list of integration account maps.","operationId":"IntegrationAccountMaps_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get maps by integration account name":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get maps by integration account name":{"value":"testIntegrationAccount"}}},{"$ref":"#/components/parameters/api-version"},{"description":"The number of items to be included in the result.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}},{"description":"The filter to apply on the operation. Options for filters include: MapType.","in":"query","name":"$filter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountMapListResult"},"examples":{"Get maps by integration account name":{"$ref":"#/components/examples/Get_maps_by_integration_account_name"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountMaps"],"x-ms-odata":"#/components/schemas/IntegrationAccountMapFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps/{mapName}":{"delete":{"description":"Deletes an integration account map.","operationId":"IntegrationAccountMaps_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Delete a map":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Delete a map":{"value":"testIntegrationAccount"}}},{"description":"The integration account map name.","in":"path","name":"mapName","required":true,"schema":{"type":"string"},"examples":{"Delete a map":{"value":"testMap"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK"},"204":{"description":"No Content"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountMaps"]},"get":{"description":"Gets an integration account map.","operationId":"IntegrationAccountMaps_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get map by name":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get map by name":{"value":"testIntegrationAccount"}}},{"description":"The integration account map name.","in":"path","name":"mapName","required":true,"schema":{"type":"string"},"examples":{"Get map by name":{"value":"testMap"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountMap"},"examples":{"Get map by name":{"$ref":"#/components/examples/Get_map_by_name"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountMaps"]},"put":{"description":"Creates or updates an integration account map.","operationId":"IntegrationAccountMaps_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Create or update a map":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Create or update a map":{"value":"testIntegrationAccount"}}},{"description":"The integration account map name.","in":"path","name":"mapName","required":true,"schema":{"type":"string"},"examples":{"Create or update a map":{"value":"testMap"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountMap"}}},"description":"The integration account map.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountMap"},"examples":{"Create or update a map":{"$ref":"#/components/examples/Create_or_update_a_map"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountMap"},"examples":{"Create or update a map":{"$ref":"#/components/examples/Create_or_update_a_map"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountMaps"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps/{mapName}/listContentCallbackUrl":{"post":{"description":"Get the content callback url.","operationId":"IntegrationAccountMaps_ListContentCallbackUrl","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get the content callback url":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get the content callback url":{"value":"testIntegrationAccount"}}},{"description":"The integration account map name.","in":"path","name":"mapName","required":true,"schema":{"type":"string"},"examples":{"Get the content callback url":{"value":"testMap"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/GetCallbackUrlParameters"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowTriggerCallbackUrl"},"examples":{"Get the content callback url":{"$ref":"#/components/examples/Get_the_content_callback_url"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountMaps"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/partners":{"get":{"description":"Gets a list of integration account partners.","operationId":"IntegrationAccountPartners_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get partners by integration account name":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get partners by integration account name":{"value":"testIntegrationAccount"}}},{"$ref":"#/components/parameters/api-version"},{"description":"The number of items to be included in the result.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}},{"description":"The filter to apply on the operation. Options for filters include: PartnerType.","in":"query","name":"$filter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountPartnerListResult"},"examples":{"Get partners by integration account name":{"$ref":"#/components/examples/Get_partners_by_integration_account_name"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountPartners"],"x-ms-odata":"#/components/schemas/IntegrationAccountPartnerFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/partners/{partnerName}":{"delete":{"description":"Deletes an integration account partner.","operationId":"IntegrationAccountPartners_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Delete a partner":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Delete a partner":{"value":"testIntegrationAccount"}}},{"description":"The integration account partner name.","in":"path","name":"partnerName","required":true,"schema":{"type":"string"},"examples":{"Delete a partner":{"value":"testPartner"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK"},"204":{"description":"No Content"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountPartners"]},"get":{"description":"Gets an integration account partner.","operationId":"IntegrationAccountPartners_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get partner by name":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get partner by name":{"value":"testIntegrationAccount"}}},{"description":"The integration account partner name.","in":"path","name":"partnerName","required":true,"schema":{"type":"string"},"examples":{"Get partner by name":{"value":"testPartner"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountPartner"},"examples":{"Get partner by name":{"$ref":"#/components/examples/Get_partner_by_name"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountPartners"]},"put":{"description":"Creates or updates an integration account partner.","operationId":"IntegrationAccountPartners_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Create or update a partner":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Create or update a partner":{"value":"testIntegrationAccount"}}},{"description":"The integration account partner name.","in":"path","name":"partnerName","required":true,"schema":{"type":"string"},"examples":{"Create or update a partner":{"value":"testPartner"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountPartner"}}},"description":"The integration account partner.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountPartner"},"examples":{"Create or update a partner":{"$ref":"#/components/examples/Create_or_update_a_partner"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountPartner"},"examples":{"Create or update a partner":{"$ref":"#/components/examples/Create_or_update_a_partner"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountPartners"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/partners/{partnerName}/listContentCallbackUrl":{"post":{"description":"Get the content callback url.","operationId":"IntegrationAccountPartners_ListContentCallbackUrl","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get the content callback url":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get the content callback url":{"value":"testIntegrationAccount"}}},{"description":"The integration account partner name.","in":"path","name":"partnerName","required":true,"schema":{"type":"string"},"examples":{"Get the content callback url":{"value":"testPartner"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/GetCallbackUrlParameters"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowTriggerCallbackUrl"},"examples":{"Get the content callback url":{"$ref":"#/components/examples/Get_the_content_callback_url"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountPartners"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/regenerateAccessKey":{"post":{"description":"Regenerates the integration account access key.","operationId":"IntegrationAccounts_RegenerateAccessKey","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Regenerate access key":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Regenerate access key":{"value":"testIntegrationAccount"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/RegenerateActionParameter"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccount"},"examples":{"Regenerate access key":{"$ref":"#/components/examples/Regenerate_access_key"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccounts"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/schemas":{"get":{"description":"Gets a list of integration account schemas.","operationId":"IntegrationAccountSchemas_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get schemas by integration account name":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get schemas by integration account name":{"value":"<integrationAccountName>"}}},{"$ref":"#/components/parameters/api-version"},{"description":"The number of items to be included in the result.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}},{"description":"The filter to apply on the operation. Options for filters include: SchemaType.","in":"query","name":"$filter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountSchemaListResult"},"examples":{"Get schemas by integration account name":{"$ref":"#/components/examples/Get_schemas_by_integration_account_name"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountSchemas"],"x-ms-odata":"#/components/schemas/IntegrationAccountSchemaFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/schemas/{schemaName}":{"delete":{"description":"Deletes an integration account schema.","operationId":"IntegrationAccountSchemas_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Delete a schema by name":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Delete a schema by name":{"value":"testIntegrationAccount"}}},{"description":"The integration account schema name.","in":"path","name":"schemaName","required":true,"schema":{"type":"string"},"examples":{"Delete a schema by name":{"value":"testSchema"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK"},"204":{"description":"No Content"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountSchemas"]},"get":{"description":"Gets an integration account schema.","operationId":"IntegrationAccountSchemas_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get schema by name":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get schema by name":{"value":"testIntegrationAccount"}}},{"description":"The integration account schema name.","in":"path","name":"schemaName","required":true,"schema":{"type":"string"},"examples":{"Get schema by name":{"value":"testSchema"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountSchema"},"examples":{"Get schema by name":{"$ref":"#/components/examples/Get_schema_by_name"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountSchemas"]},"put":{"description":"Creates or updates an integration account schema.","operationId":"IntegrationAccountSchemas_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Create or update schema":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Create or update schema":{"value":"testIntegrationAccount"}}},{"description":"The integration account schema name.","in":"path","name":"schemaName","required":true,"schema":{"type":"string"},"examples":{"Create or update schema":{"value":"testSchema"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountSchema"}}},"description":"The integration account schema.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountSchema"},"examples":{"Create or update schema":{"$ref":"#/components/examples/Create_or_update_schema"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountSchema"},"examples":{"Create or update schema":{"$ref":"#/components/examples/Create_or_update_schema"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountSchemas"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/schemas/{schemaName}/listContentCallbackUrl":{"post":{"description":"Get the content callback url.","operationId":"IntegrationAccountSchemas_ListContentCallbackUrl","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get the content callback url":{"value":"testResourceGroup"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get the content callback url":{"value":"testIntegrationAccount"}}},{"description":"The integration account schema name.","in":"path","name":"schemaName","required":true,"schema":{"type":"string"},"examples":{"Get the content callback url":{"value":"testSchema"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/GetCallbackUrlParameters"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowTriggerCallbackUrl"},"examples":{"Get the content callback url":{"$ref":"#/components/examples/Get_the_content_callback_url"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountSchemas"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/sessions":{"get":{"description":"Gets a list of integration account sessions.","operationId":"IntegrationAccountSessions_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get a list of integration account sessions":{"value":"testrg123"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get a list of integration account sessions":{"value":"testia123"}}},{"$ref":"#/components/parameters/api-version"},{"description":"The number of items to be included in the result.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}},{"description":"The filter to apply on the operation. Options for filters include: ChangedTime.","in":"query","name":"$filter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountSessionListResult"},"examples":{"Get a list of integration account sessions":{"$ref":"#/components/examples/Get_a_list_of_integration_account_sessions"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountSessions"],"x-ms-odata":"#/components/schemas/IntegrationAccountSessionFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/sessions/{sessionName}":{"delete":{"description":"Deletes an integration account session.","operationId":"IntegrationAccountSessions_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Delete an integration account session":{"value":"testrg123"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Delete an integration account session":{"value":"testia123"}}},{"description":"The integration account session name.","in":"path","name":"sessionName","required":true,"schema":{"type":"string"},"examples":{"Delete an integration account session":{"value":"testsession123-ICN"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK"},"204":{"description":"No Content"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountSessions"]},"get":{"description":"Gets an integration account session.","operationId":"IntegrationAccountSessions_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get an integration account session":{"value":"testrg123"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Get an integration account session":{"value":"testia123"}}},{"description":"The integration account session name.","in":"path","name":"sessionName","required":true,"schema":{"type":"string"},"examples":{"Get an integration account session":{"value":"testsession123-ICN"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountSession"},"examples":{"Get an integration account session":{"$ref":"#/components/examples/Get_an_integration_account_session"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountSessions"]},"put":{"description":"Creates or updates an integration account session.","operationId":"IntegrationAccountSessions_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Create or update an integration account session":{"value":"testrg123"}}},{"description":"The integration account name.","in":"path","name":"integrationAccountName","required":true,"schema":{"type":"string"},"examples":{"Create or update an integration account session":{"value":"testia123"}}},{"description":"The integration account session name.","in":"path","name":"sessionName","required":true,"schema":{"type":"string"},"examples":{"Create or update an integration account session":{"value":"testsession123-ICN"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountSession"}}},"description":"The integration account session.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountSession"},"examples":{"Create or update an integration account session":{"$ref":"#/components/examples/Create_or_update_an_integration_account_session"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccountSession"},"examples":{"Create or update an integration account session":{"$ref":"#/components/examples/Create_or_update_an_integration_account_session"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationAccountSessions"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/locations/{location}/workflows/{workflowName}/validate":{"post":{"description":"Validates the workflow definition.","operationId":"Workflows_ValidateByLocation","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Validate a workflow":{"value":"test-resource-group"}}},{"description":"The workflow location.","in":"path","name":"location","required":true,"schema":{"type":"string"},"examples":{"Validate a workflow":{"value":"brazilsouth"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Validate a workflow":{"value":"test-workflow"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Workflows"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows":{"get":{"description":"Gets a list of workflows by resource group.","operationId":"Workflows_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List all workflows in a resource group":{"value":"test-resource-group"}}},{"$ref":"#/components/parameters/api-version"},{"description":"The number of items to be included in the result.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}},{"description":"The filter to apply on the operation. Options for filters include: State, Trigger, and ReferencedResourceId.","in":"query","name":"$filter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowListResult"},"examples":{"List all workflows in a resource group":{"$ref":"#/components/examples/List_all_workflows_in_a_resource_group"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Workflows"],"x-ms-odata":"#/components/schemas/WorkflowFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}":{"delete":{"description":"Deletes a workflow.","operationId":"Workflows_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Delete a workflow":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Delete a workflow":{"value":"test-workflow"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK"},"204":{"description":"No Content"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Workflows"]},"get":{"description":"Gets a workflow.","operationId":"Workflows_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get a workflow":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Get a workflow":{"value":"test-workflow"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workflow"},"examples":{"Get a workflow":{"$ref":"#/components/examples/Get_a_workflow"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Workflows"]},"patch":{"description":"Updates a workflow.","operationId":"Workflows_Update","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Patch a workflow":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Patch a workflow":{"value":"test-workflow"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/Workflow"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workflow"},"examples":{"Patch a workflow":{"$ref":"#/components/examples/Patch_a_workflow"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Workflows"]},"put":{"description":"Creates or updates a workflow.","operationId":"Workflows_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Create or update a workflow":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Create or update a workflow":{"value":"test-workflow"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/Workflow"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workflow"},"examples":{"Create or update a workflow":{"$ref":"#/components/examples/Create_or_update_a_workflow"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workflow"},"examples":{"Create or update a workflow":{"$ref":"#/components/examples/Create_or_update_a_workflow"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Workflows"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/disable":{"post":{"description":"Disables a workflow.","operationId":"Workflows_Disable","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Disable a workflow":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Disable a workflow":{"value":"test-workflow"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Workflows"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/enable":{"post":{"description":"Enables a workflow.","operationId":"Workflows_Enable","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Enable a workflow":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Enable a workflow":{"value":"test-workflow"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Workflows"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/generateUpgradedDefinition":{"post":{"description":"Generates the upgraded definition for a workflow.","operationId":"Workflows_GenerateUpgradedDefinition","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Generate an upgraded definition":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Generate an upgraded definition":{"value":"test-workflow"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenerateUpgradedDefinitionParameters"}}},"description":"Parameters for generating an upgraded definition.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Object"},"examples":{"Generate an upgraded definition":{"$ref":"#/components/examples/Generate_an_upgraded_definition"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Workflows"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/listCallbackUrl":{"post":{"description":"Get the workflow callback Url.","operationId":"Workflows_ListCallbackUrl","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get callback url":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Get callback url":{"value":"testWorkflow"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetCallbackUrlParameters"}}},"description":"Which callback url to list.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowTriggerCallbackUrl"},"examples":{"Get callback url":{"$ref":"#/components/examples/Get_callback_url"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Workflows"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/listSwagger":{"post":{"description":"Gets an OpenAPI definition for the workflow.","operationId":"Workflows_ListSwagger","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get the swagger for a workflow":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Get the swagger for a workflow":{"value":"testWorkflowName"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Object"},"examples":{"Get the swagger for a workflow":{"$ref":"#/components/examples/Get_the_swagger_for_a_workflow"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Workflows"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/move":{"post":{"description":"Moves an existing workflow.","operationId":"Workflows_Move","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Move a workflow":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Move a workflow":{"value":"testWorkflow"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workflow"}}},"description":"The workflow to move.","required":true},"responses":{"200":{"description":"OK"},"202":{"description":"No Content"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Workflows"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/regenerateAccessKey":{"post":{"description":"Regenerates the callback URL access key for request triggers.","operationId":"Workflows_RegenerateAccessKey","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Regenerate the callback URL access key for request triggers":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Regenerate the callback URL access key for request triggers":{"value":"testWorkflowName"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/RegenerateActionParameter"},"responses":{"200":{"description":"OK"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Workflows"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs":{"get":{"description":"Gets a list of workflow runs.","operationId":"WorkflowRuns_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List workflow runs":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"List workflow runs":{"value":"test-workflow"}}},{"$ref":"#/components/parameters/api-version"},{"description":"The number of items to be included in the result.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}},{"description":"The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId.","in":"query","name":"$filter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowRunListResult"},"examples":{"List workflow runs":{"$ref":"#/components/examples/List_workflow_runs"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowRuns"],"x-ms-odata":"#/components/schemas/WorkflowRunFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}":{"get":{"description":"Gets a workflow run.","operationId":"WorkflowRuns_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get a run for a workflow":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Get a run for a workflow":{"value":"test-workflow"}}},{"description":"The workflow run name.","in":"path","name":"runName","required":true,"schema":{"type":"string"},"examples":{"Get a run for a workflow":{"value":"08586676746934337772206998657CU22"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowRun"},"examples":{"Get a run for a workflow":{"$ref":"#/components/examples/Get_a_run_for_a_workflow"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowRuns"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions":{"get":{"description":"Gets a list of workflow run actions.","operationId":"WorkflowRunActions_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List a workflow run actions":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"List a workflow run actions":{"value":"test-workflow"}}},{"description":"The workflow run name.","in":"path","name":"runName","required":true,"schema":{"type":"string"},"examples":{"List a workflow run actions":{"value":"08586676746934337772206998657CU22"}}},{"$ref":"#/components/parameters/api-version"},{"description":"The number of items to be included in the result.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}},{"description":"The filter to apply on the operation. Options for filters include: Status.","in":"query","name":"$filter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowRunActionListResult"},"examples":{"List a workflow run actions":{"$ref":"#/components/examples/List_a_workflow_run_actions"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowRunActions"],"x-ms-odata":"#/components/schemas/WorkflowRunActionFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}":{"get":{"description":"Gets a workflow run action.","operationId":"WorkflowRunActions_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get a workflow run action":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Get a workflow run action":{"value":"test-workflow"}}},{"description":"The workflow run name.","in":"path","name":"runName","required":true,"schema":{"type":"string"},"examples":{"Get a workflow run action":{"value":"08586676746934337772206998657CU22"}}},{"description":"The workflow action name.","in":"path","name":"actionName","required":true,"schema":{"type":"string"},"examples":{"Get a workflow run action":{"value":"HTTP"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowRunAction"},"examples":{"Get a workflow run action":{"$ref":"#/components/examples/Get_a_workflow_run_action"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowRunActions"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/listExpressionTraces":{"post":{"description":"Lists a workflow run expression trace.","operationId":"WorkflowRunActions_ListExpressionTraces","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List expression traces":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"List expression traces":{"value":"testFlow"}}},{"description":"The workflow run name.","in":"path","name":"runName","required":true,"schema":{"type":"string"},"examples":{"List expression traces":{"value":"08586776228332053161046300351"}}},{"description":"The workflow action name.","in":"path","name":"actionName","required":true,"schema":{"type":"string"},"examples":{"List expression traces":{"value":"testAction"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpressionTraces"},"examples":{"List expression traces":{"$ref":"#/components/examples/List_expression_traces"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowRunActions"],"x-ms-pageable":{"itemName":"inputs"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions":{"get":{"description":"Get all of a workflow run action repetitions.","operationId":"WorkflowRunActionRepetitions_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List repetitions":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"List repetitions":{"value":"testFlow"}}},{"description":"The workflow run name.","in":"path","name":"runName","required":true,"schema":{"type":"string"},"examples":{"List repetitions":{"value":"08586776228332053161046300351"}}},{"description":"The workflow action name.","in":"path","name":"actionName","required":true,"schema":{"type":"string"},"examples":{"List repetitions":{"value":"testAction"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowRunActionRepetitionDefinitionCollection"},"examples":{"List repetitions":{"$ref":"#/components/examples/List_repetitions"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowRunActions"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}":{"get":{"description":"Get a workflow run action repetition.","operationId":"WorkflowRunActionRepetitions_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get a repetition":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Get a repetition":{"value":"testFlow"}}},{"description":"The workflow run name.","in":"path","name":"runName","required":true,"schema":{"type":"string"},"examples":{"Get a repetition":{"value":"08586776228332053161046300351"}}},{"description":"The workflow action name.","in":"path","name":"actionName","required":true,"schema":{"type":"string"},"examples":{"Get a repetition":{"value":"testAction"}}},{"description":"The workflow repetition.","in":"path","name":"repetitionName","required":true,"schema":{"type":"string"},"examples":{"Get a repetition":{"value":"000001"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowRunActionRepetitionDefinition"},"examples":{"Get a repetition":{"$ref":"#/components/examples/Get_a_repetition"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowRunActions"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}/listExpressionTraces":{"post":{"description":"Lists a workflow run expression trace.","operationId":"WorkflowRunActionRepetitions_ListExpressionTraces","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List expression traces for a repetition":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"List expression traces for a repetition":{"value":"testFlow"}}},{"description":"The workflow run name.","in":"path","name":"runName","required":true,"schema":{"type":"string"},"examples":{"List expression traces for a repetition":{"value":"08586776228332053161046300351"}}},{"description":"The workflow action name.","in":"path","name":"actionName","required":true,"schema":{"type":"string"},"examples":{"List expression traces for a repetition":{"value":"testAction"}}},{"description":"The workflow repetition.","in":"path","name":"repetitionName","required":true,"schema":{"type":"string"},"examples":{"List expression traces for a repetition":{"value":"000001"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpressionTraces"},"examples":{"List expression traces for a repetition":{"$ref":"#/components/examples/List_expression_traces_for_a_repetition"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowRunActions"],"x-ms-pageable":{"itemName":"inputs"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}/requestHistories":{"get":{"description":"List a workflow run repetition request history.","operationId":"WorkflowRunActionRepetitionsRequestHistories_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List repetition request history":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"List repetition request history":{"value":"test-workflow"}}},{"description":"The workflow run name.","in":"path","name":"runName","required":true,"schema":{"type":"string"},"examples":{"List repetition request history":{"value":"08586776228332053161046300351"}}},{"description":"The workflow action name.","in":"path","name":"actionName","required":true,"schema":{"type":"string"},"examples":{"List repetition request history":{"value":"HTTP_Webhook"}}},{"description":"The workflow repetition.","in":"path","name":"repetitionName","required":true,"schema":{"type":"string"},"examples":{"List repetition request history":{"value":"000001"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestHistoryListResult"},"examples":{"List repetition request history":{"$ref":"#/components/examples/List_repetition_request_history"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowRunActions"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}/requestHistories/{requestHistoryName}":{"get":{"description":"Gets a workflow run repetition request history.","operationId":"WorkflowRunActionRepetitionsRequestHistories_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get a repetition request history":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Get a repetition request history":{"value":"test-workflow"}}},{"description":"The workflow run name.","in":"path","name":"runName","required":true,"schema":{"type":"string"},"examples":{"Get a repetition request history":{"value":"08586776228332053161046300351"}}},{"description":"The workflow action name.","in":"path","name":"actionName","required":true,"schema":{"type":"string"},"examples":{"Get a repetition request history":{"value":"HTTP_Webhook"}}},{"description":"The workflow repetition.","in":"path","name":"repetitionName","required":true,"schema":{"type":"string"},"examples":{"Get a repetition request history":{"value":"000001"}}},{"description":"The request history name.","in":"path","name":"requestHistoryName","required":true,"schema":{"type":"string"},"examples":{"Get a repetition request history":{"value":"08586611142732800686"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestHistory"},"examples":{"Get a repetition request history":{"$ref":"#/components/examples/Get_a_repetition_request_history"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowRunActions"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/requestHistories":{"get":{"description":"List a workflow run request history.","operationId":"WorkflowRunActionRequestHistories_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List a request history":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"List a request history":{"value":"test-workflow"}}},{"description":"The workflow run name.","in":"path","name":"runName","required":true,"schema":{"type":"string"},"examples":{"List a request history":{"value":"08586776228332053161046300351"}}},{"description":"The workflow action name.","in":"path","name":"actionName","required":true,"schema":{"type":"string"},"examples":{"List a request history":{"value":"HTTP_Webhook"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestHistoryListResult"},"examples":{"List a request history":{"$ref":"#/components/examples/List_a_request_history"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowRunActions"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/requestHistories/{requestHistoryName}":{"get":{"description":"Gets a workflow run request history.","operationId":"WorkflowRunActionRequestHistories_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get a request history":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Get a request history":{"value":"test-workflow"}}},{"description":"The workflow run name.","in":"path","name":"runName","required":true,"schema":{"type":"string"},"examples":{"Get a request history":{"value":"08586776228332053161046300351"}}},{"description":"The workflow action name.","in":"path","name":"actionName","required":true,"schema":{"type":"string"},"examples":{"Get a request history":{"value":"HTTP_Webhook"}}},{"description":"The request history name.","in":"path","name":"requestHistoryName","required":true,"schema":{"type":"string"},"examples":{"Get a request history":{"value":"08586611142732800686"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequestHistory"},"examples":{"Get a request history":{"$ref":"#/components/examples/Get_a_request_history"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowRunActions"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/scopeRepetitions":{"get":{"description":"List the workflow run action scoped repetitions.","operationId":"WorkflowRunActionScopeRepetitions_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List the scoped repetitions":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"List the scoped repetitions":{"value":"testFlow"}}},{"description":"The workflow run name.","in":"path","name":"runName","required":true,"schema":{"type":"string"},"examples":{"List the scoped repetitions":{"value":"08586776228332053161046300351"}}},{"description":"The workflow action name.","in":"path","name":"actionName","required":true,"schema":{"type":"string"},"examples":{"List the scoped repetitions":{"value":"for_each"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowRunActionRepetitionDefinitionCollection"},"examples":{"List the scoped repetitions":{"$ref":"#/components/examples/List_the_scoped_repetitions"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowRunActions"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/scopeRepetitions/{repetitionName}":{"get":{"description":"Get a workflow run action scoped repetition.","operationId":"WorkflowRunActionScopeRepetitions_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get a scoped repetition":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Get a scoped repetition":{"value":"testFlow"}}},{"description":"The workflow run name.","in":"path","name":"runName","required":true,"schema":{"type":"string"},"examples":{"Get a scoped repetition":{"value":"08586776228332053161046300351"}}},{"description":"The workflow action name.","in":"path","name":"actionName","required":true,"schema":{"type":"string"},"examples":{"Get a scoped repetition":{"value":"for_each"}}},{"description":"The workflow repetition.","in":"path","name":"repetitionName","required":true,"schema":{"type":"string"},"examples":{"Get a scoped repetition":{"value":"000000"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowRunActionRepetitionDefinition"},"examples":{"Get a scoped repetition":{"$ref":"#/components/examples/Get_a_scoped_repetition"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowRunActions"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/cancel":{"post":{"description":"Cancels a workflow run.","operationId":"WorkflowRuns_Cancel","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Cancel a workflow run":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Cancel a workflow run":{"value":"test-workflow"}}},{"description":"The workflow run name.","in":"path","name":"runName","required":true,"schema":{"type":"string"},"examples":{"Cancel a workflow run":{"value":"08586676746934337772206998657CU22"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowRuns"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/operations/{operationId}":{"get":{"description":"Gets an operation for a run.","operationId":"WorkflowRunOperations_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get a run operation":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Get a run operation":{"value":"testFlow"}}},{"description":"The workflow run name.","in":"path","name":"runName","required":true,"schema":{"type":"string"},"examples":{"Get a run operation":{"value":"08586774142730039209110422528"}}},{"description":"The workflow operation id.","in":"path","name":"operationId","required":true,"schema":{"type":"string"},"examples":{"Get a run operation":{"value":"ebdcbbde-c4db-43ec-987c-fd0f7726f43b"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowRun"},"examples":{"Get a run operation":{"$ref":"#/components/examples/Get_a_run_operation"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowRunOperations"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers":{"get":{"description":"Gets a list of workflow triggers.","operationId":"WorkflowTriggers_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List workflow triggers":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"List workflow triggers":{"value":"test-workflow"}}},{"$ref":"#/components/parameters/api-version"},{"description":"The number of items to be included in the result.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}},{"description":"The filter to apply on the operation.","in":"query","name":"$filter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowTriggerListResult"},"examples":{"List workflow triggers":{"$ref":"#/components/examples/List_workflow_triggers"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowTriggers"],"x-ms-odata":"#/components/schemas/WorkflowTriggerFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}":{"get":{"description":"Gets a workflow trigger.","operationId":"WorkflowTriggers_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get a workflow trigger":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Get a workflow trigger":{"value":"test-workflow"}}},{"description":"The workflow trigger name.","in":"path","name":"triggerName","required":true,"schema":{"type":"string"},"examples":{"Get a workflow trigger":{"value":"manual"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowTrigger"},"examples":{"Get a workflow trigger":{"$ref":"#/components/examples/Get_a_workflow_trigger"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowTriggers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/histories":{"get":{"description":"Gets a list of workflow trigger histories.","operationId":"WorkflowTriggerHistories_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List a workflow trigger history":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"List a workflow trigger history":{"value":"testWorkflowName"}}},{"description":"The workflow trigger name.","in":"path","name":"triggerName","required":true,"schema":{"type":"string"},"examples":{"List a workflow trigger history":{"value":"testTriggerName"}}},{"$ref":"#/components/parameters/api-version"},{"description":"The number of items to be included in the result.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}},{"description":"The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId.","in":"query","name":"$filter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowTriggerHistoryListResult"},"examples":{"List a workflow trigger history":{"$ref":"#/components/examples/List_a_workflow_trigger_history"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowTriggerHistories"],"x-ms-odata":"#/components/schemas/WorkflowTriggerHistoryFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/histories/{historyName}":{"get":{"description":"Gets a workflow trigger history.","operationId":"WorkflowTriggerHistories_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get a workflow trigger history":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Get a workflow trigger history":{"value":"testWorkflowName"}}},{"description":"The workflow trigger name.","in":"path","name":"triggerName","required":true,"schema":{"type":"string"},"examples":{"Get a workflow trigger history":{"value":"testTriggerName"}}},{"description":"The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.","in":"path","name":"historyName","required":true,"schema":{"type":"string"},"examples":{"Get a workflow trigger history":{"value":"08586676746934337772206998657CU22"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowTriggerHistory"},"examples":{"Get a workflow trigger history":{"$ref":"#/components/examples/Get_a_workflow_trigger_history"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowTriggerHistories"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/histories/{historyName}/resubmit":{"post":{"description":"Resubmits a workflow run based on the trigger history.","operationId":"WorkflowTriggerHistories_Resubmit","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Resubmit a workflow run based on the trigger history":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Resubmit a workflow run based on the trigger history":{"value":"testWorkflowName"}}},{"description":"The workflow trigger name.","in":"path","name":"triggerName","required":true,"schema":{"type":"string"},"examples":{"Resubmit a workflow run based on the trigger history":{"value":"testTriggerName"}}},{"description":"The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.","in":"path","name":"historyName","required":true,"schema":{"type":"string"},"examples":{"Resubmit a workflow run based on the trigger history":{"value":"testHistoryName"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"202":{"description":"OK"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowTriggerHistories"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/listCallbackUrl":{"post":{"description":"Get the callback URL for a workflow trigger.","operationId":"WorkflowTriggers_ListCallbackUrl","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get the callback URL for a trigger":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Get the callback URL for a trigger":{"value":"test-workflow"}}},{"description":"The workflow trigger name.","in":"path","name":"triggerName","required":true,"schema":{"type":"string"},"examples":{"Get the callback URL for a trigger":{"value":"manual"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowTriggerCallbackUrl"},"examples":{"Get the callback URL for a trigger":{"$ref":"#/components/examples/Get_the_callback_URL_for_a_trigger"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowTriggers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/reset":{"post":{"description":"Resets a workflow trigger.","operationId":"WorkflowTriggers_Reset","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Reset trigger":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Reset trigger":{"value":"testWorkflow"}}},{"description":"The workflow trigger name.","in":"path","name":"triggerName","required":true,"schema":{"type":"string"},"examples":{"Reset trigger":{"value":"testTrigger"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowTriggers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/run":{"post":{"description":"Runs a workflow trigger.","operationId":"WorkflowTriggers_Run","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Run a workflow trigger":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Run a workflow trigger":{"value":"test-workflow"}}},{"description":"The workflow trigger name.","in":"path","name":"triggerName","required":true,"schema":{"type":"string"},"examples":{"Run a workflow trigger":{"value":"manual"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"default":{"description":"All status codes are acceptable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Object"}}}}},"tags":["WorkflowTriggers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/schemas/json":{"get":{"description":"Get the trigger schema as JSON.","operationId":"WorkflowTriggers_GetSchemaJson","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get trigger schema":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Get trigger schema":{"value":"testWorkflow"}}},{"description":"The workflow trigger name.","in":"path","name":"triggerName","required":true,"schema":{"type":"string"},"examples":{"Get trigger schema":{"value":"testTrigger"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonSchema"},"examples":{"Get trigger schema":{"$ref":"#/components/examples/Get_trigger_schema"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowTriggers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/setState":{"post":{"description":"Sets the state of a workflow trigger.","operationId":"WorkflowTriggers_SetState","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Set trigger state":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Set trigger state":{"value":"testWorkflow"}}},{"description":"The workflow trigger name.","in":"path","name":"triggerName","required":true,"schema":{"type":"string"},"examples":{"Set trigger state":{"value":"testTrigger"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SetTriggerStateActionDefinition"}}},"description":"The workflow trigger state.","required":true},"responses":{"200":{"description":"OK"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowTriggers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/validate":{"post":{"description":"Validates the workflow.","operationId":"Workflows_ValidateByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Validate a workflow":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Validate a workflow":{"value":"test-workflow"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/Workflow"},"responses":{"200":{"description":"OK"},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Workflows"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions":{"get":{"description":"Gets a list of workflow versions.","operationId":"WorkflowVersions_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List a workflows versions":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"List a workflows versions":{"value":"test-workflow"}}},{"$ref":"#/components/parameters/api-version"},{"description":"The number of items to be included in the result.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowVersionListResult"},"examples":{"List a workflows versions":{"$ref":"#/components/examples/List_a_workflows_versions"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowVersions"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions/{versionId}":{"get":{"description":"Gets a workflow version.","operationId":"WorkflowVersions_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get a workflow version":{"value":"test-resource-group"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Get a workflow version":{"value":"test-workflow"}}},{"description":"The workflow versionId.","in":"path","name":"versionId","required":true,"schema":{"type":"string"},"examples":{"Get a workflow version":{"value":"08586676824806722526"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowVersion"},"examples":{"Get a workflow version":{"$ref":"#/components/examples/Get_a_workflow_version"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowVersions"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions/{versionId}/triggers/{triggerName}/listCallbackUrl":{"post":{"description":"Get the callback url for a trigger of a workflow version.","operationId":"WorkflowVersionTriggers_ListCallbackUrl","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get the callback url for a trigger of a workflow version":{"value":"testResourceGroup"}}},{"description":"The workflow name.","in":"path","name":"workflowName","required":true,"schema":{"type":"string"},"examples":{"Get the callback url for a trigger of a workflow version":{"value":"testWorkflowName"}}},{"description":"The workflow versionId.","in":"path","name":"versionId","required":true,"schema":{"type":"string"},"examples":{"Get the callback url for a trigger of a workflow version":{"value":"testWorkflowVersionId"}}},{"description":"The workflow trigger name.","in":"path","name":"triggerName","required":true,"schema":{"type":"string"},"examples":{"Get the callback url for a trigger of a workflow version":{"value":"testTriggerName"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetCallbackUrlParameters"}}},"description":"The callback URL parameters."},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkflowTriggerCallbackUrl"},"examples":{"Get the callback url for a trigger of a workflow version":{"$ref":"#/components/examples/Get_the_callback_url_for_a_trigger_of_a_workflow_version"}}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["WorkflowTriggers"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments":{"get":{"description":"Gets a list of integration service environments by resource group.","operationId":"IntegrationServiceEnvironments_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group.","in":"path","name":"resourceGroup","required":true,"schema":{"type":"string"},"examples":{"List integration service environments by resource group name":{"value":"testResourceGroup"}}},{"$ref":"#/components/parameters/api-version"},{"description":"The number of items to be included in the result.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentListResult"},"examples":{"List integration service environments by resource group name":{"$ref":"#/components/examples/List_integration_service_environments_by_resource_group_name"}}}}},"default":{"description":"Logic error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationServiceEnvironments"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}":{"delete":{"description":"Deletes an integration service environment.","operationId":"IntegrationServiceEnvironments_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group.","in":"path","name":"resourceGroup","required":true,"schema":{"type":"string"},"examples":{"Delete an integration account":{"value":"testResourceGroup"}}},{"description":"The integration service environment name.","in":"path","name":"integrationServiceEnvironmentName","required":true,"schema":{"type":"string"},"examples":{"Delete an integration account":{"value":"testIntegrationServiceEnvironment"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK"},"204":{"description":"No Content"},"default":{"description":"Logic error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationServiceEnvironments"]},"get":{"description":"Gets an integration service environment.","operationId":"IntegrationServiceEnvironments_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group.","in":"path","name":"resourceGroup","required":true,"schema":{"type":"string"},"examples":{"Get integration service environment by name":{"value":"testResourceGroup"}}},{"description":"The integration service environment name.","in":"path","name":"integrationServiceEnvironmentName","required":true,"schema":{"type":"string"},"examples":{"Get integration service environment by name":{"value":"testIntegrationServiceEnvironment"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationServiceEnvironment"},"examples":{"Get integration service environment by name":{"$ref":"#/components/examples/Get_integration_service_environment_by_name"}}}}},"default":{"description":"Logic error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationServiceEnvironments"]},"patch":{"description":"Updates an integration service environment.","operationId":"IntegrationServiceEnvironments_Update","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group.","in":"path","name":"resourceGroup","required":true,"schema":{"type":"string"},"examples":{"Patch an integration service environment":{"value":"testResourceGroup"}}},{"description":"The integration service environment name.","in":"path","name":"integrationServiceEnvironmentName","required":true,"schema":{"type":"string"},"examples":{"Patch an integration service environment":{"value":"testIntegrationServiceEnvironment"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/IntegrationServiceEnvironment"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationServiceEnvironment"},"examples":{"Patch an integration service environment":{"$ref":"#/components/examples/Patch_an_integration_service_environment"}}}}},"default":{"description":"Logic error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationServiceEnvironments"],"x-ms-long-running-operation":true},"put":{"description":"Creates or updates an integration service environment.","operationId":"IntegrationServiceEnvironments_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group.","in":"path","name":"resourceGroup","required":true,"schema":{"type":"string"},"examples":{"Create or update an integration service environment":{"value":"testResourceGroup"}}},{"description":"The integration service environment name.","in":"path","name":"integrationServiceEnvironmentName","required":true,"schema":{"type":"string"},"examples":{"Create or update an integration service environment":{"value":"testIntegrationServiceEnvironment"}}},{"$ref":"#/components/parameters/api-version"}],"requestBody":{"$ref":"#/components/requestBodies/IntegrationServiceEnvironment"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationServiceEnvironment"},"examples":{"Create or update an integration service environment":{"$ref":"#/components/examples/Create_or_update_an_integration_service_environment"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationServiceEnvironment"},"examples":{"Create or update an integration service environment":{"$ref":"#/components/examples/Create_or_update_an_integration_service_environment"}}}}},"default":{"description":"Logic error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["IntegrationServiceEnvironments"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/health/network":{"get":{"description":"Gets the integration service environment network health.","operationId":"IntegrationServiceEnvironmentNetworkHealth_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group.","in":"path","name":"resourceGroup","required":true,"schema":{"type":"string"},"examples":{"Gets the integration service environment network health":{"value":"testResourceGroup"}}},{"description":"The integration service environment name.","in":"path","name":"integrationServiceEnvironmentName","required":true,"schema":{"type":"string"},"examples":{"Gets the integration service environment network health":{"value":"testIntegrationServiceEnvironment"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentNetworkHealth"},"examples":{"Gets the integration service environment network health":{"$ref":"#/components/examples/Gets_the_integration_service_environment_network_health"}}}}},"default":{"description":"Logic error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["integrationServiceEnvironmentNetworkHealth"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/managedApis":{"get":{"description":"Gets the integration service environment managed Apis.","operationId":"IntegrationServiceEnvironmentManagedApis_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group.","in":"path","name":"resourceGroup","required":true,"schema":{"type":"string"},"examples":{"Gets the integration service environment managed Apis":{"value":"testResourceGroup"}}},{"description":"The integration service environment name.","in":"path","name":"integrationServiceEnvironmentName","required":true,"schema":{"type":"string"},"examples":{"Gets the integration service environment managed Apis":{"value":"testIntegrationServiceEnvironment"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManagedApiListResult"},"examples":{"Gets the integration service environment managed Apis":{"$ref":"#/components/examples/Gets_the_integration_service_environment_managed_Apis"}}}}},"default":{"description":"Logic error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["integrationServiceEnvironmentManagedApis"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/managedApis/{apiName}":{"delete":{"description":"Deletes the integration service environment managed Api.","operationId":"IntegrationServiceEnvironmentManagedApis_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group.","in":"path","name":"resourceGroup","required":true,"schema":{"type":"string"},"examples":{"Deletes the integration service environment managed Apis":{"value":"testResourceGroup"}}},{"description":"The integration service environment name.","in":"path","name":"integrationServiceEnvironmentName","required":true,"schema":{"type":"string"},"examples":{"Deletes the integration service environment managed Apis":{"value":"testIntegrationServiceEnvironment"}}},{"description":"The api name.","in":"path","name":"apiName","required":true,"schema":{"type":"string"},"examples":{"Deletes the integration service environment managed Apis":{"value":"servicebus"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"202":{"description":"Accepted"},"204":{"description":"No Content"},"default":{"description":"Logic error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["integrationServiceEnvironmentManagedApi"],"x-ms-long-running-operation":true},"get":{"description":"Gets the integration service environment managed Api.","operationId":"IntegrationServiceEnvironmentManagedApis_Get","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroup","required":true,"schema":{"type":"string"},"examples":{"Gets the integration service environment managed Apis":{"value":"testResourceGroup"}}},{"description":"The integration service environment name.","in":"path","name":"integrationServiceEnvironmentName","required":true,"schema":{"type":"string"},"examples":{"Gets the integration service environment managed Apis":{"value":"testIntegrationServiceEnvironment"}}},{"description":"The api name.","in":"path","name":"apiName","required":true,"schema":{"type":"string"},"examples":{"Gets the integration service environment managed Apis":{"value":"servicebus"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManagedApi"},"examples":{"Gets the integration service environment managed Apis":{"$ref":"#/components/examples/Gets_the_integration_service_environment_managed_Apis"}}}}},"default":{"description":"Logic error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["integrationServiceEnvironmentManagedApi"]},"put":{"description":"Puts the integration service environment managed Api.","operationId":"IntegrationServiceEnvironmentManagedApis_Put","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group name.","in":"path","name":"resourceGroup","required":true,"schema":{"type":"string"},"examples":{"Gets the integration service environment managed Apis":{"value":"testResourceGroup"}}},{"description":"The integration service environment name.","in":"path","name":"integrationServiceEnvironmentName","required":true,"schema":{"type":"string"},"examples":{"Gets the integration service environment managed Apis":{"value":"testIntegrationServiceEnvironment"}}},{"description":"The api name.","in":"path","name":"apiName","required":true,"schema":{"type":"string"},"examples":{"Gets the integration service environment managed Apis":{"value":"servicebus"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManagedApi"},"examples":{"Gets the integration service environment managed Apis":{"$ref":"#/components/examples/Gets_the_integration_service_environment_managed_Apis"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManagedApi"},"examples":{"Gets the integration service environment managed Apis":{"$ref":"#/components/examples/Gets_the_integration_service_environment_managed_Apis"}}}}},"default":{"description":"Logic error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["integrationServiceEnvironmentManagedApi"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/managedApis/{apiName}/apiOperations":{"get":{"description":"Gets the managed Api operations.","operationId":"IntegrationServiceEnvironmentManagedApiOperations_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group.","in":"path","name":"resourceGroup","required":true,"schema":{"type":"string"},"examples":{"Gets the integration service environment managed Apis":{"value":"testResourceGroup"}}},{"description":"The integration service environment name.","in":"path","name":"integrationServiceEnvironmentName","required":true,"schema":{"type":"string"},"examples":{"Gets the integration service environment managed Apis":{"value":"testIntegrationServiceEnvironment"}}},{"description":"The api name.","in":"path","name":"apiName","required":true,"schema":{"type":"string"},"examples":{"Gets the integration service environment managed Apis":{"value":"servicebus"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiOperationListResult"},"examples":{"Gets the integration service environment managed Apis":{"$ref":"#/components/examples/Gets_the_integration_service_environment_managed_Apis"}}}}},"default":{"description":"Logic error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["integrationServiceEnvironmentManagedApis"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/restart":{"post":{"description":"Restarts an integration service environment.","operationId":"IntegrationServiceEnvironments_Restart","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group.","in":"path","name":"resourceGroup","required":true,"schema":{"type":"string"},"examples":{"Restarts an integration service environment":{"value":"testResourceGroup"}}},{"description":"The integration service environment name.","in":"path","name":"integrationServiceEnvironmentName","required":true,"schema":{"type":"string"},"examples":{"Restarts an integration service environment":{"value":"testIntegrationServiceEnvironment"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK"},"default":{"description":"Logic error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["integrationServiceEnvironmentRestart"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/skus":{"get":{"description":"Gets a list of integration service environment Skus.","operationId":"IntegrationServiceEnvironmentSkus_List","parameters":[{"$ref":"#/components/parameters/subscriptionId"},{"description":"The resource group.","in":"path","name":"resourceGroup","required":true,"schema":{"type":"string"},"examples":{"List integration service environment skus":{"value":"testResourceGroup"}}},{"description":"The integration service environment name.","in":"path","name":"integrationServiceEnvironmentName","required":true,"schema":{"type":"string"},"examples":{"List integration service environment skus":{"value":"testIntegrationServiceEnvironment"}}},{"$ref":"#/components/parameters/api-version"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentSkuList"},"examples":{"List integration service environment skus":{"$ref":"#/components/examples/List_integration_service_environment_skus"}}}}},"default":{"description":"Logic error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["integrationServiceEnvironmentSkus"],"x-ms-pageable":{"nextLinkName":"nextLink"}}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"List_Microsoft.Logic_operations":{"value":{"value":[{"display":{"description":"Gets the operation.","operation":"Get Operation","provider":"Microsoft Logic","resource":"Operation"},"name":"Microsoft.Logic/operations/read"},{"display":{"description":"Registers the Microsoft.Logic resource provider for a given subscription.","operation":"Register Resource Provider","provider":"Microsoft Logic","resource":"Resource Provider"},"name":"Microsoft.Logic/register/action"},{"display":{"description":"Validates the workflow.","operation":"Validate Workflow","provider":"Microsoft Logic","resource":"Workflow"},"name":"Microsoft.Logic/locations/workflows/validate/action"},{"display":{"description":"Reads the workflow.","operation":"Get Workflow","provider":"Microsoft Logic","resource":"Workflow"},"name":"Microsoft.Logic/workflows/read"},{"display":{"description":"Creates or updates the workflow.","operation":"Set Workflow","provider":"Microsoft Logic","resource":"Workflow"},"name":"Microsoft.Logic/workflows/write"},{"display":{"description":"Deletes the workflow.","operation":"Delete Workflow","provider":"Microsoft Logic","resource":"Workflow"},"name":"Microsoft.Logic/workflows/delete"},{"display":{"description":"Starts a run of the workflow.","operation":"Run Workflow","provider":"Microsoft Logic","resource":"Workflow"},"name":"Microsoft.Logic/workflows/run/action"},{"display":{"description":"Disables the workflow.","operation":"Disable Workflow","provider":"Microsoft Logic","resource":"Workflow"},"name":"Microsoft.Logic/workflows/disable/action"},{"display":{"description":"Enables the workflow.","operation":"Enable Workflow","provider":"Microsoft Logic","resource":"Workflow"},"name":"Microsoft.Logic/workflows/enable/action"},{"display":{"description":"Suspends the workflow.","operation":"Suspend Workflow","provider":"Microsoft Logic","resource":"Workflow"},"name":"Microsoft.Logic/workflows/suspend/action"},{"display":{"description":"Validates the workflow.","operation":"Validate Workflow","provider":"Microsoft Logic","resource":"Workflow"},"name":"Microsoft.Logic/workflows/validate/action"},{"display":{"description":"Moves Workflow from its existing subscription id, resource group, and/or name to a different subscription id, resource group, and/or name.","operation":"Move Workflow","provider":"Microsoft Logic","resource":"Workflow"},"name":"Microsoft.Logic/workflows/move/action"},{"display":{"description":"Gets the workflow swagger definitions.","operation":"Get workflow swagger","provider":"Microsoft Logic","resource":"Workflow"},"name":"Microsoft.Logic/workflows/listSwagger/action"},{"display":{"description":"Reads the workflow version.","operation":"Get Workflow Version","provider":"Microsoft Logic","resource":"Workflow Version"},"name":"Microsoft.Logic/workflows/versions/read"},{"display":{"description":"Gets the callback URL for trigger.","operation":"List Trigger Callback URL","provider":"Microsoft Logic","resource":"Trigger"},"name":"Microsoft.Logic/workflows/versions/triggers/listCallbackUrl/action"},{"display":{"description":"Reads the access key.","operation":"Get Access Key","provider":"Microsoft Logic","resource":"Access Key"},"name":"Microsoft.Logic/workflows/accessKeys/read"},{"display":{"description":"Creates or updates the access key.","operation":"Set Access Key","provider":"Microsoft Logic","resource":"Access Key"},"name":"Microsoft.Logic/workflows/accessKeys/write"},{"display":{"description":"Deletes the access key.","operation":"Delete Access Key","provider":"Microsoft Logic","resource":"Access Key"},"name":"Microsoft.Logic/workflows/accessKeys/delete"},{"display":{"description":"Lists the access key secrets.","operation":"List Access Key","provider":"Microsoft Logic","resource":"Access Key"},"name":"Microsoft.Logic/workflows/accessKeys/list/action"},{"display":{"description":"Regenerates the access key secrets.","operation":"Regenerate Access Key","provider":"Microsoft Logic","resource":"Access Key"},"name":"Microsoft.Logic/workflows/accessKeys/regenerate/action"},{"display":{"description":"Regenerates the access key secrets.","operation":"Regenerate Access Key","provider":"Microsoft Logic","resource":"Access Key"},"name":"Microsoft.Logic/workflows/regenerateAccessKey/action"},{"display":{"description":"Gets the callback URL for workflow.","operation":"List workflow callback URL","provider":"Microsoft Logic","resource":"Workflow"},"name":"Microsoft.Logic/workflows/listCallbackUrl/action"},{"display":{"description":"Reads the trigger.","operation":"Get Trigger","provider":"Microsoft Logic","resource":"Trigger"},"name":"Microsoft.Logic/workflows/triggers/read"},{"display":{"description":"Executes the trigger.","operation":"Trigger Run","provider":"Microsoft Logic","resource":"Trigger"},"name":"Microsoft.Logic/workflows/triggers/run/action"},{"display":{"description":"Resets the trigger.","operation":"Trigger Reset","provider":"Microsoft Logic","resource":"Trigger"},"name":"Microsoft.Logic/workflows/triggers/reset/action"},{"display":{"description":"Sets the trigger state.","operation":"Set Trigger State","provider":"Microsoft Logic","resource":"Trigger"},"name":"Microsoft.Logic/workflows/triggers/setState/action"},{"display":{"description":"Reads the trigger histories.","operation":"Get Trigger Histories","provider":"Microsoft Logic","resource":"Trigger Histories"},"name":"Microsoft.Logic/workflows/triggers/histories/read"},{"display":{"description":"Resubmits the workflow trigger.","operation":"Resubmit trigger","provider":"Microsoft Logic","resource":"Trigger Histories"},"name":"Microsoft.Logic/workflows/triggers/histories/resubmit/action"},{"display":{"description":"Gets the callback URL for trigger.","operation":"List Trigger Callback URL","provider":"Microsoft Logic","resource":"Trigger"},"name":"Microsoft.Logic/workflows/triggers/listCallbackUrl/action"},{"display":{"description":"Reads the workflow run.","operation":"Get Workflow Run","provider":"Microsoft Logic","resource":"Workflow Run"},"name":"Microsoft.Logic/workflows/runs/read"},{"display":{"description":"Cancels the run of a workflow.","operation":"Cancel Workflow Run","provider":"Microsoft Logic","resource":"Workflow Run"},"name":"Microsoft.Logic/workflows/runs/cancel/action"},{"display":{"description":"Reads the workflow run operation status.","operation":"Get Workflow Run Operation Status","provider":"Microsoft Logic","resource":"Workflow Run Operation"},"name":"Microsoft.Logic/workflows/runs/operations/read"},{"display":{"description":"Reads the workflow run action.","operation":"Get Workflow Run Action","provider":"Microsoft Logic","resource":"Workflow Run Action"},"name":"Microsoft.Logic/workflows/runs/actions/read"},{"display":{"description":"Reads the workflow run action repetition.","operation":"Get Workflow Run Action Repetition","provider":"Microsoft Logic","resource":"Workflow Run Action Repetition"},"name":"Microsoft.Logic/workflows/runs/actions/repetitions/read"},{"display":{"description":"Reads the workflow run action scope repetition.","operation":"Get Workflow Run Action Scope Repetition","provider":"Microsoft Logic","resource":"Workflow Run Action Scope Repetition"},"name":"Microsoft.Logic/workflows/runs/actions/scoperepetitions/read"},{"display":{"description":"Reads the workflow run action request history.","operation":"Gets the workflow run action request history","provider":"Microsoft Logic","resource":"Workflow run action request history"},"name":"Microsoft.Logic/workflows/runs/actions/requestHistories/read"},{"display":{"description":"Reads the workflow run repetition action request history.","operation":"Gets the workflow run repetition action request history","provider":"Microsoft Logic","resource":"Workflow run repetition action request history"},"name":"Microsoft.Logic/workflows/runs/actions/repetitions/requestHistories/read"},{"display":{"description":"Reads the workflow diagnostic settings.","operation":"Get Workflow Diagnostic Setting","provider":"Microsoft Logic","resource":"Workflow Diagnostic Setting"},"name":"Microsoft.Logic/workflows/providers/Microsoft.Insights/diagnosticSettings/read","origin":"System"},{"display":{"description":"Creates or updates the workflow diagnostic setting.","operation":"Set Workflow Diagnostic Setting","provider":"Microsoft Logic","resource":"Workflow Diagnostic Setting"},"name":"Microsoft.Logic/workflows/providers/Microsoft.Insights/diagnosticSettings/write","origin":"System"},{"display":{"description":"Reads the workflow metric definitions.","operation":"Get Workflow Metric Definition","provider":"Microsoft Logic","resource":"Workflow Metric Definition"},"name":"Microsoft.Logic/workflows/providers/Microsoft.Insights/metricDefinitions/read","origin":"System","properties":{"serviceSpecification":{"metricSpecifications":[{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow runs started.","displayName":"Runs Started","fillGapWithZero":true,"name":"RunsStarted","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow runs completed.","displayName":"Runs Completed","fillGapWithZero":true,"name":"RunsCompleted","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow runs succeeded.","displayName":"Runs Succeeded","fillGapWithZero":true,"name":"RunsSucceeded","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow runs failed.","displayName":"Runs Failed","fillGapWithZero":true,"name":"RunsFailed","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow runs cancelled.","displayName":"Runs Cancelled","fillGapWithZero":true,"name":"RunsCancelled","unit":"Count"},{"aggregationType":"Average","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Latency of completed workflow runs.","displayName":"Run Latency","fillGapWithZero":false,"name":"RunLatency","unit":"Seconds"},{"aggregationType":"Average","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Latency of succeeded workflow runs.","displayName":"Run Success Latency","fillGapWithZero":false,"name":"RunSuccessLatency","unit":"Seconds"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow action or trigger throttled events.","displayName":"Run Throttled Events","fillGapWithZero":true,"name":"RunThrottledEvents","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Percentage of workflow runs failed.","displayName":"Run Failure Percentage","fillGapWithZero":true,"name":"RunFailurePercentage","unit":"Percent"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow actions started.","displayName":"Actions Started ","fillGapWithZero":true,"name":"ActionsStarted","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow actions completed.","displayName":"Actions Completed ","fillGapWithZero":true,"name":"ActionsCompleted","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow actions succeeded.","displayName":"Actions Succeeded ","fillGapWithZero":true,"name":"ActionsSucceeded","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow actions failed.","displayName":"Actions Failed ","fillGapWithZero":true,"name":"ActionsFailed","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow actions skipped.","displayName":"Actions Skipped ","fillGapWithZero":true,"name":"ActionsSkipped","unit":"Count"},{"aggregationType":"Average","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Latency of completed workflow actions.","displayName":"Action Latency ","fillGapWithZero":false,"name":"ActionLatency","unit":"Seconds"},{"aggregationType":"Average","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Latency of succeeded workflow actions.","displayName":"Action Success Latency ","fillGapWithZero":false,"name":"ActionSuccessLatency","unit":"Seconds"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow action throttled events..","displayName":"Action Throttled Events","fillGapWithZero":true,"name":"ActionThrottledEvents","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow triggers started.","displayName":"Triggers Started ","fillGapWithZero":true,"name":"TriggersStarted","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow triggers completed.","displayName":"Triggers Completed ","fillGapWithZero":true,"name":"TriggersCompleted","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow triggers succeeded.","displayName":"Triggers Succeeded ","fillGapWithZero":true,"name":"TriggersSucceeded","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow triggers failed.","displayName":"Triggers Failed ","fillGapWithZero":true,"name":"TriggersFailed","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow triggers skipped.","displayName":"Triggers Skipped","fillGapWithZero":true,"name":"TriggersSkipped","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow triggers fired.","displayName":"Triggers Fired ","fillGapWithZero":true,"name":"TriggersFired","unit":"Count"},{"aggregationType":"Average","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Latency of completed workflow triggers.","displayName":"Trigger Latency ","fillGapWithZero":false,"name":"TriggerLatency","unit":"Seconds"},{"aggregationType":"Average","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Latency of fired workflow triggers.","displayName":"Trigger Fire Latency ","fillGapWithZero":false,"name":"TriggerFireLatency","unit":"Seconds"},{"aggregationType":"Average","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Latency of succeeded workflow triggers.","displayName":"Trigger Success Latency ","fillGapWithZero":false,"name":"TriggerSuccessLatency","unit":"Seconds"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow trigger throttled events.","displayName":"Trigger Throttled Events","fillGapWithZero":true,"name":"TriggerThrottledEvents","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow action executions getting billed.","displayName":"Billable Action Executions","fillGapWithZero":true,"name":"BillableActionExecutions","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow trigger executions getting billed.","displayName":"Billable Trigger Executions","fillGapWithZero":true,"name":"BillableTriggerExecutions","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of workflow executions getting billed.","displayName":"Total Billable Executions","fillGapWithZero":true,"name":"TotalBillableExecutions","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of native workflow action executions getting billed.","displayName":"Billable Native Action Executions","fillGapWithZero":true,"name":"BillableNativeActionExecutions","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of native workflow trigger executions getting billed.","displayName":"Billable Native Trigger Executions","fillGapWithZero":true,"name":"BillableNativeTriggerExecutions","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of native workflow executions getting billed.","displayName":"Total Native Billable Executions","fillGapWithZero":true,"name":"TotalBillableNativeExecutions","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of standard workflow action executions getting billed.","displayName":"Billable Standard Action Executions","fillGapWithZero":true,"name":"BillableStandardActionExecutions","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of standard workflow trigger executions getting billed.","displayName":"Billable Standard Trigger Executions","fillGapWithZero":true,"name":"BillableStandardTriggerExecutions","unit":"Count"},{"aggregationType":"Total","availabilities":[{"blobDuration":"PT1H","timeGrain":"PT1M"}],"dimensions":[],"displayDescription":"Number of standard workflow executions getting billed.","displayName":"Total Standard Billable Executions","fillGapWithZero":true,"name":"TotalBillableStandardExecutions","unit":"Count"}]}}},{"display":{"description":"Reads the workflow log definitions.","operation":"Get Workflow Log Definition","provider":"Microsoft Logic","resource":"Workflow Log Definition"},"name":"Microsoft.Logic/workflows/providers/Microsoft.Insights/logDefinitions/read","origin":"System","properties":{"serviceSpecification":{"logSpecifications":[{"blobDuration":"PT1H","description":"Diagnostic events related to workflow runtime executions.","displayName":"Workflow runtime diagnostic events","name":"WorkflowRuntime"}]}}},{"display":{"description":"Gets the workflow run action expression traces.","operation":"List Workflow Run Action Expression Traces","provider":"Microsoft Logic","resource":"Workflow Run Action"},"name":"Microsoft.Logic/workflows/runs/actions/listExpressionTraces/action"},{"display":{"description":"Gets the workflow run action repetition expression traces.","operation":"List Workflow Run Action Repetition Expression Traces","provider":"Microsoft Logic","resource":"Workflow Run Action Repetition"},"name":"Microsoft.Logic/workflows/runs/actions/repetitions/listExpressionTraces/action"},{"display":{"description":"Reads the Integration Account log definitions.","operation":"Get Integration Account Log Definition","provider":"Microsoft Logic","resource":"Integration Account Log Definition"},"name":"Microsoft.Logic/integrationAccounts/providers/Microsoft.Insights/logDefinitions/read","origin":"System","properties":{"serviceSpecification":{"logSpecifications":[{"blobDuration":"PT1H","description":"Track events related to Integration Account.","displayName":"Integration Account track events","name":"IntegrationAccountTrackingEvents"}]}}},{"display":{"description":"Reads the integration account.","operation":"Get Integration Account","provider":"Microsoft Logic","resource":"Integration Account"},"name":"Microsoft.Logic/integrationAccounts/read"},{"display":{"description":"Creates or updates the integration account.","operation":"Set Integration Account","provider":"Microsoft Logic","resource":"Integration Account"},"name":"Microsoft.Logic/integrationAccounts/write"},{"display":{"description":"Deletes the integration account.","operation":"Delete Integration Account","provider":"Microsoft Logic","resource":"Integration Account"},"name":"Microsoft.Logic/integrationAccounts/delete"},{"display":{"description":"Regenerates the access key secrets.","operation":"Regenerate Access Key","provider":"Microsoft Logic","resource":"Integration Account"},"name":"Microsoft.Logic/integrationAccounts/regenerateAccessKey/action"},{"display":{"description":"Gets the callback URL for integration account.","operation":"List Integration Account Callback URL","provider":"Microsoft Logic","resource":"Integration Account"},"name":"Microsoft.Logic/integrationAccounts/listCallbackUrl/action"},{"display":{"description":"Gets the keys in the key vault.","operation":"List Key Vault Keys","provider":"Microsoft Logic","resource":"Integration Account"},"name":"Microsoft.Logic/integrationAccounts/listKeyVaultKeys/action"},{"display":{"description":"Logs the tracking events in the integration account.","operation":"Log Integration Account Tracking Events","provider":"Microsoft Logic","resource":"Integration Account"},"name":"Microsoft.Logic/integrationAccounts/logTrackingEvents/action"},{"display":{"description":"Joins the Integration Account.","operation":"Join Integration Account","provider":"Microsoft Logic","resource":"Integration Account"},"name":"Microsoft.Logic/integrationAccounts/join/action"},{"display":{"description":"Reads the parter in integration account.","operation":"Get Integration Account Partner","provider":"Microsoft Logic","resource":"Integration Account Partner"},"name":"Microsoft.Logic/integrationAccounts/partners/read"},{"display":{"description":"Creates or updates the partner in integration account.","operation":"Set Integration Account Partner","provider":"Microsoft Logic","resource":"Integration Account Partner"},"name":"Microsoft.Logic/integrationAccounts/partners/write"},{"display":{"description":"Deletes the partner in integration account.","operation":"Delete Integration Account Partner","provider":"Microsoft Logic","resource":"Integration Account Partner"},"name":"Microsoft.Logic/integrationAccounts/partners/delete"},{"display":{"description":"Gets the callback URL for partner content in integration account.","operation":"List Integration Account Partner Content Callback URL","provider":"Microsoft Logic","resource":"Integration Account Partner"},"name":"Microsoft.Logic/integrationAccounts/partners/listContentCallbackUrl/action"},{"display":{"description":"Reads the agreement in integration account.","operation":"Get Integration Account Agreement","provider":"Microsoft Logic","resource":"Integration Account Agreement"},"name":"Microsoft.Logic/integrationAccounts/agreements/read"},{"display":{"description":"Creates or updates the agreement in integration account.","operation":"Set Integration Account Agreement","provider":"Microsoft Logic","resource":"Integration Account Agreement"},"name":"Microsoft.Logic/integrationAccounts/agreements/write"},{"display":{"description":"Deletes the agreement in integration account.","operation":"Delete Integration Account Agreement","provider":"Microsoft Logic","resource":"Integration Account Agreement"},"name":"Microsoft.Logic/integrationAccounts/agreements/delete"},{"display":{"description":"Gets the callback URL for agreement content in integration account.","operation":"List Integration Account Agreement Content Callback URL","provider":"Microsoft Logic","resource":"Integration Account Agreement"},"name":"Microsoft.Logic/integrationAccounts/agreements/listContentCallbackUrl/action"},{"display":{"description":"Reads the certificate in integration account.","operation":"Get Integration Account Certificate","provider":"Microsoft Logic","resource":"Integration Account Certificate"},"name":"Microsoft.Logic/integrationAccounts/certificates/read"},{"display":{"description":"Creates or updates the certificate in integration account.","operation":"Set Integration Account Certificate","provider":"Microsoft Logic","resource":"Integration Account Certificate"},"name":"Microsoft.Logic/integrationAccounts/certificates/write"},{"display":{"description":"Deletes the certificate in integration account.","operation":"Delete Integration Account Certificate","provider":"Microsoft Logic","resource":"Integration Account Certificate"},"name":"Microsoft.Logic/integrationAccounts/certificates/delete"},{"display":{"description":"Reads the schema in integration account.","operation":"Get Integration Account Schema","provider":"Microsoft Logic","resource":"Integration Account Schema"},"name":"Microsoft.Logic/integrationAccounts/schemas/read"},{"display":{"description":"Creates or updates the schema in integration account.","operation":"Set Integration Account Schema","provider":"Microsoft Logic","resource":"Integration Account Schema"},"name":"Microsoft.Logic/integrationAccounts/schemas/write"},{"display":{"description":"Deletes the schema in integration account.","operation":"Delete Integration Account Schema","provider":"Microsoft Logic","resource":"Integration Account Schema"},"name":"Microsoft.Logic/integrationAccounts/schemas/delete"},{"display":{"description":"Gets the callback URL for schema content in integration account.","operation":"List Integration Account Schema Content Callback URL","provider":"Microsoft Logic","resource":"Integration Account Schema"},"name":"Microsoft.Logic/integrationAccounts/schemas/listContentCallbackUrl/action"},{"display":{"description":"Reads the map in integration account.","operation":"Get Integration Account Map","provider":"Microsoft Logic","resource":"Integration Account Map"},"name":"Microsoft.Logic/integrationAccounts/maps/read"},{"display":{"description":"Creates or updates the map in integration account.","operation":"Set Integration Account Map","provider":"Microsoft Logic","resource":"Integration Account Map"},"name":"Microsoft.Logic/integrationAccounts/maps/write"},{"display":{"description":"Deletes the map in integration account.","operation":"Delete Integration Account Map","provider":"Microsoft Logic","resource":"Integration Account Map"},"name":"Microsoft.Logic/integrationAccounts/maps/delete"},{"display":{"description":"Gets the callback URL for map content in integration account.","operation":"List Integration Account Map Content Callback URL","provider":"Microsoft Logic","resource":"Integration Account Map"},"name":"Microsoft.Logic/integrationAccounts/maps/listContentCallbackUrl/action"},{"display":{"description":"Reads the assembly in integration account.","operation":"Get Integration Account Assembly","provider":"Microsoft Logic","resource":"Integration Account Assembly"},"name":"Microsoft.Logic/integrationAccounts/assemblies/read"},{"display":{"description":"Creates or updates the assembly in integration account.","operation":"Set Integration Account Assembly","provider":"Microsoft Logic","resource":"Integration Account Assembly"},"name":"Microsoft.Logic/integrationAccounts/assemblies/write"},{"display":{"description":"Deletes the assembly in integration account.","operation":"Delete Integration Account Assembly","provider":"Microsoft Logic","resource":"Integration Account Assembly"},"name":"Microsoft.Logic/integrationAccounts/assemblies/delete"},{"display":{"description":"Gets the callback URL for assembly content in integration account.","operation":"List Integration Account Assembly Content Callback URL","provider":"Microsoft Logic","resource":"Integration Account Assembly"},"name":"Microsoft.Logic/integrationAccounts/assemblies/listContentCallbackUrl/action"},{"display":{"description":"Reads the batch configuration in integration account.","operation":"Get Integration Account Batch Configuration","provider":"Microsoft Logic","resource":"Integration Account Batch Configuration"},"name":"Microsoft.Logic/integrationAccounts/batchConfigurations/read"},{"display":{"description":"Creates or updates the batch configuration in integration account.","operation":"Set Integration Account Batch Configuration","provider":"Microsoft Logic","resource":"Integration Account Batch Configuration"},"name":"Microsoft.Logic/integrationAccounts/batchConfigurations/write"},{"display":{"description":"Deletes the batch configuration in integration account.","operation":"Delete Integration Account Batch Configuration","provider":"Microsoft Logic","resource":"Integration Account Batch Configuration"},"name":"Microsoft.Logic/integrationAccounts/batchConfigurations/delete"},{"display":{"description":"Reads the batch configuration in integration account.","operation":"Get Integration Account Session","provider":"Microsoft Logic","resource":"Integration Account Session"},"name":"Microsoft.Logic/integrationAccounts/sessions/read"},{"display":{"description":"Creates or updates the session in integration account.","operation":"Set Integration Account Session","provider":"Microsoft Logic","resource":"Integration Account Session"},"name":"Microsoft.Logic/integrationAccounts/sessions/write"},{"display":{"description":"Deletes the session in integration account.","operation":"Delete Integration Account Session","provider":"Microsoft Logic","resource":"Integration Account Session"},"name":"Microsoft.Logic/integrationAccounts/sessions/delete"},{"display":{"description":"Reads the integration service environment.","operation":"Get Integration Service Environment","provider":"Microsoft Logic","resource":"Integration Service Environment"},"name":"Microsoft.Logic/integrationServiceEnvironments/read"},{"display":{"description":"Creates or updates the integration service environment.","operation":"Set Integration Service Environment","provider":"Microsoft Logic","resource":"Integration Service Environment"},"name":"Microsoft.Logic/integrationServiceEnvironments/write"},{"display":{"description":"Deletes the integration service environment.","operation":"Delete Integration Service Environment","provider":"Microsoft Logic","resource":"Integration Service Environment"},"name":"Microsoft.Logic/integrationServiceEnvironments/delete"},{"display":{"description":"Joins the Integration Service Environment.","operation":"Join Integration Service Environment","provider":"Microsoft Logic","resource":"Integration Service Environment"},"name":"Microsoft.Logic/integrationServiceEnvironments/join/action"}]}},"List_integration_accounts_by_subscription":{"value":{"nextLink":"https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Logic/integrationAccounts?api-version=2018-07-01-preview&%24skiptoken=<token>","value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount","location":"northcentralus","name":"daviburgIAFabrikam","properties":{},"sku":{"name":"Free"},"type":"Microsoft.Logic/integrationAccounts"}]}},"List_integration_service_environments_by_subscription":{"value":{"value":[{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/ISE-ILB-NU","location":"northeurope","name":"ISE-ILB-NU","properties":{"endpointsConfiguration":{"connector":{"outgoingIpAddresses":[{"address":"40.127.188.117"},{"address":"40.85.114.29"},{"address":"10.43.2.0/24"},{"address":"10.43.3.0/24"}]},"workflow":{"accessEndpointIpAddresses":[{"address":"10.43.1.6"}],"outgoingIpAddresses":[{"address":"40.69.195.162"},{"address":"10.43.1.0/24"}]}},"integrationServiceEnvironmentId":"13b261d30b984753869902d7f47f4d55","networkConfiguration":{"accessEndpoint":{"type":"Internal"},"subnets":[{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-NorthEurope/subnets/s1","name":"VNET-ILB-NorthEurope/s1","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-NorthEurope/subnets/s2","name":"VNET-ILB-NorthEurope/s2","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-NorthEurope/subnets/s3","name":"VNET-ILB-NorthEurope/s3","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-NorthEurope/subnets/s4","name":"VNET-ILB-NorthEurope/s4","type":"Microsoft.Network/virtualNetworks/subnets"}]},"provisioningState":"Succeeded","state":"Enabled"},"sku":{"capacity":0,"name":"Developer"},"type":"Microsoft.Logic/integrationServiceEnvironments"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/TestISE-WCentralUS","location":"westcentralus","name":"TestISE-WCentralUS","properties":{"endpointsConfiguration":{"connector":{"outgoingIpAddresses":[{"address":"13.77.201.181"},{"address":"13.77.203.57"},{"address":"10.37.4.0/24"},{"address":"10.37.3.0/24"}]},"workflow":{"accessEndpointIpAddresses":[{"address":"13.77.204.22"}],"outgoingIpAddresses":[{"address":"52.161.103.0"},{"address":"10.37.1.0/24"}]}},"integrationServiceEnvironmentId":"dd470721b5b14148b9bf5b4d1ff27407","networkConfiguration":{"accessEndpoint":{"type":"External"},"subnets":[{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-wCUS/subnets/s4","name":"VNET-wCUS/s4","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-wCUS/subnets/s3","name":"VNET-wCUS/s3","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-wCUS/subnets/s2","name":"VNET-wCUS/s2","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-wCUS/subnets/s1","name":"VNET-wCUS/s1","type":"Microsoft.Network/virtualNetworks/subnets"}]},"provisioningState":"Succeeded","state":"Enabled"},"sku":{"capacity":1,"name":"Premium"},"type":"Microsoft.Logic/integrationServiceEnvironments"}]}},"List_all_workflows_in_a_subscription":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow","location":"brazilsouth","name":"test-workflow","properties":{"accessControl":{},"accessEndpoint":"http://tempuri.org","changedTime":"2018-08-09T22:54:54.3533634Z","createdTime":"2018-04-25T01:39:21.4365247Z","definition":{"$schema":"https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#","actions":{},"contentVersion":"1.0.0.0","outputs":{},"parameters":{},"triggers":{}},"endpointsConfiguration":{"connector":{"outgoingIpAddresses":[{"address":"40.84.145.61"}]},"workflow":{"accessEndpointIpAddresses":[{"address":"104.210.153.89"},{"address":"13.85.79.155"},{"address":"13.65.39.247"}],"outgoingIpAddresses":[{"address":"13.84.159.168"},{"address":"13.65.86.56"},{"address":"13.65.82.190"}]}},"integrationAccount":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/integrationAccounts/test-integration-account","name":"test-integration-account","type":"Microsoft.Logic/integrationAccounts"},"parameters":{},"provisioningState":"Succeeded","state":"Enabled","version":"08586677515911718341"},"tags":{},"type":"Microsoft.Logic/workflows"}]}},"List_integration_accounts_by_resource_group_name":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/IntegrationAccount9020","location":"westus","name":"IntegrationAccount9020","properties":{},"sku":{"name":"Standard"},"type":"Microsoft.Logic/integrationAccounts"}]}},"Get_integration_account_by_name":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount","location":"westus","name":"IntegrationAccount5892","properties":{"integrationServiceEnvironment":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/test-integration-service-environment","name":"test-integration-service-environment","type":"Microsoft.Logic/integrationServiceEnvironments"},"state":"Enabled"},"sku":{"name":"Standard"},"type":"Microsoft.Logic/integrationAccounts"}},"Patch_an_integration_account":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount","location":"westus","name":"testIntegrationAccount","properties":{},"sku":{"name":"Standard"},"type":"Microsoft.Logic/integrationAccounts"}},"Create_or_update_an_integration_account":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount","location":"westus","name":"testIntegrationAccount","properties":{},"sku":{"name":"Standard"},"type":"Microsoft.Logic/integrationAccounts"}},"Get_agreements_by_integration_account_name":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/<IntegrationAccountName>/agreements/<IntegrationAccountAgreementName>","name":"<IntegrationAccountAgreementName>","properties":{"agreementType":"X12","changedTime":"2017-03-06T22:00:54.1520445Z","content":{"x12":{"receiveAgreement":{"protocolSettings":{"acknowledgementSettings":{"acknowledgementControlNumberLowerBound":1,"acknowledgementControlNumberUpperBound":999999999,"batchFunctionalAcknowledgements":true,"batchImplementationAcknowledgements":false,"batchTechnicalAcknowledgements":true,"needFunctionalAcknowledgement":false,"needImplementationAcknowledgement":false,"needLoopForValidMessages":false,"needTechnicalAcknowledgement":false,"rolloverAcknowledgementControlNumber":true,"sendSynchronousAcknowledgement":true},"envelopeSettings":{"controlStandardsId":85,"controlVersionNumber":"00401","enableDefaultGroupHeaders":true,"groupControlNumberLowerBound":1,"groupControlNumberUpperBound":999999999,"groupHeaderAgencyCode":"T","groupHeaderDateFormat":"CCYYMMDD","groupHeaderTimeFormat":"HHMM","groupHeaderVersion":"00401","interchangeControlNumberLowerBound":1,"interchangeControlNumberUpperBound":999999999,"overwriteExistingTransactionSetControlNumber":true,"receiverApplicationId":"RECEIVE-APP","rolloverGroupControlNumber":true,"rolloverInterchangeControlNumber":true,"rolloverTransactionSetControlNumber":true,"senderApplicationId":"BTS-SENDER","transactionSetControlNumberLowerBound":1,"transactionSetControlNumberUpperBound":999999999,"usageIndicator":"Test","useControlStandardsIdAsRepetitionCharacter":false},"framingSettings":{"characterSet":"UTF8","componentSeparator":58,"dataElementSeparator":42,"replaceCharacter":36,"replaceSeparatorsInPayload":false,"segmentTerminator":126,"segmentTerminatorSuffix":"None"},"messageFilter":{"messageFilterType":"Exclude"},"processingSettings":{"convertImpliedDecimal":true,"createEmptyXmlTagsForTrailingSeparators":true,"maskSecurityInfo":true,"preserveInterchange":true,"suspendInterchangeOnError":true,"useDotAsDecimalSeparator":true},"schemaReferences":[],"securitySettings":{"authorizationQualifier":"00","securityQualifier":"00"},"validationSettings":{"allowLeadingAndTrailingSpacesAndZeroes":false,"checkDuplicateGroupControlNumber":false,"checkDuplicateInterchangeControlNumber":false,"checkDuplicateTransactionSetControlNumber":false,"interchangeControlNumberValidityDays":30,"trailingSeparatorPolicy":"NotAllowed","trimLeadingAndTrailingSpacesAndZeroes":false,"validateCharacterSet":true,"validateEDITypes":true,"validateXSDTypes":false}},"receiverBusinessIdentity":{"qualifier":"ZZ","value":"ZZ"},"senderBusinessIdentity":{"qualifier":"AA","value":"AA"}},"sendAgreement":{"protocolSettings":{"acknowledgementSettings":{"acknowledgementControlNumberLowerBound":1,"acknowledgementControlNumberUpperBound":999999999,"batchFunctionalAcknowledgements":true,"batchImplementationAcknowledgements":false,"batchTechnicalAcknowledgements":true,"needFunctionalAcknowledgement":false,"needImplementationAcknowledgement":false,"needLoopForValidMessages":false,"needTechnicalAcknowledgement":false,"rolloverAcknowledgementControlNumber":true,"sendSynchronousAcknowledgement":true},"envelopeSettings":{"controlStandardsId":100,"controlVersionNumber":"0.0","enableDefaultGroupHeaders":true,"functionalGroupId":"1","groupControlNumberLowerBound":1,"groupControlNumberUpperBound":999999999,"groupHeaderAgencyCode":"T","groupHeaderDateFormat":"CCYYMMDD","groupHeaderTimeFormat":"HHMM","groupHeaderVersion":"0.0","interchangeControlNumberLowerBound":1,"interchangeControlNumberUpperBound":999999999,"overwriteExistingTransactionSetControlNumber":true,"receiverApplicationId":"100","rolloverGroupControlNumber":true,"rolloverInterchangeControlNumber":true,"rolloverTransactionSetControlNumber":true,"senderApplicationId":"100","transactionSetControlNumberLowerBound":1,"transactionSetControlNumberPrefix":"","transactionSetControlNumberSuffix":"","transactionSetControlNumberUpperBound":999999999,"usageIndicator":"Information","useControlStandardsIdAsRepetitionCharacter":true},"framingSettings":{"characterSet":"UTF8","componentSeparator":58,"dataElementSeparator":42,"replaceCharacter":36,"replaceSeparatorsInPayload":false,"segmentTerminator":126,"segmentTerminatorSuffix":"None"},"messageFilter":{"messageFilterType":"Exclude"},"processingSettings":{"convertImpliedDecimal":true,"createEmptyXmlTagsForTrailingSeparators":true,"maskSecurityInfo":true,"preserveInterchange":true,"suspendInterchangeOnError":true,"useDotAsDecimalSeparator":true},"schemaReferences":[],"securitySettings":{"authorizationQualifier":"00","securityQualifier":"00"},"validationSettings":{"allowLeadingAndTrailingSpacesAndZeroes":false,"checkDuplicateGroupControlNumber":false,"checkDuplicateInterchangeControlNumber":false,"checkDuplicateTransactionSetControlNumber":false,"interchangeControlNumberValidityDays":30,"trailingSeparatorPolicy":"NotAllowed","trimLeadingAndTrailingSpacesAndZeroes":false,"validateCharacterSet":true,"validateEDITypes":true,"validateXSDTypes":false}},"receiverBusinessIdentity":{"qualifier":"AA","value":"AA"},"senderBusinessIdentity":{"qualifier":"ZZ","value":"ZZ"}}}},"createdTime":"2017-03-06T22:00:54.1516558Z","guestIdentity":{"qualifier":"AA","value":"AA"},"guestPartner":"GuestPartner","hostIdentity":{"qualifier":"ZZ","value":"ZZ"},"hostPartner":"HostPartner","metadata":{}},"type":"Microsoft.Logic/integrationAccounts/agreements"},{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/<IntegrationAccountName>/agreements/<IntegrationAccountAgreementName>","name":"<IntegrationAccountAgreementName>","properties":{"agreementType":"AS2","changedTime":"2017-03-06T22:00:53.4140804Z","content":{"aS2":{"receiveAgreement":{"protocolSettings":{"acknowledgementConnectionSettings":{"ignoreCertificateNameMismatch":true,"keepHttpConnectionAlive":true,"supportHttpStatusCodeContinue":true,"unfoldHttpHeaders":true},"envelopeSettings":{"autogenerateFileName":true,"fileNameTemplate":"Test","messageContentType":"text/plain","suspendMessageOnFileNameGenerationError":true,"transmitFileNameInMimeHeader":true},"errorSettings":{"resendIfMDNNotReceived":true,"suspendDuplicateMessage":true},"mdnSettings":{"dispositionNotificationTo":"http://tempuri.org","mdnText":"Sample","micHashingAlgorithm":"None","needMDN":true,"receiptDeliveryUrl":"http://tempuri.org","sendInboundMdnToMessageBox":true,"sendMDNAsynchronously":true,"signMDN":true,"signOutboundMdnIfOptional":true},"messageConnectionSettings":{"ignoreCertificateNameMismatch":true,"keepHttpConnectionAlive":true,"supportHttpStatusCodeContinue":true,"unfoldHttpHeaders":true},"securitySettings":{"enableNRRForInboundDecodedMessages":true,"enableNRRForInboundEncodedMessages":true,"enableNRRForInboundMDN":true,"enableNRRForOutboundDecodedMessages":true,"enableNRRForOutboundEncodedMessages":true,"enableNRRForOutboundMDN":true,"overrideGroupSigningCertificate":false},"validationSettings":{"checkCertificateRevocationListOnReceive":true,"checkCertificateRevocationListOnSend":true,"checkDuplicateMessage":true,"compressMessage":true,"encryptMessage":false,"encryptionAlgorithm":"AES128","interchangeDuplicatesValidityDays":100,"overrideMessageProperties":true,"signMessage":false}},"receiverBusinessIdentity":{"qualifier":"ZZ","value":"ZZ"},"senderBusinessIdentity":{"qualifier":"AA","value":"AA"}},"sendAgreement":{"protocolSettings":{"acknowledgementConnectionSettings":{"ignoreCertificateNameMismatch":true,"keepHttpConnectionAlive":true,"supportHttpStatusCodeContinue":true,"unfoldHttpHeaders":true},"envelopeSettings":{"autogenerateFileName":true,"fileNameTemplate":"Test","messageContentType":"text/plain","suspendMessageOnFileNameGenerationError":true,"transmitFileNameInMimeHeader":true},"errorSettings":{"resendIfMDNNotReceived":true,"suspendDuplicateMessage":true},"mdnSettings":{"dispositionNotificationTo":"http://tempuri.org","mdnText":"Sample","micHashingAlgorithm":"None","needMDN":true,"receiptDeliveryUrl":"http://tempuri.org","sendInboundMdnToMessageBox":true,"sendMDNAsynchronously":true,"signMDN":true,"signOutboundMdnIfOptional":true},"messageConnectionSettings":{"ignoreCertificateNameMismatch":true,"keepHttpConnectionAlive":true,"supportHttpStatusCodeContinue":true,"unfoldHttpHeaders":true},"securitySettings":{"enableNRRForInboundDecodedMessages":true,"enableNRRForInboundEncodedMessages":true,"enableNRRForInboundMDN":true,"enableNRRForOutboundDecodedMessages":true,"enableNRRForOutboundEncodedMessages":true,"enableNRRForOutboundMDN":true,"overrideGroupSigningCertificate":false},"validationSettings":{"checkCertificateRevocationListOnReceive":true,"checkCertificateRevocationListOnSend":true,"checkDuplicateMessage":true,"compressMessage":true,"encryptMessage":false,"encryptionAlgorithm":"AES128","interchangeDuplicatesValidityDays":100,"overrideMessageProperties":true,"signMessage":false}},"receiverBusinessIdentity":{"qualifier":"AA","value":"AA"},"senderBusinessIdentity":{"qualifier":"ZZ","value":"ZZ"}}}},"createdTime":"2017-03-06T22:00:53.4134038Z","guestIdentity":{"qualifier":"AA","value":"AA"},"guestPartner":"GuestPartner","hostIdentity":{"qualifier":"ZZ","value":"ZZ"},"hostPartner":"HostPartner","metadata":{}},"type":"Microsoft.Logic/integrationAccounts/agreements"},{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/<IntegrationAccountName>/agreements/<IntegrationAccountAgreementName>","name":"<IntegrationAccountAgreementName>","properties":{"agreementType":"Edifact","changedTime":"2017-03-06T22:00:53.8212345Z","content":{"edifact":{"receiveAgreement":{"protocolSettings":{"acknowledgementSettings":{"acknowledgementControlNumberLowerBound":1,"acknowledgementControlNumberPrefix":"","acknowledgementControlNumberSuffix":"","acknowledgementControlNumberUpperBound":99999999,"batchFunctionalAcknowledgements":true,"batchTechnicalAcknowledgements":true,"needFunctionalAcknowledgement":false,"needLoopForValidMessages":false,"needTechnicalAcknowledgement":true,"rolloverAcknowledgementControlNumber":true,"sendSynchronousAcknowledgement":true},"envelopeSettings":{"applicationReferenceId":"0","applyDelimiterStringAdvice":true,"communicationAgreementId":"0","createGroupingSegments":true,"enableDefaultGroupHeaders":true,"functionalGroupId":"0","groupApplicationPassword":"0","groupApplicationReceiverId":"0","groupApplicationReceiverQualifier":"ZZZ","groupApplicationSenderId":"AAA","groupApplicationSenderQualifier":"ZZZ","groupAssociationAssignedCode":"0","groupControlNumberLowerBound":1,"groupControlNumberPrefix":"CU","groupControlNumberSuffix":"NUM","groupControlNumberUpperBound":99999999,"groupControllingAgencyCode":"0","groupMessageRelease":"0.0","groupMessageVersion":"0.0","interchangeControlNumberLowerBound":1,"interchangeControlNumberPrefix":"CU","interchangeControlNumberSuffix":"NUM","interchangeControlNumberUpperBound":99999999,"isTestInterchange":true,"overwriteExistingTransactionSetControlNumber":true,"processingPriorityCode":"0","receiverInternalIdentification":"0","receiverInternalSubIdentification":"0","recipientReferencePasswordQualifier":"ZZ","recipientReferencePasswordValue":"AA","rolloverGroupControlNumber":true,"rolloverInterchangeControlNumber":true,"rolloverTransactionSetControlNumber":true,"senderInternalIdentification":"AA","senderInternalSubIdentification":"AA","transactionSetControlNumberLowerBound":1,"transactionSetControlNumberPrefix":"","transactionSetControlNumberSuffix":"","transactionSetControlNumberUpperBound":99999999},"framingSettings":{"characterEncoding":"UTF","characterSet":"UNOC","componentSeparator":58,"dataElementSeparator":53,"decimalPointIndicator":"Comma","protocolVersion":4,"releaseIndicator":63,"repetitionSeparator":42,"segmentTerminator":39,"segmentTerminatorSuffix":"None"},"messageFilter":{"messageFilterType":"Exclude"},"processingSettings":{"createEmptyXmlTagsForTrailingSeparators":true,"maskSecurityInfo":true,"preserveInterchange":true,"suspendInterchangeOnError":true,"useDotAsDecimalSeparator":true},"schemaReferences":[],"validationSettings":{"allowLeadingAndTrailingSpacesAndZeroes":true,"checkDuplicateGroupControlNumber":true,"checkDuplicateInterchangeControlNumber":true,"checkDuplicateTransactionSetControlNumber":true,"interchangeControlNumberValidityDays":30,"trailingSeparatorPolicy":"Optional","trimLeadingAndTrailingSpacesAndZeroes":true,"validateCharacterSet":true,"validateEDITypes":true,"validateXSDTypes":true}},"receiverBusinessIdentity":{"qualifier":"ZZ","value":"ZZ"},"senderBusinessIdentity":{"qualifier":"AA","value":"AA"}},"sendAgreement":{"protocolSettings":{"acknowledgementSettings":{"acknowledgementControlNumberLowerBound":1,"acknowledgementControlNumberPrefix":"CN","acknowledgementControlNumberSuffix":"NUM","acknowledgementControlNumberUpperBound":999999999,"batchFunctionalAcknowledgements":true,"batchTechnicalAcknowledgements":true,"needFunctionalAcknowledgement":true,"needLoopForValidMessages":true,"needTechnicalAcknowledgement":true,"rolloverAcknowledgementControlNumber":true,"sendSynchronousAcknowledgement":true},"envelopeSettings":{"applicationReferenceId":"0","applyDelimiterStringAdvice":true,"communicationAgreementId":"0","createGroupingSegments":true,"enableDefaultGroupHeaders":true,"functionalGroupId":"0","groupApplicationPassword":"0","groupApplicationReceiverId":"0","groupApplicationReceiverQualifier":"ZZ","groupApplicationSenderId":"AA","groupApplicationSenderQualifier":"ZZ","groupAssociationAssignedCode":"0","groupControlNumberLowerBound":1,"groupControlNumberPrefix":"","groupControlNumberSuffix":"","groupControlNumberUpperBound":999999999,"groupControllingAgencyCode":"0","groupMessageRelease":"0.0","groupMessageVersion":"0.0","interchangeControlNumberLowerBound":1,"interchangeControlNumberPrefix":"CU","interchangeControlNumberSuffix":"NUM","interchangeControlNumberUpperBound":999999999,"isTestInterchange":true,"overwriteExistingTransactionSetControlNumber":true,"processingPriorityCode":"0","receiverInternalIdentification":"0","receiverInternalSubIdentification":"0","recipientReferencePasswordQualifier":"ZZ","recipientReferencePasswordValue":"AA","rolloverGroupControlNumber":true,"rolloverInterchangeControlNumber":true,"rolloverTransactionSetControlNumber":true,"senderInternalIdentification":"AA","senderInternalSubIdentification":"AA","transactionSetControlNumberLowerBound":1,"transactionSetControlNumberPrefix":"","transactionSetControlNumberSuffix":"","transactionSetControlNumberUpperBound":999999999},"framingSettings":{"characterEncoding":"UTF","characterSet":"UNOC","componentSeparator":58,"dataElementSeparator":53,"decimalPointIndicator":"Comma","protocolVersion":4,"releaseIndicator":63,"repetitionSeparator":42,"segmentTerminator":39,"segmentTerminatorSuffix":"None"},"messageFilter":{"messageFilterType":"Exclude"},"processingSettings":{"createEmptyXmlTagsForTrailingSeparators":true,"maskSecurityInfo":true,"preserveInterchange":true,"suspendInterchangeOnError":true,"useDotAsDecimalSeparator":true},"schemaReferences":[],"validationSettings":{"allowLeadingAndTrailingSpacesAndZeroes":true,"checkDuplicateGroupControlNumber":true,"checkDuplicateInterchangeControlNumber":true,"checkDuplicateTransactionSetControlNumber":true,"interchangeControlNumberValidityDays":30,"trailingSeparatorPolicy":"Optional","trimLeadingAndTrailingSpacesAndZeroes":true,"validateCharacterSet":true,"validateEDITypes":true,"validateXSDTypes":true}},"receiverBusinessIdentity":{"qualifier":"ZZ","value":"ZZ"},"senderBusinessIdentity":{"qualifier":"AA","value":"AA"}}}},"createdTime":"2017-03-06T22:00:53.8205121Z","guestIdentity":{"qualifier":"AA","value":"AA"},"guestPartner":"GuestPartner","hostIdentity":{"qualifier":"ZZ","value":"ZZ"},"hostPartner":"HostPartner","metadata":{}},"type":"Microsoft.Logic/integrationAccounts/agreements"}]}},"Get_agreement_by_name":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/<IntegrationAccountName>/agreements/<IntegrationAccountAgreementName>","name":"<IntegrationAccountAgreementName>","properties":{"agreementType":"AS2","changedTime":"2017-03-06T22:32:54.2945291Z","content":{"aS2":{"receiveAgreement":{"protocolSettings":{"acknowledgementConnectionSettings":{"ignoreCertificateNameMismatch":true,"keepHttpConnectionAlive":true,"supportHttpStatusCodeContinue":true,"unfoldHttpHeaders":true},"envelopeSettings":{"autogenerateFileName":true,"fileNameTemplate":"Test","messageContentType":"text/plain","suspendMessageOnFileNameGenerationError":true,"transmitFileNameInMimeHeader":true},"errorSettings":{"resendIfMDNNotReceived":true,"suspendDuplicateMessage":true},"mdnSettings":{"dispositionNotificationTo":"http://tempuri.org","mdnText":"Sample","micHashingAlgorithm":"SHA1","needMDN":true,"receiptDeliveryUrl":"http://tempuri.org","sendInboundMdnToMessageBox":true,"sendMDNAsynchronously":true,"signMDN":true,"signOutboundMdnIfOptional":true},"messageConnectionSettings":{"ignoreCertificateNameMismatch":true,"keepHttpConnectionAlive":true,"supportHttpStatusCodeContinue":true,"unfoldHttpHeaders":true},"securitySettings":{"enableNRRForInboundDecodedMessages":true,"enableNRRForInboundEncodedMessages":true,"enableNRRForInboundMDN":true,"enableNRRForOutboundDecodedMessages":true,"enableNRRForOutboundEncodedMessages":true,"enableNRRForOutboundMDN":true,"overrideGroupSigningCertificate":false},"validationSettings":{"checkCertificateRevocationListOnReceive":true,"checkCertificateRevocationListOnSend":true,"checkDuplicateMessage":true,"compressMessage":true,"encryptMessage":false,"encryptionAlgorithm":"AES128","interchangeDuplicatesValidityDays":100,"overrideMessageProperties":true,"signMessage":false}},"receiverBusinessIdentity":{"qualifier":"ZZ","value":"ZZ"},"senderBusinessIdentity":{"qualifier":"AA","value":"AA"}},"sendAgreement":{"protocolSettings":{"acknowledgementConnectionSettings":{"ignoreCertificateNameMismatch":true,"keepHttpConnectionAlive":true,"supportHttpStatusCodeContinue":true,"unfoldHttpHeaders":true},"envelopeSettings":{"autogenerateFileName":true,"fileNameTemplate":"Test","messageContentType":"text/plain","suspendMessageOnFileNameGenerationError":true,"transmitFileNameInMimeHeader":true},"errorSettings":{"resendIfMDNNotReceived":true,"suspendDuplicateMessage":true},"mdnSettings":{"dispositionNotificationTo":"http://tempuri.org","mdnText":"Sample","micHashingAlgorithm":"SHA1","needMDN":true,"receiptDeliveryUrl":"http://tempuri.org","sendInboundMdnToMessageBox":true,"sendMDNAsynchronously":true,"signMDN":true,"signOutboundMdnIfOptional":true},"messageConnectionSettings":{"ignoreCertificateNameMismatch":true,"keepHttpConnectionAlive":true,"supportHttpStatusCodeContinue":true,"unfoldHttpHeaders":true},"securitySettings":{"enableNRRForInboundDecodedMessages":true,"enableNRRForInboundEncodedMessages":true,"enableNRRForInboundMDN":true,"enableNRRForOutboundDecodedMessages":true,"enableNRRForOutboundEncodedMessages":true,"enableNRRForOutboundMDN":true,"overrideGroupSigningCertificate":false},"validationSettings":{"checkCertificateRevocationListOnReceive":true,"checkCertificateRevocationListOnSend":true,"checkDuplicateMessage":true,"compressMessage":true,"encryptMessage":false,"encryptionAlgorithm":"AES128","interchangeDuplicatesValidityDays":100,"overrideMessageProperties":true,"signMessage":false}},"receiverBusinessIdentity":{"qualifier":"AA","value":"AA"},"senderBusinessIdentity":{"qualifier":"ZZ","value":"ZZ"}}}},"createdTime":"2017-03-06T22:32:54.2938748Z","guestIdentity":{"qualifier":"AA","value":"AA"},"guestPartner":"GuestPartner","hostIdentity":{"qualifier":"ZZ","value":"ZZ"},"hostPartner":"HostPartner","metadata":{}},"type":"Microsoft.Logic/integrationAccounts/agreements"}},"Create_or_update_an_agreement":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/IntegrationAccount4533/agreements/<IntegrationAccountAgreementName>","name":"<IntegrationAccountAgreementName>","properties":{"agreementType":"AS2","changedTime":"2017-03-06T22:32:54.2945291Z","content":{"aS2":{"receiveAgreement":{"protocolSettings":{"acknowledgementConnectionSettings":{"ignoreCertificateNameMismatch":true,"keepHttpConnectionAlive":true,"supportHttpStatusCodeContinue":true,"unfoldHttpHeaders":true},"envelopeSettings":{"autogenerateFileName":true,"fileNameTemplate":"Test","messageContentType":"text/plain","suspendMessageOnFileNameGenerationError":true,"transmitFileNameInMimeHeader":true},"errorSettings":{"resendIfMDNNotReceived":true,"suspendDuplicateMessage":true},"mdnSettings":{"dispositionNotificationTo":"http://tempuri.org","mdnText":"Sample","micHashingAlgorithm":"SHA1","needMDN":true,"receiptDeliveryUrl":"http://tempuri.org","sendInboundMdnToMessageBox":true,"sendMDNAsynchronously":true,"signMDN":true,"signOutboundMdnIfOptional":true},"messageConnectionSettings":{"ignoreCertificateNameMismatch":true,"keepHttpConnectionAlive":true,"supportHttpStatusCodeContinue":true,"unfoldHttpHeaders":true},"securitySettings":{"enableNRRForInboundDecodedMessages":true,"enableNRRForInboundEncodedMessages":true,"enableNRRForInboundMDN":true,"enableNRRForOutboundDecodedMessages":true,"enableNRRForOutboundEncodedMessages":true,"enableNRRForOutboundMDN":true,"overrideGroupSigningCertificate":false},"validationSettings":{"checkCertificateRevocationListOnReceive":true,"checkCertificateRevocationListOnSend":true,"checkDuplicateMessage":true,"compressMessage":true,"encryptMessage":false,"encryptionAlgorithm":"AES128","interchangeDuplicatesValidityDays":100,"overrideMessageProperties":true,"signMessage":false}},"receiverBusinessIdentity":{"qualifier":"ZZ","value":"ZZ"},"senderBusinessIdentity":{"qualifier":"AA","value":"AA"}},"sendAgreement":{"protocolSettings":{"acknowledgementConnectionSettings":{"ignoreCertificateNameMismatch":true,"keepHttpConnectionAlive":true,"supportHttpStatusCodeContinue":true,"unfoldHttpHeaders":true},"envelopeSettings":{"autogenerateFileName":true,"fileNameTemplate":"Test","messageContentType":"text/plain","suspendMessageOnFileNameGenerationError":true,"transmitFileNameInMimeHeader":true},"errorSettings":{"resendIfMDNNotReceived":true,"suspendDuplicateMessage":true},"mdnSettings":{"dispositionNotificationTo":"http://tempuri.org","mdnText":"Sample","micHashingAlgorithm":"SHA1","needMDN":true,"receiptDeliveryUrl":"http://tempuri.org","sendInboundMdnToMessageBox":true,"sendMDNAsynchronously":true,"signMDN":true,"signOutboundMdnIfOptional":true},"messageConnectionSettings":{"ignoreCertificateNameMismatch":true,"keepHttpConnectionAlive":true,"supportHttpStatusCodeContinue":true,"unfoldHttpHeaders":true},"securitySettings":{"enableNRRForInboundDecodedMessages":true,"enableNRRForInboundEncodedMessages":true,"enableNRRForInboundMDN":true,"enableNRRForOutboundDecodedMessages":true,"enableNRRForOutboundEncodedMessages":true,"enableNRRForOutboundMDN":true,"overrideGroupSigningCertificate":false},"validationSettings":{"checkCertificateRevocationListOnReceive":true,"checkCertificateRevocationListOnSend":true,"checkDuplicateMessage":true,"compressMessage":true,"encryptMessage":false,"encryptionAlgorithm":"AES128","interchangeDuplicatesValidityDays":100,"overrideMessageProperties":true,"signMessage":false}},"receiverBusinessIdentity":{"qualifier":"AA","value":"AA"},"senderBusinessIdentity":{"qualifier":"ZZ","value":"ZZ"}}}},"createdTime":"2017-03-06T22:32:54.2938748Z","guestIdentity":{"qualifier":"AA","value":"AA"},"guestPartner":"GuestPartner","hostIdentity":{"qualifier":"ZZ","value":"ZZ"},"hostPartner":"HostPartner","metadata":{}},"type":"Microsoft.Logic/integrationAccounts/agreements"}},"Get_the_content_callback_url":{"value":{"basePath":"https://prod-00.westus.logic.azure.com/integrationAccounts/0fdabc3a76514ca48dede71c73d9fe97/schemas/testSchema/contents/Value","method":"GET","queries":{"api-version":"2015-08-01-preview"},"value":"https://prod-00.westus.logic.azure.com:443/integrationAccounts/0fdabc3a76514ca48dede71c73d9fe97/schemas/testSchema/contents/Value?api-version=2015-08-01-preview&sp=%2Fschemas%2FtestSchema%2Fread&sv=1.0&sig=VK_mbQPTHTa3ezhsrI8IctckwjlL3GdJmroQH_baYj4"}},"List_integration_account_assemblies":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/assemblies/testAssembly","name":"testAssembly","properties":{"assemblyName":"System.IdentityModel.Tokens.Jwt","assemblyVersion":"0.0.0.0","changedTime":"2017-02-24T18:45:23.4137139Z","contentLink":{"contentHash":{"algorithm":"md5","value":"A2avz/M0ov2FPI3+Je8vDw=="},"contentSize":3056,"contentVersion":"\"0x8D45CE54B058881\"","uri":"<Uri>"},"createdTime":"2017-02-24T18:45:23.4129778Z","metadata":{}},"type":"Microsoft.Logic/integrationAccounts/assemblies"}]}},"Get_an_integration_account_assembly":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/assemblies/testAssembly","name":"testAssembly","properties":{"assemblyName":"System.IdentityModel.Tokens.Jwt","assemblyVersion":"0.0.0.0","changedTime":"2017-02-24T18:45:23.4137139Z","contentLink":{"contentHash":{"algorithm":"md5","value":"A2avz/M0ov2FPI3+Je8vDw=="},"contentSize":3056,"contentVersion":"\"0x8D45CE54B058881\"","uri":"<Uri>"},"createdTime":"2017-02-24T18:45:23.4129778Z","metadata":{}},"type":"Microsoft.Logic/integrationAccounts/assemblies"}},"Create_or_update_an_account_assembly":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/assemblies/testAssembly","name":"testAssembly","properties":{"assemblyName":"System.IdentityModel.Tokens.Jwt","assemblyVersion":"0.0.0.0","changedTime":"2017-02-24T18:45:23.4137139Z","contentLink":{"contentHash":{"algorithm":"md5","value":"A2avz/M0ov2FPI3+Je8vDw=="},"contentSize":3056,"contentVersion":"\"0x8D45CE54B058881\"","uri":"<Uri>"},"createdTime":"2017-02-24T18:45:23.4129778Z","metadata":{}},"type":"Microsoft.Logic/integrationAccounts/assemblies"}},"Get_the_callback_url_for_an_integration_account_assembly":{"value":{"basePath":"https://prod-00.westus.logic.azure.com/integrationAccounts/0fdabc3a76514ca48dede71c73d9fe97/assemblies/testAssembly/contents/Value","method":"GET","queries":{"api-version":"2015-08-01-preview"},"value":"https://prod-00.westus.logic.azure.com:443/integrationAccounts/0fdabc3a76514ca48dede71c73d9fe97/assemblies/testAssembly/contents/Value?api-version=2015-08-01-preview&sp=%2Fassemblies%2FtestAssembly%2Fread&sv=1.0&sig=VK_mbQPTHTa3ezhsrI8IctckwjlL3GdJmroQH_baYj4"}},"List_batch_configurations":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/batchConfigurations/testBatchConfiguration","name":"testBatchConfiguration","properties":{"batchGroupName":"DEFAULT","changedTime":"2018-03-26T06:14:16.7042301Z","createdTime":"2018-03-26T06:14:16.6518552Z","releaseCriteria":{"batchSize":234567,"messageCount":10,"recurrence":{"frequency":"Minute","interval":1,"startTime":"2017-03-24T11:43:00","timeZone":"India Standard Time"}}},"type":"Microsoft.Logic/integrationAccounts/batchConfigurations"}]}},"Get_a_batch_configuration":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/batchConfigurations/testBatchConfiguration","name":"testBatchConfiguration","properties":{"batchGroupName":"DEFAULT","changedTime":"2018-03-26T06:14:16.7042301Z","createdTime":"2018-03-26T06:14:16.6518552Z","releaseCriteria":{"batchSize":234567,"messageCount":10,"recurrence":{"frequency":"Minute","interval":1,"startTime":"2017-03-24T11:43:00","timeZone":"India Standard Time"}}},"type":"Microsoft.Logic/integrationAccounts/batchConfigurations"}},"Create_or_update_a_batch_configuration":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/batchConfigurations/testBatchConfiguration","name":"testBatchConfiguration","properties":{"batchGroupName":"DEFAULT","changedTime":"2018-03-26T06:14:16.7042301Z","createdTime":"2018-03-26T06:14:16.6518552Z","releaseCriteria":{"batchSize":234567,"messageCount":10,"recurrence":{"frequency":"Minute","interval":1,"startTime":"2017-03-24T11:43:00","timeZone":"India Standard Time"}}},"type":"Microsoft.Logic/integrationAccounts/batchConfigurations"}},"Get_certificates_by_integration_account_name":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/certificates/<integrationAccountCertificateName>","name":"<IntegrationAccountCertificateName>","properties":{"changedTime":"2017-03-06T20:33:09.7032076Z","createdTime":"2017-03-06T20:33:09.7022471Z","key":{"keyName":"<keyName>","keyVault":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testResourceGroup/providers/microsoft.keyvault/vaults/<keyVaultName>","name":"AzureSdkTestKeyVault","type":"Microsoft.KeyVault/vaults"},"keyVersion":"87d9764197604449b9b8eb7bd8710868"},"publicCertificate":"<publicCertificate>"},"type":"Microsoft.Logic/integrationAccounts/certificates"}]}},"Get_certificate_by_name":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/IntegrationAccount9472/certificates/testCertificate","name":"testCertificate","properties":{"changedTime":"2017-03-06T20:42:21.051317Z","createdTime":"2017-03-06T20:42:21.0510202Z","key":{"keyName":"<keyName>","keyVault":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testResourceGroup/providers/microsoft.keyvault/vaults/<keyVaultName>","name":"<keyVaultName>","type":"Microsoft.KeyVault/vaults"},"keyVersion":"87d9764197604449b9b8eb7bd8710868"},"publicCertificate":"<publicCertificate>"},"type":"Microsoft.Logic/integrationAccounts/certificates"}},"Create_or_update_a_certificate":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/certificates/testCertificate","name":"testCertificate","properties":{"changedTime":"2017-03-06T20:42:21.051317Z","createdTime":"2017-03-06T20:42:21.0510202Z","key":{"keyName":"<keyName>","keyVault":{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourcegroups/flowrg/providers/microsoft.keyvault/vaults/<keyVaultName>","name":"<keyVaultName>","type":"Microsoft.KeyVault/vaults"},"keyVersion":"87d9764197604449b9b8eb7bd8710868"},"publicCertificate":"<publicCertificateValue>"},"type":"Microsoft.Logic/integrationAccounts/certificates"}},"List_IntegrationAccount_callback_URL":{"value":{"value":"https://testprod-westus.logic.azure.com:443/integrationAccounts/ce41a499a1e64d95b874f5f14b4bf3b6?api-version=2015-08-01-preview&se=2017-03-17T07%3A00%3A00.0000000Z&sp=%2F%2F%2A&sv=1.0"}},"Get_Integration_Account_callback_URL":{"value":{"skipToken":"testSkipToken","value":[{"attributes":{"created":1498072075,"enabled":true,"updated":1498072075},"kid":"https://testKeyVault.vault.azure.net/keys/testkey"}]}},"Get_maps_by_integration_account_name":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/maps/IntegrationAccountMap9943","name":"IntegrationAccountMap9943","properties":{"changedTime":"2017-02-24T18:34:32.390576Z","contentLink":{"contentHash":{"algorithm":"md5","value":"A2avz/M0ov2FPI3+Je8vDw=="},"contentSize":3056,"contentVersion":"\"0x8D45CE3C6D23B4B\"","uri":"<Uri>"},"createdTime":"2017-02-24T18:34:32.3902373Z","mapType":"Xslt","metadata":{}},"type":"Microsoft.Logic/integrationAccounts/maps"}]}},"Get_map_by_name":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/maps/testMap","name":"testMap","properties":{"changedTime":"2017-02-24T18:45:23.4137139Z","contentLink":{"contentHash":{"algorithm":"md5","value":"A2avz/M0ov2FPI3+Je8vDw=="},"contentSize":3056,"contentVersion":"\"0x8D45CE54B058881\"","uri":"<Uri>"},"createdTime":"2017-02-24T18:45:23.4129778Z","mapType":"Xslt","metadata":{}},"type":"Microsoft.Logic/integrationAccounts/maps"}},"Create_or_update_a_map":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/<resourceGroup>/providers/Microsoft.Logic/integrationAccounts/<IntegrationAccount>/maps/testMap","name":"IntegrationAccountMap291","properties":{"changedTime":"2017-03-06T18:41:04.4088605Z","contentLink":{"contentHash":{"algorithm":"md5","value":"A2avz/M0ov2FPI3+Je8vDw=="},"contentSize":3056,"contentVersion":"\"0x8D464C057F22E5F\"","uri":"<Uri>"},"createdTime":"2017-03-06T18:41:03.7366103Z","mapType":"Xslt","metadata":{}},"type":"Microsoft.Logic/integrationAccounts/maps"}},"Get_partners_by_integration_account_name":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/IntegrationAccount2431/partners/testIntegrationAccount","name":"IntegrationAccountPartner947","properties":{"changedTime":"2017-03-06T19:42:59.1987212Z","content":{"b2b":{"businessIdentities":[{"qualifier":"AA","value":"ZZ"}]}},"createdTime":"2017-03-06T19:42:59.197919Z","metadata":{},"partnerType":"B2B"},"type":"Microsoft.Logic/integrationAccounts/partners"}]}},"Get_partner_by_name":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/partners/testPartner","name":"testIntegrationAccount","properties":{"changedTime":"2017-03-06T20:01:24.0525141Z","content":{"b2b":{"businessIdentities":[{"qualifier":"AA","value":"ZZ"}]}},"createdTime":"2017-03-06T20:01:24.0517156Z","metadata":{},"partnerType":"B2B"},"type":"Microsoft.Logic/integrationAccounts/partners"}},"Create_or_update_a_partner":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/flowrg/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/partners/testPartner","name":"testPartner","properties":{"changedTime":"2017-03-06T20:06:23.5904806Z","content":{"b2b":{"businessIdentities":[{"qualifier":"AA","value":"ZZ"}]}},"createdTime":"2017-03-06T20:06:23.5895246Z","metadata":{},"partnerType":"B2B"},"type":"Microsoft.Logic/integrationAccounts/partners"}},"Regenerate_access_key":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount","location":"westus","name":"testIntegrationAccount","properties":{},"sku":{"name":"Standard"},"type":"Microsoft.Logic/integrationAccounts"}},"Get_schemas_by_integration_account_name":{"value":{"value":[{"id":"/subscriptions/<subscriptionId>/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/<integrationAccountName>/schemas/IntegrationAccountSchema3944","name":"IntegrationAccountSchema3944","properties":{"changedTime":"2017-02-24T01:34:16.7098626Z","contentLink":{"contentHash":{"algorithm":"md5","value":"<Value>"},"contentSize":7901,"contentVersion":"\"0x8D45C553EECEB76\"","uri":"<contentLinkUri>"},"createdTime":"2017-02-24T01:34:16.7088958Z","documentName":"OrderFile","metadata":{},"schemaType":"Xml","targetNamespace":"http://Inbound_EDI.OrderFile"},"type":"Microsoft.Logic/integrationAccounts/schemas"}]}},"Get_schema_by_name":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/schemas/testSchema","name":"IntegrationAccountSchema5349","properties":{"changedTime":"2017-02-24T01:46:48.0847046Z","contentLink":{"contentHash":{"algorithm":"md5","value":"<value>"},"contentSize":7901,"contentVersion":"\"0x8D45C56FEDFCB45\"","uri":"<contentLinkUrl>"},"createdTime":"2017-02-24T01:46:48.0837583Z","documentName":"OrderFile","metadata":{},"schemaType":"Xml","targetNamespace":"http://Inbound_EDI.OrderFile"},"type":"Microsoft.Logic/integrationAccounts/schemas"}},"Create_or_update_schema":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/schemas/testSchema","name":"IntegrationAccountSchema5349","properties":{"changedTime":"2017-02-24T01:46:48.0847046Z","contentLink":{"contentHash":{"algorithm":"md5","value":"<value>"},"contentSize":7901,"contentVersion":"\"0x8D45C56FEDFCB45\"","uri":"<contentLinkUrl>"},"createdTime":"2017-02-24T01:46:48.0837583Z","documentName":"OrderFile","metadata":{},"schemaType":"Xml","targetNamespace":"http://Inbound_EDI.OrderFile"},"type":"Microsoft.Logic/integrationAccounts/schemas"}},"Get_a_list_of_integration_account_sessions":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Logic/integrationAccounts/testia123/sessions/IntegrationAccountSession1662","name":"IntegrationAccountSession1662","properties":{"changedTime":"2017-02-21T23:06:24.0158575Z","content":{"controlNumber":"1234","controlNumberChangedTime":"2017-02-21T22:30:11.9923759Z"},"createdTime":"2017-02-21T23:06:24.0152955Z"},"type":"Microsoft.Logic/integrationAccounts/sessions"},{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Logic/integrationAccounts/testia123/sessions/IntegrationAccountSession6808","name":"IntegrationAccountSession6808","properties":{"changedTime":"2017-02-21T23:06:23.7540113Z","content":{"controlNumber":"1234","controlNumberChangedTime":"2017-02-21T22:30:11.9923759Z"},"createdTime":"2017-02-21T23:06:23.7535558Z"},"type":"Microsoft.Logic/integrationAccounts/sessions"},{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Logic/integrationAccounts/testia123/sessions/IntegrationAccountSession7315","name":"IntegrationAccountSession7315","properties":{"changedTime":"2017-02-21T23:06:23.8370161Z","content":{"controlNumber":"1234","controlNumberChangedTime":"2017-02-21T22:30:11.9923759Z"},"createdTime":"2017-02-21T23:06:23.8367926Z"},"type":"Microsoft.Logic/integrationAccounts/sessions"}]}},"Get_an_integration_account_session":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Logic/integrationAccounts/testia123/sessions/testsession123-ICN","name":"testsession123-ICN","properties":{"changedTime":"2017-02-21T20:41:35.9796534Z","content":{"controlNumber":"1234","controlNumberChangedTime":"2017-02-21T22:30:11.9923759Z"},"createdTime":"2017-02-21T20:41:35.9789189Z"},"type":"Microsoft.Logic/integrationAccounts/sessions"}},"Create_or_update_an_integration_account_session":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Logic/integrationAccounts/testia123/sessions/testsession123-ICN","name":"testsession123-ICN","properties":{"changedTime":"2017-02-21T20:41:35.9796534Z","content":{"controlNumber":"1234","controlNumberChangedTime":"2017-02-21T22:30:11.9923759Z"},"createdTime":"2017-02-21T20:41:35.9789189Z"},"type":"Microsoft.Logic/integrationAccounts/sessions"}},"List_all_workflows_in_a_resource_group":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow","location":"brazilsouth","name":"test-workflow","properties":{"accessControl":{},"accessEndpoint":"http://tempuri.org","changedTime":"2018-08-09T22:54:54.3533634Z","createdTime":"2018-04-25T01:39:21.4365247Z","definition":{"$schema":"https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#","actions":{},"contentVersion":"1.0.0.0","outputs":{},"parameters":{},"triggers":{}},"endpointsConfiguration":{"connector":{"outgoingIpAddresses":[{"address":"40.84.145.61"}]},"workflow":{"accessEndpointIpAddresses":[{"address":"104.210.153.89"},{"address":"13.85.79.155"},{"address":"13.65.39.247"}],"outgoingIpAddresses":[{"address":"13.84.159.168"},{"address":"13.65.86.56"},{"address":"13.65.82.190"}]}},"integrationAccount":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/integrationAccounts/test-integration-account","name":"test-integration-account","type":"Microsoft.Logic/integrationAccounts"},"parameters":{},"provisioningState":"Succeeded","state":"Enabled","version":"08586677515911718341"},"tags":{},"type":"Microsoft.Logic/workflows"}]}},"Get_a_workflow":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow","location":"brazilsouth","name":"test-workflow","properties":{"accessEndpoint":"http://tempuri.org","changedTime":"2018-08-09T22:54:54.3533634Z","createdTime":"2018-04-25T01:39:21.4365247Z","definition":{"$schema":"https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2018-07-01-preview/workflowdefinition.json#","actions":{},"contentVersion":"1.0.0.0","outputs":{},"parameters":{},"triggers":{}},"endpointsConfiguration":{"connector":{"outgoingIpAddresses":[{"address":"40.84.145.61"}]},"workflow":{"accessEndpointIpAddresses":[{"address":"104.210.153.89"},{"address":"13.85.79.155"},{"address":"13.65.39.247"}],"outgoingIpAddresses":[{"address":"13.84.159.168"},{"address":"13.65.86.56"},{"address":"13.65.82.190"}]}},"integrationAccount":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/integrationAccounts/test-integration-account","name":"test-integration-account","type":"Microsoft.Logic/integrationAccounts"},"integrationServiceEnvironment":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/integrationServiceEnvironments/test-integration-service-environment","name":"test-integration-service-environment","type":"Microsoft.Logic/integrationServiceEnvironments"},"parameters":{},"provisioningState":"Succeeded","state":"Enabled","version":"08586677515911718341"},"tags":{},"type":"Microsoft.Logic/workflows"}},"Patch_a_workflow":{"value":{"properties":{"accessEndpoint":"http://tempuri.org","changedTime":"2018-08-09T22:54:54.3533634Z","createdTime":"2018-04-25T01:39:21.4365247Z","definition":{"$schema":"https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#","actions":{},"contentVersion":"1.0.0.0","outputs":{},"parameters":{},"triggers":{}},"endpointsConfiguration":{"connector":{"outgoingIpAddresses":[{"address":"40.84.145.61"}]},"workflow":{"accessEndpointIpAddresses":[{"address":"104.210.153.89"},{"address":"13.85.79.155"},{"address":"13.65.39.247"}],"outgoingIpAddresses":[{"address":"13.84.159.168"},{"address":"13.65.86.56"},{"address":"13.65.82.190"}]}},"integrationAccount":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/integrationAccounts/test-integration-account","name":"test-integration-account","type":"Microsoft.Logic/integrationAccounts"},"parameters":{},"provisioningState":"Succeeded","state":"Enabled","version":"08586677515911718341"}}},"Create_or_update_a_workflow":{"value":{"properties":{"accessEndpoint":"http://tempuri.org","changedTime":"2018-08-09T22:54:54.3533634Z","createdTime":"2018-04-25T01:39:21.4365247Z","definition":{"$schema":"https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#","actions":{},"contentVersion":"1.0.0.0","outputs":{},"parameters":{},"triggers":{}},"endpointsConfiguration":{"connector":{"outgoingIpAddresses":[{"address":"40.84.145.61"}]},"workflow":{"accessEndpointIpAddresses":[{"address":"104.210.153.89"},{"address":"13.85.79.155"},{"address":"13.65.39.247"}],"outgoingIpAddresses":[{"address":"13.84.159.168"},{"address":"13.65.86.56"},{"address":"13.65.82.190"}]}},"integrationAccount":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/integrationAccounts/test-integration-account","name":"test-integration-account","type":"Microsoft.Logic/integrationAccounts"},"integrationServiceEnvironment":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/integrationServiceEnvironments/test-integration-service-environment","name":"test-integration-service-environment","type":"Microsoft.Logic/integrationServiceEnvironments"},"parameters":{},"provisioningState":"Succeeded","state":"Enabled","version":"08586677515911718341"}}},"Generate_an_upgraded_definition":{"value":{"$schema":"https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#","actions":{},"contentVersion":"1.0.0.0","outputs":{},"parameters":{"$connections":{"defaultValue":{},"type":"Object"}},"triggers":{}}},"Get_callback_url":{"value":{"basePath":"https://prod-03.westus.logic.azure.com/workflows/d4690301f3b340de9330256bb2e83974","method":"POST","queries":{"api-version":"2018-07-01-preview","se":"2018-04-19T16:00:00.0000000Z","sig":"JXbHjs3qzLPDyk-IM_VzsN-WL_mNql3v_uWbBbKgtVk","sp":"//*","sv":"1.0"},"value":"https://prod-03.westus.logic.azure.com/workflows/d4690301f3b340de9330256bb2e83974/triggers/requestTrigger/paths/invoke?api-version=2018-07-01-preview&se=2018-04-19T16%3A00%3A00.0000000Z&sp=%2Ftriggers%2FrequestTrigger%2Frun&sv=1.0&sig=JXbHjs3qzLPDyk-IM_VzsN-WL_mNql3v_uWbBbKgtVk"}},"Get_the_swagger_for_a_workflow":{"value":{"basePath":"/workflows/2e420261710e423490d5d502fe9c4abb/triggers","consumes":["application/json"],"host":"test-host","info":{"description":"Azure Logic App.","title":"flow"},"paths":{"/simpleManualTrigger/paths/invoke":{"post":{"description":"Trigger a run of the logic app.","operationId":"simpleManualTrigger-invoke","parameters":[{"description":"The service API version.","in":"query","name":"api-version","required":true,"type":"string"},{"description":"The permissions; generally 'read' or 'write'.","in":"query","name":"sp","required":true,"type":"string"},{"description":"The version number of the query parameters.","in":"query","name":"sv","required":true,"type":"string"},{"description":"The SHA 256 hash of the entire request URI with an internal key.","in":"query","name":"sig","required":true,"type":"string"}],"responses":{"default":{"description":"The Logic App Response.","schema":{"type":"object"}}}}}},"produces":["application/json"],"schemes":["http"],"swagger":"2.0"}},"List_workflow_runs":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586676746934337772206998657CU22","name":"08586676746934337772206998657CU22","properties":{"correlation":{"clientTrackingId":"08586676746934337772206998657CU22"},"endTime":"2018-08-10T20:16:32.5779999Z","outputs":{},"startTime":"2018-08-10T20:16:32.044238Z","status":"Succeeded","trigger":{"code":"OK","correlation":{"clientTrackingId":"08586676746934337772206998657CU22"},"endTime":"2018-08-10T20:16:32.0387927Z","name":"Recurrence","scheduledTime":"2018-08-10T20:16:31.6344174Z","startTime":"2018-08-10T20:16:32.0387927Z","status":"Succeeded"},"waitEndTime":"2018-08-10T20:16:32.044238Z","workflow":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/versions/08586676754160363885","name":"08586676754160363885","type":"Microsoft.Logic/workflows/versions"}},"type":"Microsoft.Logic/workflows/runs"}]}},"Get_a_run_for_a_workflow":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586676746934337772206998657CU22","name":"08586676746934337772206998657CU22","properties":{"correlation":{"clientTrackingId":"08586676746934337772206998657CU22"},"endTime":"2018-08-10T20:16:32.5779999Z","outputs":{},"startTime":"2018-08-10T20:16:32.044238Z","status":"Succeeded","trigger":{"code":"OK","correlation":{"clientTrackingId":"08586676746934337772206998657CU22"},"endTime":"2018-08-10T20:16:32.0387927Z","name":"Recurrence","scheduledTime":"2018-08-10T20:16:31.6344174Z","startTime":"2018-08-10T20:16:32.0387927Z","status":"Succeeded"},"waitEndTime":"2018-08-10T20:16:32.044238Z","workflow":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/versions/08586676754160363885","name":"08586676754160363885","type":"Microsoft.Logic/workflows/versions"}},"type":"Microsoft.Logic/workflows/runs"}},"List_a_workflow_run_actions":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586676746934337772206998657CU22/actions/HTTP","name":"HTTP","properties":{"code":"OK","correlation":{"actionTrackingId":"56063357-45dd-4278-9be5-8220ce0cc9ca","clientTrackingId":"08586676746934337772206998657CU22"},"endTime":"2018-08-10T20:16:32.5450625Z","inputsLink":{"contentHash":{"algorithm":"md5","value":"XXUACojv0aBfuP56os3CWw=="},"contentSize":46,"contentVersion":"5XUACojv0aBfuP56os3CWw==","uri":"https://tempuri.org"},"outputsLink":{"contentHash":{"algorithm":"md5","value":"XX6KRrevI6AAxEvo9FeBYQ=="},"contentSize":11873,"contentVersion":"6X6KRrevI6AAxEvo9FeBYQ==","uri":"https://tempuri.org"},"startTime":"2018-08-10T20:16:32.305236Z","status":"Succeeded"},"type":"Microsoft.Logic/workflows/runs/actions"}]}},"Get_a_workflow_run_action":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586676746934337772206998657CU22/actions/HTTP","name":"HTTP","properties":{"code":"OK","correlation":{"actionTrackingId":"56063357-45dd-4278-9be5-8220ce0cc9ca","clientTrackingId":"08586676746934337772206998657CU22"},"endTime":"2018-08-10T20:16:32.5450625Z","inputsLink":{"contentHash":{"algorithm":"md5","value":"XXUACojv0aBfuP56os3CWw=="},"contentSize":46,"contentVersion":"5XUACojv0aBfuP56os3CWw==","uri":"https://tempuri.org"},"outputsLink":{"contentHash":{"algorithm":"md5","value":"XX6KRrevI6AAxEvo9FeBYQ=="},"contentSize":11873,"contentVersion":"6X6KRrevI6AAxEvo9FeBYQ==","uri":"https://tempuri.org"},"startTime":"2018-08-10T20:16:32.305236Z","status":"Succeeded"},"type":"Microsoft.Logic/workflows/runs/actions"}},"List_expression_traces":{"value":{"inputs":[{"path":"","text":"add(4, 4)","value":8}]}},"List_repetitions":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testFlow/runs/08586776228332053161046300351/actions/testAction/repetitions/000000","name":"000000","properties":{"code":"OK","correlation":{"actionTrackingId":"0d8152bb-e198-44a9-bde8-5138eea16dd4","clientTrackingId":"08586775357427610445444523191"},"endTime":"2018-04-18T17:05:57.2264835Z","inputsLink":{"contentHash":{"algorithm":"md5","value":"8q1zMKS5ZyHBrPF+qF1xXw=="},"contentSize":8,"contentVersion":"8q1zMKS5ZyHBrPF+qF1xXw==","uri":"https://prod-08.northcentralus.logic.azure.com:443/workflows/2dfde2fce2584c49bea17ef0b04c95f4/runs/08586776228332053161046300351/actions/testAction/repetitions/000000/contents/ActionInputs?api-version=2016-10-01&se=2018-04-18T21%3A00%3A00.0000000Z&sp=%2Fruns%2F08586776228332053161046300351%2Factions%2FtestAction%2Frepetitions%2F000000%2Fcontents%2FActionInputs%2Fread&sv=1.0&sig=vw4BDdYp4Ap5RXdM7tY_wl9C38DeAHfnixLBEOpideA"},"outputsLink":{"contentHash":{"algorithm":"md5","value":"8q1zMKS5ZyHBrPF+qF1xXw=="},"contentSize":8,"contentVersion":"8q1zMKS5ZyHBrPF+qF1xXw==","uri":"https://prod-08.northcentralus.logic.azure.com:443/workflows/2dfde2fce2584c49bea17ef0b04c95f4/runs/08586776228332053161046300351/actions/testAction/repetitions/000000/contents/ActionOutputs?api-version=2016-10-01&se=2018-04-18T21%3A00%3A00.0000000Z&sp=%2Fruns%2F08586776228332053161046300351%2Factions%2FtestAction%2Frepetitions%2F000000%2Fcontents%2FActionOutputs%2Fread&sv=1.0&sig=y8Wq7jbu85tmlMo_1zpRyqNJuoCaQCFQtZ3bgSovLY0"},"repetitionIndexes":[{"itemIndex":0,"scopeName":"For_each"}],"startTime":"2018-04-18T17:05:57.217991Z","status":"Succeeded","trackingId":"0d8152bb-e198-44a9-bde8-5138eea16dd4"},"type":"Microsoft.Logic/workflows/runs/actions/repetitions"},{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testFlow/runs/08586776228332053161046300351/actions/testAction/repetitions/000001","name":"000001","properties":{"code":"OK","correlation":{"actionTrackingId":"f84f23eb-b331-4772-9f39-cc307fa83bc3","clientTrackingId":"08586775357427610445444523191"},"endTime":"2018-04-18T17:05:57.1015421Z","inputsLink":{"contentHash":{"algorithm":"md5","value":"OA3i83YHGYVch+N8BQJIRQ=="},"contentSize":6,"contentVersion":"OA3i83YHGYVch+N8BQJIRQ==","uri":"https://prod-08.northcentralus.logic.azure.com:443/workflows/2dfde2fce2584c49bea17ef0b04c95f4/runs/08586776228332053161046300351/actions/testAction/repetitions/000001/contents/ActionInputs?api-version=2016-10-01&se=2018-04-18T21%3A00%3A00.0000000Z&sp=%2Fruns%2F08586776228332053161046300351%2Factions%2FtestAction%2Frepetitions%2F000001%2Fcontents%2FActionInputs%2Fread&sv=1.0&sig=dLmnt50joimEMK4k9rR6njHQh94iSFJ9rrDxFbkEg5M"},"outputsLink":{"contentHash":{"algorithm":"md5","value":"OA3i83YHGYVch+N8BQJIRQ=="},"contentSize":6,"contentVersion":"OA3i83YHGYVch+N8BQJIRQ==","uri":"https://prod-08.northcentralus.logic.azure.com:443/workflows/2dfde2fce2584c49bea17ef0b04c95f4/runs/08586776228332053161046300351/actions/testAction/repetitions/000001/contents/ActionOutputs?api-version=2016-10-01&se=2018-04-18T21%3A00%3A00.0000000Z&sp=%2Fruns%2F08586776228332053161046300351%2Factions%2FtestAction%2Frepetitions%2F000001%2Fcontents%2FActionOutputs%2Fread&sv=1.0&sig=B3-X5sqIAv1Lb31GOD34ZgIRUXGuiM2QllWiNwXFYAw"},"repetitionIndexes":[{"itemIndex":1,"scopeName":"For_each"}],"startTime":"2018-04-18T17:05:57.0929911Z","status":"Succeeded","trackingId":"f84f23eb-b331-4772-9f39-cc307fa83bc3"},"type":"Microsoft.Logic/workflows/runs/actions/repetitions"}]}},"Get_a_repetition":{"value":{"id":"api/management/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testFlow/runs/08586776228332053161046300351/actions/testAction/repetitions/000001","name":"000001","properties":{"code":"OK","correlation":{"actionTrackingId":"f84f23eb-b331-4772-9f39-cc307fa83bc3","clientTrackingId":"08586775357427610445444523191"},"endTime":"2018-04-18T17:05:57.1015421Z","inputsLink":{"contentHash":{"algorithm":"md5","value":"OA3i83YHGYVch+N8BQJIRQ=="},"contentSize":6,"contentVersion":"OA3i83YHGYVch+N8BQJIRQ==","uri":"https://prod-08.northcentralus.logic.azure.com:443/workflows/2dfde2fce2584c49bea17ef0b04c95f4/runs/08586776228332053161046300351/actions/testAction/repetitions/000001/contents/ActionInputs?api-version=2016-10-01&se=2018-04-18T21%3A00%3A00.0000000Z&sp=%2Fruns%2F08586776228332053161046300351%2Factions%2FtestAction%2Frepetitions%2F000001%2Fcontents%2FActionInputs%2Fread&sv=1.0&sig=dLmnt50joimEMK4k9rR6njHQh94iSFJ9rrDxFbkEg5M"},"outputsLink":{"contentHash":{"algorithm":"md5","value":"OA3i83YHGYVch+N8BQJIRQ=="},"contentSize":6,"contentVersion":"OA3i83YHGYVch+N8BQJIRQ==","uri":"https://prod-08.northcentralus.logic.azure.com:443/workflows/2dfde2fce2584c49bea17ef0b04c95f4/runs/08586776228332053161046300351/actions/testAction/repetitions/000001/contents/ActionOutputs?api-version=2016-10-01&se=2018-04-18T21%3A00%3A00.0000000Z&sp=%2Fruns%2F08586776228332053161046300351%2Factions%2FtestAction%2Frepetitions%2F000001%2Fcontents%2FActionOutputs%2Fread&sv=1.0&sig=B3-X5sqIAv1Lb31GOD34ZgIRUXGuiM2QllWiNwXFYAw"},"repetitionIndexes":[{"itemIndex":1,"scopeName":"For_each"}],"startTime":"2018-04-18T17:05:57.0929911Z","status":"Succeeded","trackingId":"f84f23eb-b331-4772-9f39-cc307fa83bc3"},"type":"Microsoft.Logic/workflows/runs/actions/repetitions"}},"List_expression_traces_for_a_repetition":{"value":{"inputs":[{"path":"","text":"items('For_each')?['OccuringLocation']?['Environment']","value":"PROD"}]}},"List_repetition_request_history":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586611142736787787412824395CU21/actions/HTTP_Webhook/requestHistories/08586611142732800686","name":"08586611142732800686","properties":{"endTime":"2018-10-25T18:36:52.1863033Z","request":{"headers":{"Accept-Language":"en-US","User-Agent":"azure-logic-apps/1.0,(workflow 80244732be3648f59d2084fd979cdd56; version 08586611142904036539)","x-ms-action-tracking-id":"ad27f634-6523-492f-924e-9a75e28619c8","x-ms-client-request-id":"ad484925-4148-4dd0-9488-07aed418b256","x-ms-client-tracking-id":"08586611142736787787412824395CU21","x-ms-correlation-id":"ad484925-4148-4dd0-9488-07aed418b256","x-ms-execution-location":"brazilsouth","x-ms-tracking-id":"ad484925-4148-4dd0-9488-07aed418b256","x-ms-workflow-id":"80244732be3648f59d2084fd979cdd56","x-ms-workflow-name":"test-workflow","x-ms-workflow-operation-name":"HTTP_Webhook","x-ms-workflow-resourcegroup-name":"test-resource-group","x-ms-workflow-run-id":"08586611142736787787412824395CU21","x-ms-workflow-run-tracking-id":"b4cd2e77-f949-4d8c-8753-791407aebde8","x-ms-workflow-subscription-capacity":"Large","x-ms-workflow-subscription-id":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345","x-ms-workflow-system-id":"/locations/brazilsouth/scaleunits/prod-17/workflows/80244732be3648f59d2084fd979cdd56","x-ms-workflow-version":"08586611142904036539"},"method":"GET","uri":"http://tempuri.org"},"response":{"bodyLink":{"contentHash":{"algorithm":"md5","value":"2LOOAR8Eh2pd7AvRHXUhRg=="},"contentSize":137,"contentVersion":"2LOOAR8Eh2pd7AvRHXUhRg==","uri":"https://tempuri.org"},"headers":{"Cache-Control":"private","Date":"Thu, 25 Oct 2018 18:36:51 GMT","Location":"http://www.bing.com/","Server":"Microsoft-IIS/10.0","X-AspNet-Version":"4.0.30319","X-Powered-By":"ASP.NET"},"statusCode":302},"startTime":"2018-10-25T18:36:51.9206732Z"},"type":"Microsoft.Logic/workflows/runs/actions/requestHistories"}]}},"Get_a_repetition_request_history":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586611142736787787412824395CU21/actions/HTTP_Webhook/requestHistories/08586611142732800686","name":"08586611142732800686","properties":{"endTime":"2018-10-25T18:36:52.1863033Z","request":{"headers":{"Accept-Language":"en-US","User-Agent":"azure-logic-apps/1.0,(workflow 80244732be3648f59d2084fd979cdd56; version 08586611142904036539)","x-ms-action-tracking-id":"ad27f634-6523-492f-924e-9a75e28619c8","x-ms-client-request-id":"ad484925-4148-4dd0-9488-07aed418b256","x-ms-client-tracking-id":"08586611142736787787412824395CU21","x-ms-correlation-id":"ad484925-4148-4dd0-9488-07aed418b256","x-ms-execution-location":"brazilsouth","x-ms-tracking-id":"ad484925-4148-4dd0-9488-07aed418b256","x-ms-workflow-id":"80244732be3648f59d2084fd979cdd56","x-ms-workflow-name":"test-workflow","x-ms-workflow-operation-name":"HTTP_Webhook","x-ms-workflow-resourcegroup-name":"test-resource-group","x-ms-workflow-run-id":"08586611142736787787412824395CU21","x-ms-workflow-run-tracking-id":"b4cd2e77-f949-4d8c-8753-791407aebde8","x-ms-workflow-subscription-capacity":"Large","x-ms-workflow-subscription-id":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345","x-ms-workflow-system-id":"/locations/brazilsouth/scaleunits/prod-17/workflows/80244732be3648f59d2084fd979cdd56","x-ms-workflow-version":"08586611142904036539"},"method":"GET","uri":"http://tempuri.org"},"response":{"bodyLink":{"contentHash":{"algorithm":"md5","value":"2LOOAR8Eh2pd7AvRHXUhRg=="},"contentSize":137,"contentVersion":"2LOOAR8Eh2pd7AvRHXUhRg==","uri":"https://tempuri.org"},"headers":{"Cache-Control":"private","Date":"Thu, 25 Oct 2018 18:36:51 GMT","Location":"http://www.bing.com/","Server":"Microsoft-IIS/10.0","X-AspNet-Version":"4.0.30319","X-Powered-By":"ASP.NET"},"statusCode":302},"startTime":"2018-10-25T18:36:51.9206732Z"},"type":"Microsoft.Logic/workflows/runs/actions/requestHistories"}},"List_a_request_history":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586611142736787787412824395CU21/actions/HTTP_Webhook/requestHistories/08586611142732800686","name":"08586611142732800686","properties":{"endTime":"2018-10-25T18:36:52.1863033Z","request":{"headers":{"Accept-Language":"en-US","User-Agent":"azure-logic-apps/1.0,(workflow 80244732be3648f59d2084fd979cdd56; version 08586611142904036539)","x-ms-action-tracking-id":"ad27f634-6523-492f-924e-9a75e28619c8","x-ms-client-request-id":"ad484925-4148-4dd0-9488-07aed418b256","x-ms-client-tracking-id":"08586611142736787787412824395CU21","x-ms-correlation-id":"ad484925-4148-4dd0-9488-07aed418b256","x-ms-execution-location":"brazilsouth","x-ms-tracking-id":"ad484925-4148-4dd0-9488-07aed418b256","x-ms-workflow-id":"80244732be3648f59d2084fd979cdd56","x-ms-workflow-name":"test-workflow","x-ms-workflow-operation-name":"HTTP_Webhook","x-ms-workflow-resourcegroup-name":"test-resource-group","x-ms-workflow-run-id":"08586611142736787787412824395CU21","x-ms-workflow-run-tracking-id":"b4cd2e77-f949-4d8c-8753-791407aebde8","x-ms-workflow-subscription-capacity":"Large","x-ms-workflow-subscription-id":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345","x-ms-workflow-system-id":"/locations/brazilsouth/scaleunits/prod-17/workflows/80244732be3648f59d2084fd979cdd56","x-ms-workflow-version":"08586611142904036539"},"method":"GET","uri":"http://tempuri.org"},"response":{"bodyLink":{"contentHash":{"algorithm":"md5","value":"2LOOAR8Eh2pd7AvRHXUhRg=="},"contentSize":137,"contentVersion":"2LOOAR8Eh2pd7AvRHXUhRg==","uri":"https://tempuri.org"},"headers":{"Cache-Control":"private","Date":"Thu, 25 Oct 2018 18:36:51 GMT","Location":"http://www.bing.com/","Server":"Microsoft-IIS/10.0","X-AspNet-Version":"4.0.30319","X-Powered-By":"ASP.NET"},"statusCode":302},"startTime":"2018-10-25T18:36:51.9206732Z"},"type":"Microsoft.Logic/workflows/runs/actions/requestHistories"}]}},"Get_a_request_history":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586611142736787787412824395CU21/actions/HTTP_Webhook/requestHistories/08586611142732800686","name":"08586611142732800686","properties":{"endTime":"2018-10-25T18:36:52.1863033Z","request":{"headers":{"Accept-Language":"en-US","User-Agent":"azure-logic-apps/1.0,(workflow 80244732be3648f59d2084fd979cdd56; version 08586611142904036539)","x-ms-action-tracking-id":"ad27f634-6523-492f-924e-9a75e28619c8","x-ms-client-request-id":"ad484925-4148-4dd0-9488-07aed418b256","x-ms-client-tracking-id":"08586611142736787787412824395CU21","x-ms-correlation-id":"ad484925-4148-4dd0-9488-07aed418b256","x-ms-execution-location":"brazilsouth","x-ms-tracking-id":"ad484925-4148-4dd0-9488-07aed418b256","x-ms-workflow-id":"80244732be3648f59d2084fd979cdd56","x-ms-workflow-name":"test-workflow","x-ms-workflow-operation-name":"HTTP_Webhook","x-ms-workflow-resourcegroup-name":"test-resource-group","x-ms-workflow-run-id":"08586611142736787787412824395CU21","x-ms-workflow-run-tracking-id":"b4cd2e77-f949-4d8c-8753-791407aebde8","x-ms-workflow-subscription-capacity":"Large","x-ms-workflow-subscription-id":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345","x-ms-workflow-system-id":"/locations/brazilsouth/scaleunits/prod-17/workflows/80244732be3648f59d2084fd979cdd56","x-ms-workflow-version":"08586611142904036539"},"method":"GET","uri":"http://tempuri.org"},"response":{"bodyLink":{"contentHash":{"algorithm":"md5","value":"2LOOAR8Eh2pd7AvRHXUhRg=="},"contentSize":137,"contentVersion":"2LOOAR8Eh2pd7AvRHXUhRg==","uri":"https://tempuri.org"},"headers":{"Cache-Control":"private","Date":"Thu, 25 Oct 2018 18:36:51 GMT","Location":"http://www.bing.com/","Server":"Microsoft-IIS/10.0","X-AspNet-Version":"4.0.30319","X-Powered-By":"ASP.NET"},"statusCode":302},"startTime":"2018-10-25T18:36:51.9206732Z"},"type":"Microsoft.Logic/workflows/runs/actions/requestHistories"}},"List_the_scoped_repetitions":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testFlow/runs/08586776228332053161046300351/actions/for_each/scopeRepetitions/000000","name":"000000","properties":{"code":"NotSpecified","correlation":{"actionTrackingId":"5c0e7c24-4891-44e8-b631-8084c5531dd5","clientTrackingId":"08586775357427610445444523191"},"endTime":"2018-04-18T17:05:57.6240967Z","repetitionIndexes":[{"itemIndex":0,"scopeName":"For_each"}],"startTime":"2018-04-18T17:05:57.209588Z","status":"Succeeded"},"type":"Microsoft.Logic/workflows/runs/actions/scopeRepetitions"},{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testFlow/runs/08586776228332053161046300351/actions/for_each/scopeRepetitions/000001","name":"000001","properties":{"code":"NotSpecified","correlation":{"actionTrackingId":"1682d0bd-7189-4478-b333-fe364a80bd69","clientTrackingId":"08586775357427610445444523191"},"endTime":"2018-04-18T17:05:57.2272796Z","repetitionIndexes":[{"itemIndex":1,"scopeName":"For_each"}],"startTime":"2018-04-18T17:05:57.0686808Z","status":"Succeeded"},"type":"Microsoft.Logic/workflows/runs/actions/scopeRepetitions"}]}},"Get_a_scoped_repetition":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testFlow/runs/08586776228332053161046300351/actions/for_each/scopeRepetitions/000000","name":"000000","properties":{"code":"NotSpecified","correlation":{"actionTrackingId":"5c0e7c24-4891-44e8-b631-8084c5531dd5","clientTrackingId":"08586775357427610445444523191"},"endTime":"2018-04-18T17:05:57.6240967Z","repetitionIndexes":[{"itemIndex":0,"scopeName":"For_each"}],"startTime":"2018-04-18T17:05:57.209588Z","status":"Succeeded"},"type":"Microsoft.Logic/workflows/runs/actions/scopeRepetitions"}},"Get_a_run_operation":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testFlow/runs/08586774142730039209110422528","name":"08586774142730039209110422528","properties":{"correlation":{"clientTrackingId":"08586774142730039209110422528"},"endTime":"2018-04-20T02:50:13.7177644Z","outputs":{},"startTime":"2018-04-20T02:50:12.4741081Z","status":"Succeeded","trigger":{"code":"OK","correlation":{"clientTrackingId":"08586774142730039209110422528"},"endTime":"2018-04-20T02:50:12.460076Z","name":"Recurrence","scheduledTime":"2018-04-20T02:50:12.1412543Z","startTime":"2018-04-20T02:50:12.460076Z","status":"Succeeded"},"waitEndTime":"2018-04-20T02:50:12.4741081Z","workflow":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testFlow/versions/08586993867806980512","name":"08586993867806980512","type":"Microsoft.Logic/workflows/versions"}},"type":"Microsoft.Logic/workflows/runs"}},"List_workflow_triggers":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/triggers/manual","name":"manual","properties":{"changedTime":"2018-08-10T18:47:49.5288666Z","createdTime":"2018-08-10T17:32:30.2496336Z","provisioningState":"Succeeded","state":"Enabled","workflow":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/versions/08586676800160476478","name":"08586676800160476478","type":"Microsoft.Logic/workflows/versions"}},"type":"Microsoft.Logic/workflows/triggers"}]}},"Get_a_workflow_trigger":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/triggers/manual","name":"manual","properties":{"changedTime":"2018-08-10T18:47:49.5288666Z","createdTime":"2018-08-10T17:32:30.2496336Z","provisioningState":"Succeeded","state":"Enabled","workflow":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/versions/08586676800160476478","name":"08586676800160476478","type":"Microsoft.Logic/workflows/versions"}},"type":"Microsoft.Logic/workflows/triggers"}},"List_a_workflow_trigger_history":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testWorkflowName/triggers/testTriggerName/histories/08586676746934337772206998657CU22","name":"08586676746934337772206998657CU22","properties":{"code":"OK","correlation":{"clientTrackingId":"08586676746934337772206998657CU22"},"endTime":"2018-08-10T20:16:32.2987996Z","fired":true,"run":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testWorkflowName/runs/08586676746934337772206998657CU22","name":"08586676746934337772206998657CU22","type":"Microsoft.Logic/workflows/runs"},"scheduledTime":"2018-08-10T20:16:31.6344174Z","startTime":"2018-08-10T20:16:32.0387927Z","status":"Succeeded"},"type":"Microsoft.Logic/workflows/triggers/histories"}]}},"Get_a_workflow_trigger_history":{"value":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testWorkflowName/triggers/testTriggerName/histories/08586676746934337772206998657CU22","name":"08586676746934337772206998657CU22","properties":{"code":"OK","correlation":{"clientTrackingId":"08586676746934337772206998657CU22"},"endTime":"2018-08-10T20:16:32.2987996Z","fired":true,"run":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testWorkflowName/runs/08586676746934337772206998657CU22","name":"08586676746934337772206998657CU22","type":"Microsoft.Logic/workflows/runs"},"scheduledTime":"2018-08-10T20:16:31.6344174Z","startTime":"2018-08-10T20:16:32.0387927Z","status":"Succeeded"},"type":"Microsoft.Logic/workflows/triggers/histories"}}},"Get_the_callback_URL_for_a_trigger":{"value":{"basePath":"http://test-host:100/workflows/fb9c8d79b15f41ce9b12861862f43546/versions/08587100027316071865/triggers/manualTrigger/paths/invoke","method":"POST","queries":{"api-version":"2018-07-01-preview","sig":"IxEQ_ygZf6WNEQCbjV0Vs6p6Y4DyNEJVAa86U5B4xhk","sp":"/versions/08587100027316071865/triggers/manualTrigger/run","sv":"1.0"},"value":"http://test-host:100/workflows/fb9c8d79b15f41ce9b12861862f43546/versions/08587100027316071865/triggers/manualTrigger/paths/invoke?api-version=2015-08-01-preview&sp=%2Fversions%2F08587100027316071865%2Ftriggers%2FmanualTrigger%2Frun&sv=1.0&sig=IxEQ_ygZf6WNEQCbjV0Vs6p6Y4DyNEJVAa86U5B4xhk"}},"Get_trigger_schema":{"value":{"content":"JsonContent","title":"JsonTitle"}},"List_a_workflows_versions":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow","location":"brazilsouth","name":"test-workflow","properties":{"accessEndpoint":"http://tempuri.org","changedTime":"2018-08-09T22:54:54.3533634Z","createdTime":"2018-04-25T01:39:21.4365247Z","definition":{"$schema":"https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#","actions":{},"contentVersion":"1.0.0.0","outputs":{},"parameters":{},"triggers":{}},"endpointsConfiguration":{"connector":{"outgoingIpAddresses":[{"address":"40.84.145.61"}]},"workflow":{"accessEndpointIpAddresses":[{"address":"104.210.153.89"},{"address":"13.85.79.155"},{"address":"13.65.39.247"}],"outgoingIpAddresses":[{"address":"13.84.159.168"},{"address":"13.65.86.56"},{"address":"13.65.82.190"}]}},"integrationAccount":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/integrationAccounts/test-integration-account","name":"test-integration-account","type":"Microsoft.Logic/integrationAccounts"},"parameters":{},"provisioningState":"Succeeded","state":"Enabled","version":"08586677515911718341"},"tags":{},"type":"Microsoft.Logic/workflows"}]}},"Get_a_workflow_version":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow","location":"brazilsouth","name":"test-workflow","properties":{"accessEndpoint":"http://tempuri.org","changedTime":"2018-08-09T22:54:54.3533634Z","createdTime":"2018-04-25T01:39:21.4365247Z","definition":{"$schema":"https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#","actions":{},"contentVersion":"1.0.0.0","outputs":{},"parameters":{},"triggers":{}},"endpointsConfiguration":{"connector":{"outgoingIpAddresses":[{"address":"40.84.145.61"}]},"workflow":{"accessEndpointIpAddresses":[{"address":"104.210.153.89"},{"address":"13.85.79.155"},{"address":"13.65.39.247"}],"outgoingIpAddresses":[{"address":"13.84.159.168"},{"address":"13.65.86.56"},{"address":"13.65.82.190"}]}},"integrationAccount":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/integrationAccounts/test-integration-account","name":"test-integration-account","type":"Microsoft.Logic/integrationAccounts"},"parameters":{},"provisioningState":"Succeeded","state":"Enabled","version":"08586677515911718341"},"tags":{},"type":"Microsoft.Logic/workflows"}},"Get_the_callback_url_for_a_trigger_of_a_workflow_version":{"value":{"basePath":"http://test-host:100/workflows/fb9c8d79b15f41ce9b12861862f43546/versions/08587100027316071865/triggers/manualTrigger/paths/invoke","method":"POST","queries":{"api-version":"2015-08-01-preview","sig":"IxEQ_ygZf6WNEQCbjV0Vs6p6Y4DyNEJVAa86U5B4xhk","sp":"/versions/08587100027316071865/triggers/manualTrigger/run","sv":"1.0"},"value":"http://test-host:100/workflows/fb9c8d79b15f41ce9b12861862f43546/versions/08587100027316071865/triggers/manualTrigger/paths/invoke?api-version=2015-08-01-preview&sp=%2Fversions%2F08587100027316071865%2Ftriggers%2FmanualTrigger%2Frun&sv=1.0&sig=IxEQ_ygZf6WNEQCbjV0Vs6p6Y4DyNEJVAa86U5B4xhk"}},"List_integration_service_environments_by_resource_group_name":{"value":{"value":[{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/ISE-ILB-NU","location":"northeurope","name":"ISE-ILB-NU","properties":{"endpointsConfiguration":{"connector":{"outgoingIpAddresses":[{"address":"40.127.188.117"},{"address":"40.85.114.29"},{"address":"10.43.2.0/24"},{"address":"10.43.3.0/24"}]},"workflow":{"accessEndpointIpAddresses":[{"address":"10.43.1.6"}],"outgoingIpAddresses":[{"address":"40.69.195.162"},{"address":"10.43.1.0/24"}]}},"integrationServiceEnvironmentId":"13b261d30b984753869902d7f47f4d55","networkConfiguration":{"accessEndpoint":{"type":"Internal"},"subnets":[{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-NorthEurope/subnets/s1","name":"VNET-ILB-NorthEurope/s1","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-NorthEurope/subnets/s2","name":"VNET-ILB-NorthEurope/s2","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-NorthEurope/subnets/s3","name":"VNET-ILB-NorthEurope/s3","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-NorthEurope/subnets/s4","name":"VNET-ILB-NorthEurope/s4","type":"Microsoft.Network/virtualNetworks/subnets"}]},"provisioningState":"Succeeded","state":"Enabled"},"sku":{"capacity":0,"name":"Developer"},"type":"Microsoft.Logic/integrationServiceEnvironments"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/ISE-ILB-WCentralUS","location":"westcentralus","name":"ISE-ILB-WCentralUS","properties":{"endpointsConfiguration":{"connector":{"outgoingIpAddresses":[{"address":"13.78.134.201"},{"address":"13.77.206.166"},{"address":"10.42.2.0/24"},{"address":"10.42.3.0/24"}]},"workflow":{"accessEndpointIpAddresses":[{"address":"10.42.1.5"}],"outgoingIpAddresses":[{"address":"13.78.237.166"},{"address":"10.42.1.0/24"}]}},"integrationServiceEnvironmentId":"08bdba07c6b34ad6a263fc0152ff1735","networkConfiguration":{"accessEndpoint":{"type":"Internal"},"subnets":[{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-WCentralUS/subnets/s1","name":"VNET-ILB-WCentralUS/s1","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-WCentralUS/subnets/s2","name":"VNET-ILB-WCentralUS/s2","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-WCentralUS/subnets/s3","name":"VNET-ILB-WCentralUS/s3","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-WCentralUS/subnets/s4","name":"VNET-ILB-WCentralUS/s4","type":"Microsoft.Network/virtualNetworks/subnets"}]},"provisioningState":"Succeeded","state":"Enabled"},"sku":{"capacity":0,"name":"Developer"},"type":"Microsoft.Logic/integrationServiceEnvironments"}]}},"Get_integration_service_environment_by_name":{"value":{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment","location":"northeurope","name":"testIntegrationServiceEnvironment","properties":{"endpointsConfiguration":{"connector":{"outgoingIpAddresses":[{"address":"40.127.188.117"},{"address":"40.85.114.29"},{"address":"10.43.2.0/24"},{"address":"10.43.3.0/24"}]},"workflow":{"accessEndpointIpAddresses":[{"address":"10.43.1.6"}],"outgoingIpAddresses":[{"address":"40.69.195.162"},{"address":"10.43.1.0/24"}]}},"integrationServiceEnvironmentId":"13b261d30b984753869902d7f47f4d55","networkConfiguration":{"accessEndpoint":{"type":"Internal"},"subnets":[{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-NorthEurope/subnets/s1","name":"VNET-ILB-NorthEurope/s1","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-NorthEurope/subnets/s2","name":"VNET-ILB-NorthEurope/s2","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-NorthEurope/subnets/s3","name":"VNET-ILB-NorthEurope/s3","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-NorthEurope/subnets/s4","name":"VNET-ILB-NorthEurope/s4","type":"Microsoft.Network/virtualNetworks/subnets"}]},"provisioningState":"Succeeded","state":"Enabled"},"sku":{"capacity":0,"name":"Developer"},"type":"Microsoft.Logic/integrationServiceEnvironments"}},"Patch_an_integration_service_environment":{"value":{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment","location":"northeurope","name":"testIntegrationServiceEnvironment","properties":{"endpointsConfiguration":{"connector":{"outgoingIpAddresses":[{"address":"40.127.188.117"},{"address":"40.85.114.29"},{"address":"10.43.2.0/24"},{"address":"10.43.3.0/24"}]},"workflow":{"accessEndpointIpAddresses":[{"address":"10.43.1.6"}],"outgoingIpAddresses":[{"address":"40.69.195.162"},{"address":"10.43.1.0/24"}]}},"integrationServiceEnvironmentId":"13b261d30b984753869902d7f47f4d55","networkConfiguration":{"accessEndpoint":{"type":"Internal"},"subnets":[{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-NorthEurope/subnets/s1","name":"VNET-ILB-NorthEurope/s1","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-NorthEurope/subnets/s2","name":"VNET-ILB-NorthEurope/s2","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-NorthEurope/subnets/s3","name":"VNET-ILB-NorthEurope/s3","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/VNET-ILB-NorthEurope/subnets/s4","name":"VNET-ILB-NorthEurope/s4","type":"Microsoft.Network/virtualNetworks/subnets"}]},"provisioningState":"InProgress","state":"Enabled"},"sku":{"capacity":0,"name":"Developer"},"type":"Microsoft.Logic/integrationServiceEnvironments"}},"Create_or_update_an_integration_service_environment":{"value":{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment","location":"northeurope","name":"testIntegrationServiceEnvironment","properties":{"endpointsConfiguration":{"connector":{"outgoingIpAddresses":[{"address":"40.127.188.117"},{"address":"40.85.114.29"},{"address":"10.43.2.0/24"},{"address":"10.43.3.0/24"}]},"workflow":{"accessEndpointIpAddresses":[{"address":"10.43.1.6"}],"outgoingIpAddresses":[{"address":"40.69.195.162"},{"address":"10.43.1.0/24"}]}},"integrationServiceEnvironmentId":"13b261d30b984753869902d7f47f4d55","networkConfiguration":{"accessEndpoint":{"type":"Internal"},"subnets":[{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/testVNET/subnets/s1","name":"testVNET/s1","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/testVNET/subnets/s2","name":"testVNET/s2","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/testVNET/subnets/s3","name":"testVNET/s3","type":"Microsoft.Network/virtualNetworks/subnets"},{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Network/virtualNetworks/testVNET/subnets/s4","name":"testVNET/s4","type":"Microsoft.Network/virtualNetworks/subnets"}]},"provisioningState":"InProgress","state":"Enabled"},"sku":{"capacity":0,"name":"Developer"},"type":"Microsoft.Logic/integrationServiceEnvironments"}},"Gets_the_integration_service_environment_network_health":{"value":{"LA1":{"networkDependencyHealthState":"Healthy","outboundNetworkDependencies":[{"category":"AzureStorage","displayName":"Azure Storage","endpoints":[{"accessibility":"Available","domainName":"www.table.core.windows.net","ports":["80","443"]},{"accessibility":"Available","domainName":"www.blob.core.windows.net","ports":["80","443"]},{"accessibility":"Available","domainName":"www.queue.core.windows.net","ports":["80","443"]}]},{"category":"AzureActiveDirectory","displayName":"Azure Active Directory","endpoints":[{"accessibility":"Available","domainName":"graph.windows.net","ports":["80","443"]}]},{"category":"SSLCertificateVerification","displayName":"SSL Certificate Verification","endpoints":[{"accessibility":"Available","domainName":"ocsp.msocsp.com","ports":["80","443"]},{"accessibility":"Available","domainName":"mscrl.microsoft.com","ports":["80","443"]},{"accessibility":"Available","domainName":"crl.microsoft.com","ports":["80","443"]},{"accessibility":"Available","domainName":"www.microsoft.com","ports":["80","443"]},{"accessibility":"Available","domainName":"crl3.digicert.com","ports":["80","443"]},{"accessibility":"Available","domainName":"ocsp.digicert.com","ports":["80","443"]},{"accessibility":"Available","domainName":"cacerts.digicert.com","ports":["80","443"]},{"accessibility":"Available","domainName":"www.thawte.com","ports":["80","443"]}]},{"category":"DiagnosticLogsAndMetrics","displayName":"Diagnostic Logs And Metrics","endpoints":[{"accessibility":"Available","domainName":"az-prod.metrics.nsatc.net","ports":["443"]}]},{"category":"IntegrationServiceEnvironmentConnectors","displayName":"Integration Service Environment Connectors","endpoints":[{"accessibility":"Available","domainName":"flow-yticlpbiumhig-cqsn-apim-runtime.brazilus.environments.microsoftazurelogicapps.net","ports":["443"]}]},{"category":"RedisCache","displayName":"Redis Cache","endpoints":[{"accessibility":"Available","domainName":"flowyticlpbiumhigcqsn.redis.cache.windows.net","ports":["6380"]}]}],"outboundNetworkHealth":{"state":"Healthy"}},"LA2":{"networkDependencyHealthState":"Healthy","outboundNetworkDependencies":[{"category":"AzureStorage","displayName":"Azure Storage","endpoints":[{"accessibility":"Available","domainName":"blob.core.windows.net","ports":["80","443"]},{"accessibility":"Available","domainName":"queue.core.windows.net","ports":["80","443"]},{"accessibility":"Available","domainName":"table.core.windows.net","ports":["80","443"]},{"accessibility":"Available","domainName":"file.core.windows.net","ports":["80","443"]}]},{"category":"SQL","displayName":"Azure SQL Database","endpoints":[{"accessibility":"Available","domainName":"database.windows.net","ports":["1433"]}]},{"category":"AzureManagement","displayName":"Azure Management","endpoints":[{"accessibility":"Available","domainName":"management.core.windows.net","ports":["443"]},{"accessibility":"Available","domainName":"admin.core.windows.net","ports":["443"]},{"accessibility":"Available","domainName":"management.azure.com","ports":["443"]}]},{"category":"AzureActiveDirectory","displayName":"Azure Active Directory","endpoints":[{"accessibility":"Available","domainName":"graph.windows.net","ports":["443"]}]},{"category":"RegionalService","displayName":"Regional Service","endpoints":[{"accessibility":"Available","domainName":"gr-prod-sn1.cloudapp.net","ports":["443"]},{"accessibility":"Available","domainName":"az-prod.metrics.nsatc.net","ports":["443"]}]},{"category":"SSLCertificateVerification","displayName":"SSL Certificate Verification","endpoints":[{"accessibility":"Available","domainName":"ocsp.msocsp.com","ports":["80","443"]},{"accessibility":"Available","domainName":"mscrl.microsoft.com","ports":["80","443"]},{"accessibility":"Available","domainName":"crl.microsoft.com","ports":["80","443"]},{"accessibility":"Available","domainName":"www.microsoft.com","ports":["80","443"]},{"accessibility":"Available","domainName":"crl3.digicert.com","ports":["80","443"]},{"accessibility":"Available","domainName":"ocsp.digicert.com","ports":["80","443"]},{"accessibility":"Available","domainName":"cacerts.digicert.com","ports":["80","443"]},{"accessibility":"Available","domainName":"www.thawte.com","ports":["80","443"]}]}],"outboundNetworkHealth":{"state":"Healthy"}},"LA3":{"networkDependencyHealthState":"Healthy","outboundNetworkDependencies":[{"category":"RecoveryService","displayName":"Recovery Service","endpoints":[{"accessibility":"Available","domainName":"https://prod3.metrics.nsatc.net:1886/RecoveryService","ports":["1886"]}]},{"category":"SQL","displayName":"SQL","endpoints":[{"accessibility":"Available","domainName":"jnb6zdnqth.database.windows.net","ports":["1443"]}]},{"category":"DiagnosticLogsAndMetrics","displayName":"Diagnostic Logs And Metrics","endpoints":[{"accessibility":"Available","domainName":"prod.warmpath.msftcloudes.com","ports":["443"]}]},{"category":"AzureStorage","displayName":"Azure Storage","endpoints":[{"accessibility":"Available","domainName":"apimgmtstcfpq5vx3sh9wdme.blob.core.windows.net","ports":["443"]},{"accessibility":"Available","domainName":"apimgmtstcfpq5vx3sh9wdme.file.core.windows.net","ports":["445"]},{"accessibility":"Available","domainName":"apimgmtstcfpq5vx3sh9wdme.queue.core.windows.net","ports":["443"]},{"accessibility":"Available","domainName":"apimgmtstcfpq5vx3sh9wdme.table.core.windows.net","ports":["443"]}]}],"outboundNetworkHealth":{"state":"Healthy"}},"LA4":{"networkDependencyHealthState":"Healthy"}}},"Gets_the_integration_service_environment_managed_Apis":{"value":{"value":[{"id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus/apiOperations/SendMessage","location":"brazilsouth","name":"SendMessage","properties":{"annotation":{"family":"SendMessage","revision":1,"status":"Production"},"api":{"brandColor":"#c4d5ff","category":"Standard","description":"Connect to Azure Service Bus to send and receive messages. You can perform actions such as send to queue, send to topic, receive from queue, receive from subscription, etc.","displayName":"Service Bus","iconUri":"https://powerappsconnectorsdf.blob.core.windows.net/officialicons/servicebus/icon_1.0.1216.1605.png","id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus","integrationServiceEnvironment":{"id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment","name":"testIntegrationServiceEnvironment","type":"Microsoft.Logic/integrationServiceEnvironments"},"type":"Microsoft.Logic/integrationServiceEnvironments/managedApis"},"description":"This operation sends a message to a queue or topic.","isNotification":false,"isWebhook":false,"pageable":false,"summary":"Send message","visibility":"important"}},{"id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus/apiOperations/SendMessages","location":"brazilsouth","name":"SendMessages","properties":{"annotation":{"family":"SendMessages","revision":1,"status":"Production"},"api":{"brandColor":"#c4d5ff","category":"Standard","description":"Connect to Azure Service Bus to send and receive messages. You can perform actions such as send to queue, send to topic, receive from queue, receive from subscription, etc.","displayName":"Service Bus","iconUri":"https://powerappsconnectorsdf.blob.core.windows.net/officialicons/servicebus/icon_1.0.1216.1605.png","id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus","integrationServiceEnvironment":{"id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment","name":"testIntegrationServiceEnvironment","type":"Microsoft.Logic/integrationServiceEnvironments"},"type":"Microsoft.Logic/integrationServiceEnvironments/managedApis"},"description":"This operation sends one or more messages to a queue or topic.","isNotification":false,"isWebhook":false,"pageable":false,"summary":"Send one or more messages","visibility":"important"}},{"id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus/apiOperations/GetMessageFromQueue","location":"brazilsouth","name":"GetMessageFromQueue","properties":{"annotation":{"family":"GetMessageFromQueue","revision":1,"status":"Production"},"api":{"brandColor":"#c4d5ff","category":"Standard","description":"Connect to Azure Service Bus to send and receive messages. You can perform actions such as send to queue, send to topic, receive from queue, receive from subscription, etc.","displayName":"Service Bus","iconUri":"https://powerappsconnectorsdf.blob.core.windows.net/officialicons/servicebus/icon_1.0.1216.1605.png","id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus","integrationServiceEnvironment":{"id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment","name":"testIntegrationServiceEnvironment","type":"Microsoft.Logic/integrationServiceEnvironments"},"type":"Microsoft.Logic/integrationServiceEnvironments/managedApis"},"description":"This operation triggers a flow when a message is received in a queue and auto completes the message.","isNotification":false,"isWebhook":false,"pageable":false,"summary":"When a message is received in a queue (auto-complete)","trigger":"single","visibility":"important"}},{"id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus/apiOperations/GetNewMessageFromQueueWithPeekLock","location":"brazilsouth","name":"GetNewMessageFromQueueWithPeekLock","properties":{"annotation":{"family":"GetNewMessageFromQueueWithPeekLock","revision":1,"status":"Production"},"api":{"brandColor":"#c4d5ff","category":"Standard","description":"Connect to Azure Service Bus to send and receive messages. You can perform actions such as send to queue, send to topic, receive from queue, receive from subscription, etc.","displayName":"Service Bus","iconUri":"https://powerappsconnectorsdf.blob.core.windows.net/officialicons/servicebus/icon_1.0.1216.1605.png","id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus","integrationServiceEnvironment":{"id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment","name":"testIntegrationServiceEnvironment","type":"Microsoft.Logic/integrationServiceEnvironments"},"type":"Microsoft.Logic/integrationServiceEnvironments/managedApis"},"description":"The operation triggers a flow when a message received in a queue with peek-lock mode.","isNotification":false,"isWebhook":false,"pageable":false,"summary":"When a message is received in a queue (peek-lock)","trigger":"single","visibility":"important"}},{"id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus/apiOperations/GetMessageFromTopic","location":"brazilsouth","name":"GetMessageFromTopic","properties":{"annotation":{"family":"GetMessageFromTopic","revision":1,"status":"Production"},"api":{"brandColor":"#c4d5ff","category":"Standard","description":"Connect to Azure Service Bus to send and receive messages. You can perform actions such as send to queue, send to topic, receive from queue, receive from subscription, etc.","displayName":"Service Bus","iconUri":"https://powerappsconnectorsdf.blob.core.windows.net/officialicons/servicebus/icon_1.0.1216.1605.png","id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus","integrationServiceEnvironment":{"id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment","name":"testIntegrationServiceEnvironment","type":"Microsoft.Logic/integrationServiceEnvironments"},"type":"Microsoft.Logic/integrationServiceEnvironments/managedApis"},"description":"This operation triggers a flow when a message is received in a topic subscription and auto completes the message.","isNotification":false,"isWebhook":false,"pageable":false,"summary":"When a message is received in a topic subscription (auto-complete)","trigger":"single","visibility":"important"}},{"id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus/apiOperations/GetNewMessageFromTopicWithPeekLock","location":"brazilsouth","name":"GetNewMessageFromTopicWithPeekLock","properties":{"annotation":{"family":"GetNewMessageFromTopicWithPeekLock","revision":1,"status":"Production"},"api":{"brandColor":"#c4d5ff","category":"Standard","description":"Connect to Azure Service Bus to send and receive messages. You can perform actions such as send to queue, send to topic, receive from queue, receive from subscription, etc.","displayName":"Service Bus","iconUri":"https://powerappsconnectorsdf.blob.core.windows.net/officialicons/servicebus/icon_1.0.1216.1605.png","id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus","integrationServiceEnvironment":{"id":"/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment","name":"testIntegrationServiceEnvironment","type":"Microsoft.Logic/integrationServiceEnvironments"},"type":"Microsoft.Logic/integrationServiceEnvironments/managedApis"},"description":"The operation triggers a flow when a message received in a topic subscription with peek-lock mode.","isNotification":false,"isWebhook":false,"pageable":false,"summary":"When a message is received in a topic subscription (peek-lock)","trigger":"single","visibility":"important"}}]}},"List_integration_service_environment_skus":{"value":{"value":[{"capacity":{"default":0,"maximum":10,"minimum":0,"scaleType":"Automatic"},"resourceType":"Microsoft.Logic/integrationServiceEnvironments","sku":{"name":"Premium"}},{"capacity":{"default":0,"maximum":0,"minimum":0,"scaleType":"None"},"resourceType":"Microsoft.Logic/integrationServiceEnvironments","sku":{"name":"Developer"}}]}}},"parameters":{"api-version":{"description":"The API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"List Microsoft.Logic operations":{"value":"2019-05-01"},"List integration accounts by subscription":{"value":"2019-05-01"},"List integration service environments by subscription":{"value":"2019-05-01"},"List all workflows in a subscription":{"value":"2019-05-01"},"List integration accounts by resource group name":{"value":"2019-05-01"},"Delete an integration account":{"value":"2019-05-01"},"Get integration account by name":{"value":"2019-05-01"},"Patch an integration account":{"value":"2019-05-01"},"Create or update an integration account":{"value":"2019-05-01"},"Get agreements by integration account name":{"value":"2019-05-01"},"Delete an agreement":{"value":"2019-05-01"},"Get agreement by name":{"value":"2019-05-01"},"Create or update an agreement":{"value":"2019-05-01"},"Get the content callback url":{"value":"2019-05-01"},"List integration account assemblies":{"value":"2019-05-01"},"Delete an integration account assembly":{"value":"2019-05-01"},"Get an integration account assembly":{"value":"2019-05-01"},"Create or update an account assembly":{"value":"2019-05-01"},"Get the callback url for an integration account assembly":{"value":"2019-05-01"},"List batch configurations":{"value":"2019-05-01"},"Delete a batch configuration":{"value":"2019-05-01"},"Get a batch configuration":{"value":"2019-05-01"},"Create or update a batch configuration":{"value":"2019-05-01"},"Get certificates by integration account name":{"value":"2019-05-01"},"Delete a certificate":{"value":"2019-05-01"},"Get certificate by name":{"value":"2019-05-01"},"Create or update a certificate":{"value":"2019-05-01"},"List IntegrationAccount callback URL":{"value":"2019-05-01"},"Get Integration Account callback URL":{"value":"2019-05-01"},"Log a tracked event":{"value":"2019-05-01"},"Get maps by integration account name":{"value":"2019-05-01"},"Delete a map":{"value":"2019-05-01"},"Get map by name":{"value":"2019-05-01"},"Create or update a map":{"value":"2019-05-01"},"Get partners by integration account name":{"value":"2019-05-01"},"Delete a partner":{"value":"2019-05-01"},"Get partner by name":{"value":"2019-05-01"},"Create or update a partner":{"value":"2019-05-01"},"Regenerate access key":{"value":"2019-05-01"},"Get schemas by integration account name":{"value":"2019-05-01"},"Delete a schema by name":{"value":"2019-05-01"},"Get schema by name":{"value":"2019-05-01"},"Create or update schema":{"value":"2019-05-01"},"Get a list of integration account sessions":{"value":"2019-05-01"},"Delete an integration account session":{"value":"2019-05-01"},"Get an integration account session":{"value":"2019-05-01"},"Create or update an integration account session":{"value":"2019-05-01"},"Validate a workflow":{"value":"2019-05-01"},"List all workflows in a resource group":{"value":"2019-05-01"},"Delete a workflow":{"value":"2019-05-01"},"Get a workflow":{"value":"2019-05-01"},"Patch a workflow":{"value":"2019-05-01"},"Create or update a workflow":{"value":"2019-05-01"},"Disable a workflow":{"value":"2019-05-01"},"Enable a workflow":{"value":"2019-05-01"},"Generate an upgraded definition":{"value":"2019-05-01"},"Get callback url":{"value":"2019-05-01"},"Get the swagger for a workflow":{"value":"2019-05-01"},"Move a workflow":{"value":"2019-05-01"},"Regenerate the callback URL access key for request triggers":{"value":"2019-05-01"},"List workflow runs":{"value":"2019-05-01"},"Get a run for a workflow":{"value":"2019-05-01"},"List a workflow run actions":{"value":"2019-05-01"},"Get a workflow run action":{"value":"2019-05-01"},"List expression traces":{"value":"2019-05-01"},"List repetitions":{"value":"2019-05-01"},"Get a repetition":{"value":"2019-05-01"},"List expression traces for a repetition":{"value":"2019-05-01"},"List repetition request history":{"value":"2019-05-01"},"Get a repetition request history":{"value":"2019-05-01"},"List a request history":{"value":"2019-05-01"},"Get a request history":{"value":"2019-05-01"},"List the scoped repetitions":{"value":"2019-05-01"},"Get a scoped repetition":{"value":"2019-05-01"},"Cancel a workflow run":{"value":"2019-05-01"},"Get a run operation":{"value":"2019-05-01"},"List workflow triggers":{"value":"2019-05-01"},"Get a workflow trigger":{"value":"2019-05-01"},"List a workflow trigger history":{"value":"2019-05-01"},"Get a workflow trigger history":{"value":"2019-05-01"},"Resubmit a workflow run based on the trigger history":{"value":"2019-05-01"},"Get the callback URL for a trigger":{"value":"2019-05-01"},"Reset trigger":{"value":"2019-05-01"},"Run a workflow trigger":{"value":"2019-05-01"},"Get trigger schema":{"value":"2019-05-01"},"Set trigger state":{"value":"2019-05-01"},"List a workflows versions":{"value":"2019-05-01"},"Get a workflow version":{"value":"2019-05-01"},"Get the callback url for a trigger of a workflow version":{"value":"2019-05-01"},"List integration service environments by resource group name":{"value":"2019-05-01"},"Get integration service environment by name":{"value":"2019-05-01"},"Patch an integration service environment":{"value":"2019-05-01"},"Create or update an integration service environment":{"value":"2019-05-01"},"Gets the integration service environment network health":{"value":"2019-05-01"},"Gets the integration service environment managed Apis":{"value":"2019-05-01"},"Deletes the integration service environment managed Apis":{"value":"2019-05-01"},"Restarts an integration service environment":{"value":"2019-05-01"},"List integration service environment skus":{"value":"2019-05-01"}}},"subscriptionId":{"description":"The subscription id.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"List integration accounts by subscription":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List integration service environments by subscription":{"value":"f34b22a3-2202-4fb1-b040-1332bd928c84"},"List all workflows in a subscription":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List integration accounts by resource group name":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Delete an integration account":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get integration account by name":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Patch an integration account":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Create or update an integration account":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get agreements by integration account name":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Delete an agreement":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get agreement by name":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Create or update an agreement":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get the content callback url":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List integration account assemblies":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Delete an integration account assembly":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get an integration account assembly":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Create or update an account assembly":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get the callback url for an integration account assembly":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List batch configurations":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Delete a batch configuration":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get a batch configuration":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Create or update a batch configuration":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get certificates by integration account name":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Delete a certificate":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get certificate by name":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Create or update a certificate":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List IntegrationAccount callback URL":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get Integration Account callback URL":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Log a tracked event":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get maps by integration account name":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Delete a map":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get map by name":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Create or update a map":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get partners by integration account name":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Delete a partner":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get partner by name":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Create or update a partner":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Regenerate access key":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get schemas by integration account name":{"value":"<subscriptionId>"},"Delete a schema by name":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get schema by name":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Create or update schema":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get a list of integration account sessions":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Delete an integration account session":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get an integration account session":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Create or update an integration account session":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Validate a workflow":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List all workflows in a resource group":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Delete a workflow":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get a workflow":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Patch a workflow":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Create or update a workflow":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Disable a workflow":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Enable a workflow":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Generate an upgraded definition":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get callback url":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get the swagger for a workflow":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Move a workflow":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Regenerate the callback URL access key for request triggers":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List workflow runs":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get a run for a workflow":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List a workflow run actions":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get a workflow run action":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List expression traces":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List repetitions":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get a repetition":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List expression traces for a repetition":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List repetition request history":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get a repetition request history":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List a request history":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get a request history":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List the scoped repetitions":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get a scoped repetition":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Cancel a workflow run":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get a run operation":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List workflow triggers":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get a workflow trigger":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List a workflow trigger history":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get a workflow trigger history":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Resubmit a workflow run based on the trigger history":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get the callback URL for a trigger":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Reset trigger":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Run a workflow trigger":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get trigger schema":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Set trigger state":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List a workflows versions":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get a workflow version":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get the callback url for a trigger of a workflow version":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List integration service environments by resource group name":{"value":"f34b22a3-2202-4fb1-b040-1332bd928c84"},"Get integration service environment by name":{"value":"f34b22a3-2202-4fb1-b040-1332bd928c84"},"Patch an integration service environment":{"value":"f34b22a3-2202-4fb1-b040-1332bd928c84"},"Create or update an integration service environment":{"value":"f34b22a3-2202-4fb1-b040-1332bd928c84"},"Gets the integration service environment network health":{"value":"f34b22a3-2202-4fb1-b040-1332bd928c84"},"Gets the integration service environment managed Apis":{"value":"80d4fe69-c95b-4dd2-a938-9250f1c8ab03"},"Deletes the integration service environment managed Apis":{"value":"f34b22a3-2202-4fb1-b040-1332bd928c84"},"Restarts an integration service environment":{"value":"f34b22a3-2202-4fb1-b040-1332bd928c84"},"List integration service environment skus":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"}}}},"requestBodies":{"IntegrationServiceEnvironment":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationServiceEnvironment"}}},"description":"The integration service environment.","required":true},"RegenerateActionParameter":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegenerateActionParameter"}}},"description":"The access key type.","required":true},"GetCallbackUrlParameters":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetCallbackUrlParameters"}}},"required":true},"IntegrationAccount":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationAccount"}}},"description":"The integration account.","required":true},"Workflow":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workflow"}}},"description":"The workflow.","required":true}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow.","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate your user account"}}}}},"schemas":{"AS2AcknowledgementConnectionSettings":{"description":"The AS2 agreement acknowledgement connection settings.","properties":{"ignoreCertificateNameMismatch":{"description":"Indicates whether to ignore mismatch in certificate name.","type":"boolean"},"keepHttpConnectionAlive":{"description":"Indicates whether to keep the connection alive.","type":"boolean"},"supportHttpStatusCodeContinue":{"description":"Indicates whether to support HTTP status code 'CONTINUE'.","type":"boolean"},"unfoldHttpHeaders":{"description":"Indicates whether to unfold the HTTP headers.","type":"boolean"}},"required":["ignoreCertificateNameMismatch","supportHttpStatusCodeContinue","keepHttpConnectionAlive","unfoldHttpHeaders"],"type":"object"},"AS2AgreementContent":{"description":"The integration account AS2 agreement content.","properties":{"receiveAgreement":{"$ref":"#/components/schemas/AS2OneWayAgreement"},"sendAgreement":{"$ref":"#/components/schemas/AS2OneWayAgreement"}},"required":["receiveAgreement","sendAgreement"],"type":"object"},"AS2EnvelopeSettings":{"description":"The AS2 agreement envelope settings.","properties":{"autogenerateFileName":{"description":"The value indicating whether to auto generate file name.","type":"boolean"},"fileNameTemplate":{"description":"The template for file name.","type":"string"},"messageContentType":{"description":"The message content type.","type":"string"},"suspendMessageOnFileNameGenerationError":{"description":"The value indicating whether to suspend message on file name generation error.","type":"boolean"},"transmitFileNameInMimeHeader":{"description":"The value indicating whether to transmit file name in mime header.","type":"boolean"}},"required":["messageContentType","transmitFileNameInMimeHeader","fileNameTemplate","suspendMessageOnFileNameGenerationError","autogenerateFileName"],"type":"object"},"AS2ErrorSettings":{"description":"The AS2 agreement error settings.","properties":{"resendIfMDNNotReceived":{"description":"The value indicating whether to resend message If MDN is not received.","type":"boolean"},"suspendDuplicateMessage":{"description":"The value indicating whether to suspend duplicate message.","type":"boolean"}},"required":["suspendDuplicateMessage","resendIfMDNNotReceived"],"type":"object"},"AS2MdnSettings":{"description":"The AS2 agreement mdn settings.","properties":{"dispositionNotificationTo":{"description":"The disposition notification to header value.","type":"string"},"mdnText":{"description":"The MDN text.","type":"string"},"micHashingAlgorithm":{"$ref":"#/components/schemas/HashingAlgorithm"},"needMDN":{"description":"The value indicating whether to send or request a MDN.","type":"boolean"},"receiptDeliveryUrl":{"description":"The receipt delivery URL.","type":"string"},"sendInboundMDNToMessageBox":{"description":"The value indicating whether to send inbound MDN to message box.","type":"boolean"},"sendMDNAsynchronously":{"description":"The value indicating whether to send the asynchronous MDN.","type":"boolean"},"signMDN":{"description":"The value indicating whether the MDN needs to be signed or not.","type":"boolean"},"signOutboundMDNIfOptional":{"description":"The value indicating whether to sign the outbound MDN if optional.","type":"boolean"}},"required":["needMDN","signMDN","sendMDNAsynchronously","signOutboundMDNIfOptional","sendInboundMDNToMessageBox","micHashingAlgorithm"],"type":"object"},"AS2MessageConnectionSettings":{"description":"The AS2 agreement message connection settings.","properties":{"ignoreCertificateNameMismatch":{"description":"The value indicating whether to ignore mismatch in certificate name.","type":"boolean"},"keepHttpConnectionAlive":{"description":"The value indicating whether to keep the connection alive.","type":"boolean"},"supportHttpStatusCodeContinue":{"description":"The value indicating whether to support HTTP status code 'CONTINUE'.","type":"boolean"},"unfoldHttpHeaders":{"description":"The value indicating whether to unfold the HTTP headers.","type":"boolean"}},"required":["ignoreCertificateNameMismatch","supportHttpStatusCodeContinue","keepHttpConnectionAlive","unfoldHttpHeaders"],"type":"object"},"AS2OneWayAgreement":{"description":"The integration account AS2 one-way agreement.","properties":{"protocolSettings":{"$ref":"#/components/schemas/AS2ProtocolSettings"},"receiverBusinessIdentity":{"$ref":"#/components/schemas/BusinessIdentity"},"senderBusinessIdentity":{"$ref":"#/components/schemas/BusinessIdentity"}},"required":["senderBusinessIdentity","receiverBusinessIdentity","protocolSettings"],"type":"object"},"AS2ProtocolSettings":{"description":"The AS2 agreement protocol settings.","properties":{"acknowledgementConnectionSettings":{"$ref":"#/components/schemas/AS2AcknowledgementConnectionSettings"},"envelopeSettings":{"$ref":"#/components/schemas/AS2EnvelopeSettings"},"errorSettings":{"$ref":"#/components/schemas/AS2ErrorSettings"},"mdnSettings":{"$ref":"#/components/schemas/AS2MdnSettings"},"messageConnectionSettings":{"$ref":"#/components/schemas/AS2MessageConnectionSettings"},"securitySettings":{"$ref":"#/components/schemas/AS2SecuritySettings"},"validationSettings":{"$ref":"#/components/schemas/AS2ValidationSettings"}},"required":["messageConnectionSettings","acknowledgementConnectionSettings","mdnSettings","securitySettings","validationSettings","envelopeSettings","errorSettings"],"type":"object"},"AS2SecuritySettings":{"description":"The AS2 agreement security settings.","properties":{"enableNRRForInboundDecodedMessages":{"description":"The value indicating whether to enable NRR for inbound decoded messages.","type":"boolean"},"enableNRRForInboundEncodedMessages":{"description":"The value indicating whether to enable NRR for inbound encoded messages.","type":"boolean"},"enableNRRForInboundMDN":{"description":"The value indicating whether to enable NRR for inbound MDN.","type":"boolean"},"enableNRRForOutboundDecodedMessages":{"description":"The value indicating whether to enable NRR for outbound decoded messages.","type":"boolean"},"enableNRRForOutboundEncodedMessages":{"description":"The value indicating whether to enable NRR for outbound encoded messages.","type":"boolean"},"enableNRRForOutboundMDN":{"description":"The value indicating whether to enable NRR for outbound MDN.","type":"boolean"},"encryptionCertificateName":{"description":"The name of the encryption certificate.","type":"string"},"overrideGroupSigningCertificate":{"description":"The value indicating whether to send or request a MDN.","type":"boolean"},"sha2AlgorithmFormat":{"description":"The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.","type":"string"},"signingCertificateName":{"description":"The name of the signing certificate.","type":"string"}},"required":["overrideGroupSigningCertificate","enableNRRForInboundEncodedMessages","enableNRRForInboundDecodedMessages","enableNRRForOutboundMDN","enableNRRForOutboundEncodedMessages","enableNRRForOutboundDecodedMessages","enableNRRForInboundMDN"],"type":"object"},"AS2ValidationSettings":{"description":"The AS2 agreement validation settings.","properties":{"checkCertificateRevocationListOnReceive":{"description":"The value indicating whether to check for certificate revocation list on receive.","type":"boolean"},"checkCertificateRevocationListOnSend":{"description":"The value indicating whether to check for certificate revocation list on send.","type":"boolean"},"checkDuplicateMessage":{"description":"The value indicating whether to check for duplicate message.","type":"boolean"},"compressMessage":{"description":"The value indicating whether the message has to be compressed.","type":"boolean"},"encryptMessage":{"description":"The value indicating whether the message has to be encrypted.","type":"boolean"},"encryptionAlgorithm":{"$ref":"#/components/schemas/EncryptionAlgorithm"},"interchangeDuplicatesValidityDays":{"description":"The number of days to look back for duplicate interchange.","format":"int32","type":"integer"},"overrideMessageProperties":{"description":"The value indicating whether to override incoming message properties with those in agreement.","type":"boolean"},"signMessage":{"description":"The value indicating whether the message has to be signed.","type":"boolean"},"signingAlgorithm":{"$ref":"#/components/schemas/SigningAlgorithm"}},"required":["overrideMessageProperties","encryptMessage","signMessage","compressMessage","checkDuplicateMessage","interchangeDuplicatesValidityDays","checkCertificateRevocationListOnSend","checkCertificateRevocationListOnReceive","encryptionAlgorithm"],"type":"object"},"AgreementContent":{"description":"The integration account agreement content.","properties":{"aS2":{"$ref":"#/components/schemas/AS2AgreementContent"},"edifact":{"$ref":"#/components/schemas/EdifactAgreementContent"},"x12":{"$ref":"#/components/schemas/X12AgreementContent"}},"type":"object"},"AgreementType":{"description":"The agreement type.","enum":["NotSpecified","AS2","X12","Edifact"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"AgreementType"}},"ApiDeploymentParameterMetadata":{"description":"The API deployment parameter metadata.","properties":{"description":{"description":"The description.","type":"string"},"displayName":{"description":"The display name.","type":"string"},"isRequired":{"description":"Indicates whether its required.","type":"boolean"},"type":{"description":"The type.","type":"string"},"visibility":{"$ref":"#/components/schemas/ApiDeploymentParameterVisibility"}},"type":"object"},"ApiDeploymentParameterMetadataSet":{"description":"The API deployment parameters metadata.","properties":{"packageContentLink":{"$ref":"#/components/schemas/ApiDeploymentParameterMetadata"},"redisCacheConnectionString":{"$ref":"#/components/schemas/ApiDeploymentParameterMetadata"}},"type":"object"},"ApiDeploymentParameterVisibility":{"description":"The Api deployment parameter visibility.","enum":["NotSpecified","Default","Internal"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ApiDeploymentParameterVisibility"}},"ApiOperation":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The api operation.","properties":{"properties":{"$ref":"#/components/schemas/ApiOperationPropertiesDefinition"}},"type":"object"},"ApiOperationAnnotation":{"description":"The Api Operation Annotation.","properties":{"family":{"description":"The family.","type":"string"},"revision":{"description":"The revision.","type":"integer"},"status":{"$ref":"#/components/schemas/StatusAnnotation"}},"type":"object"},"ApiOperationListResult":{"description":"The list of managed API operations.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"The api operation definitions for an API.","items":{"$ref":"#/components/schemas/ApiOperation"},"type":"array"}},"type":"object"},"ApiOperationPropertiesDefinition":{"description":"The api operations properties","properties":{"annotation":{"$ref":"#/components/schemas/ApiOperationAnnotation"},"api":{"$ref":"#/components/schemas/ApiReference"},"description":{"description":"The description of the api operation.","type":"string"},"inputsDefinition":{"$ref":"#/components/schemas/SwaggerSchema"},"isNotification":{"description":"Indicates whether the API operation is notification or not.","type":"boolean"},"isWebhook":{"description":"Indicates whether the API operation is webhook or not.","type":"boolean"},"pageable":{"description":"Indicates whether the api operation is pageable.","type":"boolean"},"responsesDefinition":{"additionalProperties":{"$ref":"#/components/schemas/SwaggerSchema"},"description":"The operation responses definition schemas.","type":"object"},"summary":{"description":"The summary of the api operation.","type":"string"},"trigger":{"description":"The trigger type of api operation.","type":"string"},"triggerHint":{"description":"The trigger hint for the api operation.","type":"string"},"visibility":{"description":"The visibility of the api operation.","type":"string"}},"type":"object"},"ApiReference":{"allOf":[{"$ref":"#/components/schemas/ResourceReference"}],"description":"The Api reference.","properties":{"brandColor":{"description":"The brand color of the api.","type":"string"},"category":{"$ref":"#/components/schemas/ApiTier"},"description":{"description":"The description of the api.","type":"string"},"displayName":{"description":"The display name of the api.","type":"string"},"iconUri":{"description":"The icon uri of the api.","type":"string"},"integrationServiceEnvironment":{"$ref":"#/components/schemas/ResourceReference"},"swagger":{"$ref":"#/components/schemas/Object"}},"type":"object"},"ApiResourceBackendService":{"description":"The API backend service.","properties":{"serviceUrl":{"description":"The service URL.","type":"string"}},"type":"object"},"ApiResourceDefinitions":{"description":"The Api resource definition.","properties":{"modifiedSwaggerUrl":{"description":"The modified swagger url.","type":"string"},"originalSwaggerUrl":{"description":"The original swagger url.","type":"string"}},"type":"object"},"ApiResourceGeneralInformation":{"description":"The API general information.","properties":{"description":{"description":"The description.","type":"string"},"displayName":{"description":"The display name.","type":"string"},"iconUrl":{"description":"The icon url.","type":"string"},"releaseTag":{"description":"The release tag.","type":"string"},"termsOfUseUrl":{"description":"The terms of use url.","type":"string"},"tier":{"$ref":"#/components/schemas/ApiTier"}},"type":"object"},"ApiResourceMetadata":{"description":"The api resource metadata.","properties":{"ApiType":{"$ref":"#/components/schemas/ApiType"},"brandColor":{"description":"The brand color.","type":"string"},"connectionType":{"description":"The connection type.","type":"string"},"deploymentParameters":{"$ref":"#/components/schemas/ApiDeploymentParameterMetadataSet"},"hideKey":{"description":"The hide key.","type":"string"},"provisioningState":{"$ref":"#/components/schemas/WorkflowProvisioningState"},"source":{"description":"The source.","type":"string"},"tags":{"additionalProperties":{"type":"string"},"description":"The tags.","type":"object"},"wsdlImportMethod":{"$ref":"#/components/schemas/WsdlImportMethod"},"wsdlService":{"$ref":"#/components/schemas/WsdlService"}},"type":"object"},"ApiResourcePolicies":{"description":"The API resource policies.","properties":{"content":{"description":"The API level only policies XML as embedded content.","type":"string"},"contentLink":{"description":"The content link to the policies.","type":"string"}},"type":"object"},"ApiResourceProperties":{"description":"The API resource properties.","properties":{"apiDefinitionUrl":{"description":"The API definition.","type":"string"},"apiDefinitions":{"$ref":"#/components/schemas/ApiResourceDefinitions"},"backendService":{"$ref":"#/components/schemas/ApiResourceBackendService"},"capabilities":{"description":"The capabilities.","items":{"type":"string"},"type":"array"},"category":{"$ref":"#/components/schemas/ApiTier"},"connectionParameters":{"additionalProperties":{"$ref":"#/components/schemas/Object"},"description":"The connection parameters.","type":"object"},"generalInformation":{"$ref":"#/components/schemas/ApiResourceGeneralInformation"},"integrationServiceEnvironment":{"$ref":"#/components/schemas/ResourceReference"},"metadata":{"$ref":"#/components/schemas/ApiResourceMetadata"},"name":{"description":"The name","type":"string"},"policies":{"$ref":"#/components/schemas/ApiResourcePolicies"},"provisioningState":{"$ref":"#/components/schemas/WorkflowProvisioningState"},"runtimeUrls":{"description":"The runtime urls.","items":{"type":"string"},"type":"array"}},"type":"object"},"ApiTier":{"description":"The Api tier.","enum":["NotSpecified","Enterprise","Standard","Premium"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ApiTier"}},"ApiType":{"enum":["NotSpecified","Rest","Soap"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ApiType"}},"ArtifactContentPropertiesDefinition":{"additionalProperties":false,"allOf":[{"$ref":"#/components/schemas/ArtifactProperties"}],"description":"The artifact content properties definition.","properties":{"content":{},"contentLink":{"$ref":"#/components/schemas/ContentLink"},"contentType":{"description":"The content type.","type":"string"}},"type":"object"},"ArtifactProperties":{"additionalProperties":false,"description":"The artifact properties definition.","properties":{"changedTime":{"description":"The artifact changed time.","format":"date-time","type":"string"},"createdTime":{"description":"The artifact creation time.","format":"date-time","type":"string"},"metadata":{}},"type":"object"},"AssemblyCollection":{"description":"A collection of assembly definitions.","properties":{"value":{"items":{"$ref":"#/components/schemas/AssemblyDefinition"},"type":"array"}},"type":"object"},"AssemblyDefinition":{"additionalProperties":false,"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The assembly definition.","properties":{"properties":{"$ref":"#/components/schemas/AssemblyProperties"}},"required":["properties"],"type":"object"},"AssemblyProperties":{"additionalProperties":false,"allOf":[{"$ref":"#/components/schemas/ArtifactContentPropertiesDefinition"}],"description":"The assembly properties definition.","properties":{"assemblyCulture":{"description":"The assembly culture.","type":"string"},"assemblyName":{"description":"The assembly name.","type":"string"},"assemblyPublicKeyToken":{"description":"The assembly public key token.","type":"string"},"assemblyVersion":{"description":"The assembly version.","type":"string"}},"required":["assemblyName"],"type":"object"},"AzureAsyncOperationState":{"description":"The Azure async operation state.","enum":["Failed","Succeeded","Pending","Canceled"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"AzureAsyncOperationState"}},"AzureResourceErrorInfo":{"additionalProperties":false,"allOf":[{"$ref":"#/components/schemas/ErrorInfo"}],"description":"The azure resource error info.","properties":{"details":{"description":"The error details.","items":{"$ref":"#/components/schemas/AzureResourceErrorInfo"},"type":"array"},"message":{"description":"The error message.","type":"string"}},"required":["message"],"type":"object"},"B2BPartnerContent":{"description":"The B2B partner content.","properties":{"businessIdentities":{"description":"The list of partner business identities.","items":{"$ref":"#/components/schemas/BusinessIdentity"},"type":"array"}},"type":"object"},"BatchConfiguration":{"additionalProperties":false,"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The batch configuration resource definition.","properties":{"properties":{"$ref":"#/components/schemas/BatchConfigurationProperties"}},"required":["properties"],"type":"object"},"BatchConfigurationCollection":{"description":"A collection of batch configurations.","properties":{"value":{"items":{"$ref":"#/components/schemas/BatchConfiguration"},"type":"array"}},"type":"object"},"BatchConfigurationProperties":{"additionalProperties":false,"allOf":[{"$ref":"#/components/schemas/ArtifactProperties"}],"description":"The batch configuration properties definition.","properties":{"batchGroupName":{"description":"The name of the batch group.","type":"string"},"changedTime":{"description":"The changed time.","format":"date-time","type":"string"},"createdTime":{"description":"The created time.","format":"date-time","type":"string"},"releaseCriteria":{"$ref":"#/components/schemas/BatchReleaseCriteria"}},"required":["batchGroupName","releaseCriteria"],"type":"object"},"BatchReleaseCriteria":{"additionalProperties":false,"description":"The batch release criteria.","properties":{"batchSize":{"description":"The batch size in bytes.","format":"int32","type":"integer"},"messageCount":{"description":"The message count.","format":"int32","type":"integer"},"recurrence":{"$ref":"#/components/schemas/WorkflowTriggerRecurrence"}},"type":"object"},"BusinessIdentity":{"description":"The integration account partner's business identity.","properties":{"qualifier":{"description":"The business identity qualifier e.g. as2identity, ZZ, ZZZ, 31, 32","type":"string"},"value":{"description":"The user defined business identity value.","type":"string"}},"required":["qualifier","value"],"type":"object"},"CallbackUrl":{"description":"The callback url.","properties":{"value":{"description":"The URL value.","type":"string"}},"type":"object"},"ContentHash":{"description":"The content hash.","properties":{"algorithm":{"description":"The algorithm of the content hash.","type":"string"},"value":{"description":"The value of the content hash.","type":"string"}},"type":"object"},"ContentLink":{"description":"The content link.","properties":{"contentHash":{"$ref":"#/components/schemas/ContentHash"},"contentSize":{"description":"The content size.","format":"int64","type":"integer"},"contentVersion":{"description":"The content version.","type":"string"},"metadata":{"$ref":"#/components/schemas/Object"},"uri":{"description":"The content link URI.","type":"string"}},"type":"object"},"Correlation":{"description":"The correlation property.","properties":{"clientTrackingId":{"description":"The client tracking id.","type":"string"}},"type":"object"},"DayOfWeek":{"description":"The day of the week.","enum":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"DayOfWeek"}},"EdifactAcknowledgementSettings":{"description":"The Edifact agreement acknowledgement settings.","properties":{"acknowledgementControlNumberLowerBound":{"description":"The acknowledgement control number lower bound.","format":"int32","type":"integer"},"acknowledgementControlNumberPrefix":{"description":"The acknowledgement control number prefix.","type":"string"},"acknowledgementControlNumberSuffix":{"description":"The acknowledgement control number suffix.","type":"string"},"acknowledgementControlNumberUpperBound":{"description":"The acknowledgement control number upper bound.","format":"int32","type":"integer"},"batchFunctionalAcknowledgements":{"description":"The value indicating whether to batch functional acknowledgements.","type":"boolean"},"batchTechnicalAcknowledgements":{"description":"The value indicating whether to batch the technical acknowledgements.","type":"boolean"},"needFunctionalAcknowledgement":{"description":"The value indicating whether functional acknowledgement is needed.","type":"boolean"},"needLoopForValidMessages":{"description":"The value indicating whether a loop is needed for valid messages.","type":"boolean"},"needTechnicalAcknowledgement":{"description":"The value indicating whether technical acknowledgement is needed.","type":"boolean"},"rolloverAcknowledgementControlNumber":{"description":"The value indicating whether to rollover acknowledgement control number.","type":"boolean"},"sendSynchronousAcknowledgement":{"description":"The value indicating whether to send synchronous acknowledgement.","type":"boolean"}},"required":["needTechnicalAcknowledgement","batchTechnicalAcknowledgements","needFunctionalAcknowledgement","batchFunctionalAcknowledgements","needLoopForValidMessages","sendSynchronousAcknowledgement","acknowledgementControlNumberLowerBound","acknowledgementControlNumberUpperBound","rolloverAcknowledgementControlNumber"],"type":"object"},"EdifactAgreementContent":{"description":"The Edifact agreement content.","properties":{"receiveAgreement":{"$ref":"#/components/schemas/EdifactOneWayAgreement"},"sendAgreement":{"$ref":"#/components/schemas/EdifactOneWayAgreement"}},"required":["receiveAgreement","sendAgreement"],"type":"object"},"EdifactCharacterSet":{"description":"The edifact character set.","enum":["NotSpecified","UNOB","UNOA","UNOC","UNOD","UNOE","UNOF","UNOG","UNOH","UNOI","UNOJ","UNOK","UNOX","UNOY","KECA"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"EdifactCharacterSet"}},"EdifactDecimalIndicator":{"description":"The edifact decimal indicator.","enum":["NotSpecified","Comma","Decimal"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"EdifactDecimalIndicator"}},"EdifactDelimiterOverride":{"description":"The Edifact delimiter override settings.","properties":{"componentSeparator":{"description":"The component separator.","format":"int32","type":"integer"},"dataElementSeparator":{"description":"The data element separator.","format":"int32","type":"integer"},"decimalPointIndicator":{"$ref":"#/components/schemas/EdifactDecimalIndicator"},"messageAssociationAssignedCode":{"description":"The message association assigned code.","type":"string"},"messageId":{"description":"The message id.","type":"string"},"messageRelease":{"description":"The message release.","type":"string"},"messageVersion":{"description":"The message version.","type":"string"},"releaseIndicator":{"description":"The release indicator.","format":"int32","type":"integer"},"repetitionSeparator":{"description":"The repetition separator.","format":"int32","type":"integer"},"segmentTerminator":{"description":"The segment terminator.","format":"int32","type":"integer"},"segmentTerminatorSuffix":{"$ref":"#/components/schemas/SegmentTerminatorSuffix"},"targetNamespace":{"description":"The target namespace on which this delimiter settings has to be applied.","type":"string"}},"required":["dataElementSeparator","componentSeparator","segmentTerminator","repetitionSeparator","segmentTerminatorSuffix","decimalPointIndicator","releaseIndicator"],"type":"object"},"EdifactEnvelopeOverride":{"description":"The Edifact envelope override settings.","properties":{"applicationPassword":{"description":"The application password.","type":"string"},"associationAssignedCode":{"description":"The association assigned code.","type":"string"},"controllingAgencyCode":{"description":"The controlling agency code.","type":"string"},"functionalGroupId":{"description":"The functional group id.","type":"string"},"groupHeaderMessageRelease":{"description":"The group header message release.","type":"string"},"groupHeaderMessageVersion":{"description":"The group header message version.","type":"string"},"messageAssociationAssignedCode":{"description":"The message association assigned code.","type":"string"},"messageId":{"description":"The message id on which this envelope settings has to be applied.","type":"string"},"messageRelease":{"description":"The message release version on which this envelope settings has to be applied.","type":"string"},"messageVersion":{"description":"The message version on which this envelope settings has to be applied.","type":"string"},"receiverApplicationId":{"description":"The receiver application id.","type":"string"},"receiverApplicationQualifier":{"description":"The receiver application qualifier.","type":"string"},"senderApplicationId":{"description":"The sender application id.","type":"string"},"senderApplicationQualifier":{"description":"The sender application qualifier.","type":"string"},"targetNamespace":{"description":"The target namespace on which this envelope settings has to be applied.","type":"string"}},"type":"object"},"EdifactEnvelopeSettings":{"description":"The Edifact agreement envelope settings.","properties":{"applicationReferenceId":{"description":"The application reference id.","type":"string"},"applyDelimiterStringAdvice":{"description":"The value indicating whether to apply delimiter string advice.","type":"boolean"},"communicationAgreementId":{"description":"The communication agreement id.","type":"string"},"createGroupingSegments":{"description":"The value indicating whether to create grouping segments.","type":"boolean"},"enableDefaultGroupHeaders":{"description":"The value indicating whether to enable default group headers.","type":"boolean"},"functionalGroupId":{"description":"The functional group id.","type":"string"},"groupApplicationPassword":{"description":"The group application password.","type":"string"},"groupApplicationReceiverId":{"description":"The group application receiver id.","type":"string"},"groupApplicationReceiverQualifier":{"description":"The group application receiver qualifier.","type":"string"},"groupApplicationSenderId":{"description":"The group application sender id.","type":"string"},"groupApplicationSenderQualifier":{"description":"The group application sender qualifier.","type":"string"},"groupAssociationAssignedCode":{"description":"The group association assigned code.","type":"string"},"groupControlNumberLowerBound":{"description":"The group control number lower bound.","format":"int64","type":"integer"},"groupControlNumberPrefix":{"description":"The group control number prefix.","type":"string"},"groupControlNumberSuffix":{"description":"The group control number suffix.","type":"string"},"groupControlNumberUpperBound":{"description":"The group control number upper bound.","format":"int64","type":"integer"},"groupControllingAgencyCode":{"description":"The group controlling agency code.","type":"string"},"groupMessageRelease":{"description":"The group message release.","type":"string"},"groupMessageVersion":{"description":"The group message version.","type":"string"},"interchangeControlNumberLowerBound":{"description":"The interchange control number lower bound.","format":"int64","type":"integer"},"interchangeControlNumberPrefix":{"description":"The interchange control number prefix.","type":"string"},"interchangeControlNumberSuffix":{"description":"The interchange control number suffix.","type":"string"},"interchangeControlNumberUpperBound":{"description":"The interchange control number upper bound.","format":"int64","type":"integer"},"isTestInterchange":{"description":"The value indicating whether the message is a test interchange.","type":"boolean"},"overwriteExistingTransactionSetControlNumber":{"description":"The value indicating whether to overwrite existing transaction set control number.","type":"boolean"},"processingPriorityCode":{"description":"The processing priority code.","type":"string"},"receiverInternalIdentification":{"description":"The receiver internal identification.","type":"string"},"receiverInternalSubIdentification":{"description":"The receiver internal sub identification.","type":"string"},"receiverReverseRoutingAddress":{"description":"The receiver reverse routing address.","type":"string"},"recipientReferencePasswordQualifier":{"description":"The recipient reference password qualifier.","type":"string"},"recipientReferencePasswordValue":{"description":"The recipient reference password value.","type":"string"},"rolloverGroupControlNumber":{"description":"The value indicating whether to rollover group control number.","type":"boolean"},"rolloverInterchangeControlNumber":{"description":"The value indicating whether to rollover interchange control number.","type":"boolean"},"rolloverTransactionSetControlNumber":{"description":"The value indicating whether to rollover transaction set control number.","type":"boolean"},"senderInternalIdentification":{"description":"The sender internal identification.","type":"string"},"senderInternalSubIdentification":{"description":"The sender internal sub identification.","type":"string"},"senderReverseRoutingAddress":{"description":"The sender reverse routing address.","type":"string"},"transactionSetControlNumberLowerBound":{"description":"The transaction set control number lower bound.","format":"int64","type":"integer"},"transactionSetControlNumberPrefix":{"description":"The transaction set control number prefix.","type":"string"},"transactionSetControlNumberSuffix":{"description":"The transaction set control number suffix.","type":"string"},"transactionSetControlNumberUpperBound":{"description":"The transaction set control number upper bound.","format":"int64","type":"integer"}},"required":["applyDelimiterStringAdvice","createGroupingSegments","enableDefaultGroupHeaders","interchangeControlNumberLowerBound","interchangeControlNumberUpperBound","rolloverInterchangeControlNumber","groupControlNumberLowerBound","groupControlNumberUpperBound","rolloverGroupControlNumber","overwriteExistingTransactionSetControlNumber","transactionSetControlNumberLowerBound","transactionSetControlNumberUpperBound","rolloverTransactionSetControlNumber","isTestInterchange"],"type":"object"},"EdifactFramingSettings":{"description":"The Edifact agreement framing settings.","properties":{"characterEncoding":{"description":"The character encoding.","type":"string"},"characterSet":{"$ref":"#/components/schemas/EdifactCharacterSet"},"componentSeparator":{"description":"The component separator.","format":"int32","type":"integer"},"dataElementSeparator":{"description":"The data element separator.","format":"int32","type":"integer"},"decimalPointIndicator":{"$ref":"#/components/schemas/EdifactDecimalIndicator"},"protocolVersion":{"description":"The protocol version.","format":"int32","type":"integer"},"releaseIndicator":{"description":"The release indicator.","format":"int32","type":"integer"},"repetitionSeparator":{"description":"The repetition separator.","format":"int32","type":"integer"},"segmentTerminator":{"description":"The segment terminator.","format":"int32","type":"integer"},"segmentTerminatorSuffix":{"$ref":"#/components/schemas/SegmentTerminatorSuffix"},"serviceCodeListDirectoryVersion":{"description":"The service code list directory version.","type":"string"}},"required":["protocolVersion","dataElementSeparator","componentSeparator","segmentTerminator","releaseIndicator","repetitionSeparator","characterSet","decimalPointIndicator","segmentTerminatorSuffix"],"type":"object"},"EdifactMessageFilter":{"description":"The Edifact message filter for odata query.","properties":{"messageFilterType":{"$ref":"#/components/schemas/MessageFilterType"}},"required":["messageFilterType"],"type":"object"},"EdifactMessageIdentifier":{"description":"The Edifact message identifier.","properties":{"messageId":{"description":"The message id on which this envelope settings has to be applied.","type":"string"}},"required":["messageId"],"type":"object"},"EdifactOneWayAgreement":{"description":"The Edifact one way agreement.","properties":{"protocolSettings":{"$ref":"#/components/schemas/EdifactProtocolSettings"},"receiverBusinessIdentity":{"$ref":"#/components/schemas/BusinessIdentity"},"senderBusinessIdentity":{"$ref":"#/components/schemas/BusinessIdentity"}},"required":["senderBusinessIdentity","receiverBusinessIdentity","protocolSettings"],"type":"object"},"EdifactProcessingSettings":{"description":"The Edifact agreement protocol settings.","properties":{"createEmptyXmlTagsForTrailingSeparators":{"description":"The value indicating whether to create empty xml tags for trailing separators.","type":"boolean"},"maskSecurityInfo":{"description":"The value indicating whether to mask security information.","type":"boolean"},"preserveInterchange":{"description":"The value indicating whether to preserve interchange.","type":"boolean"},"suspendInterchangeOnError":{"description":"The value indicating whether to suspend interchange on error.","type":"boolean"},"useDotAsDecimalSeparator":{"description":"The value indicating whether to use dot as decimal separator.","type":"boolean"}},"required":["maskSecurityInfo","preserveInterchange","suspendInterchangeOnError","createEmptyXmlTagsForTrailingSeparators","useDotAsDecimalSeparator"],"type":"object"},"EdifactProtocolSettings":{"description":"The Edifact agreement protocol settings.","properties":{"acknowledgementSettings":{"$ref":"#/components/schemas/EdifactAcknowledgementSettings"},"edifactDelimiterOverrides":{"description":"The EDIFACT delimiter override settings.","items":{"$ref":"#/components/schemas/EdifactDelimiterOverride"},"type":"array"},"envelopeOverrides":{"description":"The EDIFACT envelope override settings.","items":{"$ref":"#/components/schemas/EdifactEnvelopeOverride"},"type":"array"},"envelopeSettings":{"$ref":"#/components/schemas/EdifactEnvelopeSettings"},"framingSettings":{"$ref":"#/components/schemas/EdifactFramingSettings"},"messageFilter":{"$ref":"#/components/schemas/EdifactMessageFilter"},"messageFilterList":{"description":"The EDIFACT message filter list.","items":{"$ref":"#/components/schemas/EdifactMessageIdentifier"},"type":"array"},"processingSettings":{"$ref":"#/components/schemas/EdifactProcessingSettings"},"schemaReferences":{"description":"The EDIFACT schema references.","items":{"$ref":"#/components/schemas/EdifactSchemaReference"},"type":"array"},"validationOverrides":{"description":"The EDIFACT validation override settings.","items":{"$ref":"#/components/schemas/EdifactValidationOverride"},"type":"array"},"validationSettings":{"$ref":"#/components/schemas/EdifactValidationSettings"}},"required":["validationSettings","framingSettings","envelopeSettings","acknowledgementSettings","messageFilter","processingSettings","schemaReferences"],"type":"object"},"EdifactSchemaReference":{"description":"The Edifact schema reference.","properties":{"associationAssignedCode":{"description":"The association assigned code.","type":"string"},"messageId":{"description":"The message id.","type":"string"},"messageRelease":{"description":"The message release version.","type":"string"},"messageVersion":{"description":"The message version.","type":"string"},"schemaName":{"description":"The schema name.","type":"string"},"senderApplicationId":{"description":"The sender application id.","type":"string"},"senderApplicationQualifier":{"description":"The sender application qualifier.","type":"string"}},"required":["messageId","messageVersion","messageRelease","schemaName"],"type":"object"},"EdifactValidationOverride":{"description":"The Edifact validation override settings.","properties":{"allowLeadingAndTrailingSpacesAndZeroes":{"description":"The value indicating whether to allow leading and trailing spaces and zeroes.","type":"boolean"},"enforceCharacterSet":{"description":"The value indicating whether to validate character Set.","type":"boolean"},"messageId":{"description":"The message id on which the validation settings has to be applied.","type":"string"},"trailingSeparatorPolicy":{"$ref":"#/components/schemas/TrailingSeparatorPolicy"},"trimLeadingAndTrailingSpacesAndZeroes":{"description":"The value indicating whether to trim leading and trailing spaces and zeroes.","type":"boolean"},"validateEDITypes":{"description":"The value indicating whether to validate EDI types.","type":"boolean"},"validateXSDTypes":{"description":"The value indicating whether to validate XSD types.","type":"boolean"}},"required":["messageId","enforceCharacterSet","validateEDITypes","validateXSDTypes","allowLeadingAndTrailingSpacesAndZeroes","trailingSeparatorPolicy","trimLeadingAndTrailingSpacesAndZeroes"],"type":"object"},"EdifactValidationSettings":{"description":"The Edifact agreement validation settings.","properties":{"allowLeadingAndTrailingSpacesAndZeroes":{"description":"The value indicating whether to allow leading and trailing spaces and zeroes.","type":"boolean"},"checkDuplicateGroupControlNumber":{"description":"The value indicating whether to check for duplicate group control number.","type":"boolean"},"checkDuplicateInterchangeControlNumber":{"description":"The value indicating whether to check for duplicate interchange control number.","type":"boolean"},"checkDuplicateTransactionSetControlNumber":{"description":"The value indicating whether to check for duplicate transaction set control number.","type":"boolean"},"interchangeControlNumberValidityDays":{"description":"The validity period of interchange control number.","format":"int32","type":"integer"},"trailingSeparatorPolicy":{"$ref":"#/components/schemas/TrailingSeparatorPolicy"},"trimLeadingAndTrailingSpacesAndZeroes":{"description":"The value indicating whether to trim leading and trailing spaces and zeroes.","type":"boolean"},"validateCharacterSet":{"description":"The value indicating whether to validate character set in the message.","type":"boolean"},"validateEDITypes":{"description":"The value indicating whether to Whether to validate EDI types.","type":"boolean"},"validateXSDTypes":{"description":"The value indicating whether to Whether to validate XSD types.","type":"boolean"}},"required":["validateCharacterSet","checkDuplicateInterchangeControlNumber","interchangeControlNumberValidityDays","checkDuplicateGroupControlNumber","checkDuplicateTransactionSetControlNumber","validateEDITypes","validateXSDTypes","allowLeadingAndTrailingSpacesAndZeroes","trimLeadingAndTrailingSpacesAndZeroes","trailingSeparatorPolicy"],"type":"object"},"EncryptionAlgorithm":{"description":"The encryption algorithm.","enum":["NotSpecified","None","DES3","RC2","AES128","AES192","AES256"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"EncryptionAlgorithm"}},"ErrorInfo":{"additionalProperties":false,"description":"The error info.","properties":{"code":{"description":"The error code.","type":"string"}},"required":["code"],"type":"object"},"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.","properties":{"code":{"description":"Error code.","type":"string"},"message":{"description":"Error message indicating why the operation failed.","type":"string"}},"type":"object"},"ErrorResponse":{"description":"Error response indicates Logic service is not able to process the incoming request. The error property contains the error details.","properties":{"error":{"$ref":"#/components/schemas/ErrorProperties"}},"type":"object"},"ErrorResponseCode":{"description":"The error response code.","enum":["NotSpecified","IntegrationServiceEnvironmentNotFound","InternalServerError","InvalidOperationId"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ErrorResponseCode"}},"EventLevel":{"description":"The event level.","enum":["LogAlways","Critical","Error","Warning","Informational","Verbose"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"EventLevel"}},"Expression":{"additionalProperties":false,"description":"The expression.","properties":{"error":{"$ref":"#/components/schemas/AzureResourceErrorInfo"},"subexpressions":{"description":"The sub expressions.","items":{"$ref":"#/components/schemas/Expression"},"type":"array"},"text":{"description":"The text.","type":"string"},"value":{}},"type":"object"},"ExpressionRoot":{"allOf":[{"$ref":"#/components/schemas/Expression"}],"description":"The expression root.","properties":{"path":{"description":"The path.","type":"string"}},"type":"object"},"ExpressionTraces":{"description":"The expression traces.","properties":{"inputs":{"items":{"$ref":"#/components/schemas/ExpressionRoot"},"type":"array"}},"type":"object"},"ExtendedErrorInfo":{"description":"The extended error info.","properties":{"code":{"$ref":"#/components/schemas/ErrorResponseCode"},"details":{"description":"The error message details.","items":{"$ref":"#/components/schemas/ExtendedErrorInfo"},"type":"array"},"innerError":{"$ref":"#/components/schemas/Object"},"message":{"description":"The error message.","type":"string"}},"required":["code","message"],"type":"object"},"FlowEndpoints":{"description":"The flow endpoints configuration.","properties":{"accessEndpointIpAddresses":{"description":"The access endpoint ip address.","items":{"$ref":"#/components/schemas/IpAddress"},"type":"array"},"outgoingIpAddresses":{"description":"The outgoing ip address.","items":{"$ref":"#/components/schemas/IpAddress"},"type":"array"}},"type":"object"},"FlowEndpointsConfiguration":{"description":"The endpoints configuration.","properties":{"connector":{"$ref":"#/components/schemas/FlowEndpoints"},"workflow":{"$ref":"#/components/schemas/FlowEndpoints"}},"type":"object"},"GenerateUpgradedDefinitionParameters":{"description":"The parameters to generate upgraded definition.","properties":{"targetSchemaVersion":{"description":"The target schema version.","type":"string"}},"type":"object"},"GetCallbackUrlParameters":{"description":"The callback url parameters.","properties":{"keyType":{"$ref":"#/components/schemas/KeyType"},"notAfter":{"description":"The expiry time.","format":"date-time","type":"string"}},"type":"object"},"HashingAlgorithm":{"description":"The signing or hashing algorithm.","enum":["NotSpecified","None","MD5","SHA1","SHA2256","SHA2384","SHA2512"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"HashingAlgorithm"}},"IntegrationAccount":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The integration account.","properties":{"properties":{"$ref":"#/components/schemas/IntegrationAccountProperties"},"sku":{"$ref":"#/components/schemas/IntegrationAccountSku"}},"type":"object"},"IntegrationAccountAgreement":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The integration account agreement.","properties":{"properties":{"$ref":"#/components/schemas/IntegrationAccountAgreementProperties"}},"required":["properties"],"type":"object"},"IntegrationAccountAgreementFilter":{"description":"The integration account agreement filter for odata query.","properties":{"agreementType":{"$ref":"#/components/schemas/AgreementType"}},"required":["agreementType"],"type":"object"},"IntegrationAccountAgreementListResult":{"description":"The list of integration account agreements.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"The list of integration account agreements.","items":{"$ref":"#/components/schemas/IntegrationAccountAgreement"},"type":"array"}},"type":"object"},"IntegrationAccountAgreementProperties":{"description":"The integration account agreement properties.","properties":{"agreementType":{"$ref":"#/components/schemas/AgreementType"},"changedTime":{"description":"The changed time.","format":"date-time","readOnly":true,"type":"string"},"content":{"$ref":"#/components/schemas/AgreementContent"},"createdTime":{"description":"The created time.","format":"date-time","readOnly":true,"type":"string"},"guestIdentity":{"$ref":"#/components/schemas/BusinessIdentity"},"guestPartner":{"description":"The integration account partner that is set as guest partner for this agreement.","type":"string"},"hostIdentity":{"$ref":"#/components/schemas/BusinessIdentity"},"hostPartner":{"description":"The integration account partner that is set as host partner for this agreement.","type":"string"},"metadata":{"description":"The metadata.","properties":{},"type":"object"}},"required":["hostPartner","guestPartner","hostIdentity","guestIdentity","agreementType","content"],"type":"object"},"IntegrationAccountCertificate":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The integration account certificate.","properties":{"properties":{"$ref":"#/components/schemas/IntegrationAccountCertificateProperties"}},"required":["properties"],"type":"object"},"IntegrationAccountCertificateListResult":{"description":"The list of integration account certificates.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"The list of integration account certificates.","items":{"$ref":"#/components/schemas/IntegrationAccountCertificate"},"type":"array"}},"type":"object"},"IntegrationAccountCertificateProperties":{"description":"The integration account certificate properties.","properties":{"changedTime":{"description":"The changed time.","format":"date-time","readOnly":true,"type":"string"},"createdTime":{"description":"The created time.","format":"date-time","readOnly":true,"type":"string"},"key":{"$ref":"#/components/schemas/KeyVaultKeyReference"},"metadata":{"description":"The metadata.","properties":{},"type":"object"},"publicCertificate":{"description":"The public certificate.","type":"string"}},"type":"object"},"IntegrationAccountListResult":{"description":"The list of integration accounts.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"The list of integration accounts.","items":{"$ref":"#/components/schemas/IntegrationAccount"},"type":"array"}},"type":"object"},"IntegrationAccountMap":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The integration account map.","properties":{"properties":{"$ref":"#/components/schemas/IntegrationAccountMapProperties"}},"required":["properties"],"type":"object"},"IntegrationAccountMapFilter":{"description":"The integration account map filter for odata query.","properties":{"mapType":{"$ref":"#/components/schemas/MapType"}},"required":["mapType"],"type":"object"},"IntegrationAccountMapListResult":{"description":"The list of integration account maps.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"The list of integration account maps.","items":{"$ref":"#/components/schemas/IntegrationAccountMap"},"type":"array"}},"type":"object"},"IntegrationAccountMapProperties":{"description":"The integration account map.","properties":{"changedTime":{"description":"The changed time.","format":"date-time","readOnly":true,"type":"string"},"content":{"description":"The content.","properties":{},"type":"string"},"contentLink":{"$ref":"#/components/schemas/ContentLink"},"contentType":{"description":"The content type.","type":"string"},"createdTime":{"description":"The created time.","format":"date-time","readOnly":true,"type":"string"},"mapType":{"$ref":"#/components/schemas/MapType"},"metadata":{"description":"The metadata.","properties":{},"type":"object"},"parametersSchema":{"description":"The parameters schema of integration account map.","properties":{"ref":{"description":"The reference name.","type":"string"}},"type":"object"}},"required":["mapType"],"type":"object"},"IntegrationAccountPartner":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The integration account partner.","properties":{"properties":{"$ref":"#/components/schemas/IntegrationAccountPartnerProperties"}},"required":["properties"],"type":"object"},"IntegrationAccountPartnerFilter":{"description":"The integration account partner filter for odata query.","properties":{"partnerType":{"$ref":"#/components/schemas/PartnerType"}},"required":["partnerType"],"type":"object"},"IntegrationAccountPartnerListResult":{"description":"The list of integration account partners.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"The list of integration account partners.","items":{"$ref":"#/components/schemas/IntegrationAccountPartner"},"type":"array"}},"type":"object"},"IntegrationAccountPartnerProperties":{"description":"The integration account partner properties.","properties":{"changedTime":{"description":"The changed time.","format":"date-time","readOnly":true,"type":"string"},"content":{"$ref":"#/components/schemas/PartnerContent"},"createdTime":{"description":"The created time.","format":"date-time","readOnly":true,"type":"string"},"metadata":{"description":"The metadata.","properties":{},"type":"object"},"partnerType":{"$ref":"#/components/schemas/PartnerType"}},"required":["partnerType","content"],"type":"object"},"IntegrationAccountProperties":{"description":"The integration account properties.","properties":{"integrationServiceEnvironment":{"$ref":"#/components/schemas/IntegrationServiceEnvironment"},"state":{"$ref":"#/components/schemas/WorkflowState"}},"type":"object"},"IntegrationAccountSchema":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The integration account schema.","properties":{"properties":{"$ref":"#/components/schemas/IntegrationAccountSchemaProperties"}},"required":["properties"],"type":"object"},"IntegrationAccountSchemaFilter":{"description":"The integration account schema filter for odata query.","properties":{"schemaType":{"$ref":"#/components/schemas/SchemaType"}},"required":["schemaType"],"type":"object"},"IntegrationAccountSchemaListResult":{"description":"The list of integration account schemas.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"The list of integration account schemas.","items":{"$ref":"#/components/schemas/IntegrationAccountSchema"},"type":"array"}},"type":"object"},"IntegrationAccountSchemaProperties":{"description":"The integration account schema properties.","properties":{"changedTime":{"description":"The changed time.","format":"date-time","readOnly":true,"type":"string"},"content":{"description":"The content.","properties":{},"type":"string"},"contentLink":{"$ref":"#/components/schemas/ContentLink"},"contentType":{"description":"The content type.","type":"string"},"createdTime":{"description":"The created time.","format":"date-time","readOnly":true,"type":"string"},"documentName":{"description":"The document name.","type":"string"},"fileName":{"description":"The file name.","type":"string"},"metadata":{"description":"The metadata.","properties":{},"type":"object"},"schemaType":{"$ref":"#/components/schemas/SchemaType"},"targetNamespace":{"description":"The target namespace of the schema.","type":"string"}},"required":["schemaType"],"type":"object"},"IntegrationAccountSession":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The integration account session.","properties":{"properties":{"$ref":"#/components/schemas/IntegrationAccountSessionProperties"}},"required":["properties"],"type":"object"},"IntegrationAccountSessionFilter":{"description":"The integration account session filter.","properties":{"changedTime":{"description":"The changed time of integration account sessions.","format":"date-time","type":"string"}},"required":["changedTime"],"type":"object"},"IntegrationAccountSessionListResult":{"description":"The list of integration account sessions.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"The list of integration account sessions.","items":{"$ref":"#/components/schemas/IntegrationAccountSession"},"type":"array"}},"type":"object"},"IntegrationAccountSessionProperties":{"description":"The integration account session properties.","properties":{"changedTime":{"description":"The changed time.","format":"date-time","readOnly":true,"type":"string"},"content":{"$ref":"#/components/schemas/Object"},"createdTime":{"description":"The created time.","format":"date-time","readOnly":true,"type":"string"}},"type":"object"},"IntegrationAccountSku":{"description":"The integration account sku.","properties":{"name":{"$ref":"#/components/schemas/IntegrationAccountSkuName"}},"required":["name"],"type":"object"},"IntegrationAccountSkuName":{"description":"The integration account sku name.","enum":["NotSpecified","Free","Basic","Standard"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"IntegrationAccountSkuName"}},"IntegrationServiceEnvironment":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The integration service environment.","properties":{"properties":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentProperties"},"sku":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentSku"}},"type":"object"},"IntegrationServiceEnvironmentAccessEndpoint":{"description":"The integration service environment access endpoint.","properties":{"type":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentAccessEndpointType"}},"type":"object"},"IntegrationServiceEnvironmentAccessEndpointType":{"description":"The integration service environment access endpoint type.","enum":["NotSpecified","External","Internal"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"IntegrationServiceEnvironmentAccessEndpointType"}},"IntegrationServiceEnvironmentListResult":{"description":"The list of integration service environments.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"items":{"$ref":"#/components/schemas/IntegrationServiceEnvironment"},"type":"array"}},"type":"object"},"IntegrationServiceEnvironmentNetworkDependency":{"description":"The azure async operation resource.","properties":{"category":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentNetworkDependencyCategoryType"},"displayName":{"description":"The display name.","type":"string"},"endpoints":{"description":"The endpoints.","items":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentNetworkEndpoint"},"type":"array"}},"type":"object"},"IntegrationServiceEnvironmentNetworkDependencyCategoryType":{"description":"The integration service environment network dependency category type.","enum":["NotSpecified","AzureStorage","AzureManagement","AzureActiveDirectory","SSLCertificateVerification","DiagnosticLogsAndMetrics","IntegrationServiceEnvironmentConnectors","RedisCache","AccessEndpoints","RecoveryService","SQL","RegionalService"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"IntegrationServiceEnvironmentNetworkDependencyCategoryType"}},"IntegrationServiceEnvironmentNetworkDependencyHealth":{"description":"The integration service environment subnet network health.","properties":{"error":{"$ref":"#/components/schemas/ExtendedErrorInfo"},"state":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentNetworkDependencyHealthState"}},"type":"object"},"IntegrationServiceEnvironmentNetworkDependencyHealthState":{"description":"The integration service environment network dependency health state.","enum":["NotSpecified","Healthy","Unhealthy","Unknown"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"IntegrationServiceEnvironmentNetworkDependencyHealthState"}},"IntegrationServiceEnvironmentNetworkEndPointAccessibilityState":{"description":"The integration service environment network endpoint accessibility state.","enum":["NotSpecified","Unknown","Available","NotAvailable"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"IntegrationServiceEnvironmentNetworkEndPointAccessibilityState"}},"IntegrationServiceEnvironmentNetworkEndpoint":{"description":"The network endpoint.","properties":{"accessibility":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentNetworkEndPointAccessibilityState"},"domainName":{"description":"The domain name.","type":"string"},"ports":{"description":"The ports.","items":{"type":"string"},"type":"array"}},"type":"object"},"IntegrationServiceEnvironmentNetworkHealth":{"additionalProperties":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentSubnetNetworkHealth"},"description":"The integration service environment network health of all the subnets.","type":"object"},"IntegrationServiceEnvironmentProperties":{"description":"The integration service environment properties.","properties":{"endpointsConfiguration":{"$ref":"#/components/schemas/FlowEndpointsConfiguration"},"integrationServiceEnvironmentId":{"description":"Gets the tracking id.","type":"string"},"networkConfiguration":{"$ref":"#/components/schemas/NetworkConfiguration"},"provisioningState":{"$ref":"#/components/schemas/WorkflowProvisioningState"},"state":{"$ref":"#/components/schemas/WorkflowState"}},"type":"object"},"IntegrationServiceEnvironmentSku":{"description":"The integration service environment sku.","properties":{"capacity":{"description":"The sku capacity.","format":"int32","type":"integer"},"name":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentSkuName"}},"type":"object"},"IntegrationServiceEnvironmentSkuCapacity":{"description":"The integration service environment sku capacity.","properties":{"default":{"description":"The default capacity.","format":"int32","type":"integer"},"maximum":{"description":"The maximum capacity.","format":"int32","type":"integer"},"minimum":{"description":"The minimum capacity.","format":"int32","type":"integer"},"scaleType":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentSkuScaleType"}},"type":"object"},"IntegrationServiceEnvironmentSkuDefinition":{"description":"The integration service environment sku definition.","properties":{"capacity":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentSkuCapacity"},"resourceType":{"description":"The resource type.","type":"string"},"sku":{"description":"The sku.","properties":{"name":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentSkuName"},"tier":{"description":"The sku tier.","type":"string"}},"type":"object"}},"type":"object"},"IntegrationServiceEnvironmentSkuList":{"description":"The list of integration service environment skus.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"The list of integration service environment skus.","items":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentSkuDefinition"},"type":"array"}},"type":"object"},"IntegrationServiceEnvironmentSkuName":{"description":"The integration service environment sku name.","enum":["NotSpecified","Premium","Developer"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"IntegrationServiceEnvironmentSkuName"}},"IntegrationServiceEnvironmentSkuScaleType":{"description":"The integration service environment sku scale type.","enum":["Manual","Automatic","None"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"IntegrationServiceEnvironmentSkuScaleType"}},"IntegrationServiceEnvironmentSubnetNetworkHealth":{"description":"The integration service environment subnet network health.","properties":{"networkDependencyHealthState":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentNetworkEndPointAccessibilityState"},"outboundNetworkDependencies":{"description":"The outbound network dependencies.","items":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentNetworkDependency"},"type":"array"},"outboundNetworkHealth":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentNetworkDependencyHealth"}},"required":["networkDependencyHealthState"],"type":"object"},"IpAddress":{"description":"The ip address.","properties":{"address":{"description":"The address.","type":"string"}},"type":"object"},"JsonSchema":{"description":"The JSON schema.","properties":{"content":{"description":"The JSON content.","type":"string"},"title":{"description":"The JSON title.","type":"string"}},"type":"object"},"KeyType":{"description":"The key type.","enum":["NotSpecified","Primary","Secondary"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"KeyType"}},"KeyVaultKey":{"description":"The key vault key.","properties":{"attributes":{"description":"The key attributes.","properties":{"created":{"description":"When the key was created.","format":"int64","type":"integer"},"enabled":{"description":"Whether the key is enabled or not.","type":"boolean"},"updated":{"description":"When the key was updated.","format":"int64","type":"integer"}},"type":"object"},"kid":{"description":"The key id.","type":"string"}},"type":"object"},"KeyVaultKeyCollection":{"description":"Collection of key vault keys.","properties":{"skipToken":{"description":"The skip token.","type":"string"},"value":{"description":"The key vault keys.","items":{"$ref":"#/components/schemas/KeyVaultKey"},"type":"array"}},"type":"object"},"KeyVaultKeyReference":{"description":"The reference to the key vault key.","properties":{"keyName":{"description":"The private key name in key vault.","type":"string"},"keyVault":{"description":"The key vault reference.","properties":{"id":{"description":"The resource id.","type":"string"},"name":{"description":"The resource name.","readOnly":true,"type":"string"},"type":{"description":"The resource type.","readOnly":true,"type":"string"}},"type":"object"},"keyVersion":{"description":"The private key version in key vault.","type":"string"}},"required":["keyVault","keyName"],"type":"object"},"KeyVaultReference":{"additionalProperties":false,"allOf":[{"$ref":"#/components/schemas/ResourceReference"}],"description":"The key vault reference.","properties":{"name":{"description":"The key vault name.","type":"string"}},"type":"object"},"ListKeyVaultKeysDefinition":{"additionalProperties":false,"description":"The list key vault keys definition.","properties":{"keyVault":{"$ref":"#/components/schemas/KeyVaultReference"},"skipToken":{"description":"The skip token.","type":"string"}},"required":["keyVault"],"type":"object"},"ManagedApi":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The managed api definition.","properties":{"properties":{"$ref":"#/components/schemas/ApiResourceProperties"}},"type":"object"},"ManagedApiListResult":{"description":"The list of managed APIs.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"The managed APIs.","items":{"$ref":"#/components/schemas/ManagedApi"},"type":"array"}},"type":"object"},"MapType":{"description":"The map type.","enum":["NotSpecified","Xslt","Xslt20","Xslt30","Liquid"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"MapType"}},"MessageFilterType":{"description":"The message filter type.","enum":["NotSpecified","Include","Exclude"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"MessageFilterType"}},"NetworkConfiguration":{"description":"The network configuration.","properties":{"accessEndpoint":{"$ref":"#/components/schemas/IntegrationServiceEnvironmentAccessEndpoint"},"subnets":{"description":"The subnets.","items":{"$ref":"#/components/schemas/ResourceReference"},"type":"array"},"virtualNetworkAddressSpace":{"description":"Gets the virtual network address space.","type":"string"}},"type":"object"},"Object":{"properties":{},"type":"object"},"Operation":{"description":"Logic REST API operation","properties":{"display":{"description":"The object that represents the operation.","properties":{"operation":{"description":"Operation type: Read, write, delete, etc.","type":"string"},"provider":{"description":"Service provider: Microsoft.Logic","type":"string"},"resource":{"description":"Resource on which the operation is performed: Profile, endpoint, etc.","type":"string"}},"type":"object"},"name":{"description":"Operation name: {provider}/{resource}/{operation}","type":"string"}},"type":"object"},"OperationListResult":{"description":"Result of the request to list Logic operations. It contains a list of operations and a URL link to get the next set of results.","properties":{"nextLink":{"description":"URL to get the next set of operation list results if there are any.","type":"string"},"value":{"description":"List of Logic operations supported by the Logic resource provider.","items":{"$ref":"#/components/schemas/Operation"},"type":"array"}}},"OperationResult":{"additionalProperties":false,"allOf":[{"$ref":"#/components/schemas/OperationResultProperties"}],"description":"The operation result definition.","properties":{"inputs":{"$ref":"#/components/schemas/Object"},"inputsLink":{"$ref":"#/components/schemas/ContentLink"},"iterationCount":{"format":"int32","type":"integer"},"outputs":{"$ref":"#/components/schemas/Object"},"outputsLink":{"$ref":"#/components/schemas/ContentLink"},"retryHistory":{"description":"Gets the retry histories.","items":{"$ref":"#/components/schemas/RetryHistory"},"type":"array"},"trackedProperties":{"$ref":"#/components/schemas/Object"},"trackingId":{"description":"Gets the tracking id.","readOnly":true,"type":"string"}},"type":"object"},"OperationResultProperties":{"additionalProperties":false,"description":"The run operation result properties.","properties":{"code":{"description":"The workflow scope repetition code.","type":"string"},"correlation":{"$ref":"#/components/schemas/RunActionCorrelation"},"endTime":{"description":"The end time of the workflow scope repetition.","format":"date-time","type":"string"},"error":{},"startTime":{"description":"The start time of the workflow scope repetition.","format":"date-time","type":"string"},"status":{"$ref":"#/components/schemas/WorkflowStatus"}},"type":"object","x-abstract":true},"ParameterType":{"description":"The parameter type.","enum":["NotSpecified","String","SecureString","Int","Float","Bool","Array","Object","SecureObject"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ParameterType"}},"PartnerContent":{"description":"The integration account partner content.","properties":{"b2b":{"$ref":"#/components/schemas/B2BPartnerContent"}},"type":"object"},"PartnerType":{"description":"The partner type.","enum":["NotSpecified","B2B"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"PartnerType"}},"RecurrenceFrequency":{"description":"The recurrence frequency.","enum":["NotSpecified","Second","Minute","Hour","Day","Week","Month","Year"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"RecurrenceFrequency"}},"RecurrenceSchedule":{"description":"The recurrence schedule.","properties":{"hours":{"description":"The hours.","items":{"format":"int32","type":"integer"},"type":"array"},"minutes":{"description":"The minutes.","items":{"format":"int32","type":"integer"},"type":"array"},"monthDays":{"description":"The month days.","items":{"format":"int32","type":"integer"},"type":"array"},"monthlyOccurrences":{"description":"The monthly occurrences.","items":{"$ref":"#/components/schemas/RecurrenceScheduleOccurrence"},"type":"array"},"weekDays":{"description":"The days of the week.","items":{"enum":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"DaysOfWeek"}},"type":"array"}},"type":"object"},"RecurrenceScheduleOccurrence":{"description":"The recurrence schedule occurrence.","properties":{"day":{"$ref":"#/components/schemas/DayOfWeek"},"occurrence":{"description":"The occurrence.","format":"int32","type":"integer"}},"type":"object"},"RegenerateActionParameter":{"description":"The access key regenerate action content.","properties":{"keyType":{"$ref":"#/components/schemas/KeyType"}},"type":"object"},"RepetitionIndex":{"additionalProperties":false,"description":"The workflow run action repetition index.","properties":{"itemIndex":{"description":"The index.","format":"int32","type":"integer"},"scopeName":{"description":"The scope.","type":"string"}},"required":["itemIndex"],"type":"object"},"Request":{"additionalProperties":false,"description":"A request.","properties":{"headers":{"$ref":"#/components/schemas/Object"},"method":{"description":"The HTTP method used for the request.","type":"string"},"uri":{"description":"The destination for the request.","type":"string"}},"type":"object"},"RequestHistory":{"additionalProperties":false,"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The request history.","properties":{"properties":{"$ref":"#/components/schemas/RequestHistoryProperties"}},"type":"object"},"RequestHistoryListResult":{"description":"The list of workflow request histories.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"A list of workflow request histories.","items":{"$ref":"#/components/schemas/RequestHistory"},"type":"array"}},"type":"object"},"RequestHistoryProperties":{"additionalProperties":false,"description":"The request history.","properties":{"endTime":{"description":"The time the request ended.","format":"date-time","type":"string"},"request":{"$ref":"#/components/schemas/Request"},"response":{"$ref":"#/components/schemas/Response"},"startTime":{"description":"The time the request started.","format":"date-time","type":"string"}},"type":"object"},"Resource":{"description":"The base resource type.","properties":{"id":{"description":"The resource id.","readOnly":true,"type":"string"},"location":{"description":"The resource location.","type":"string"},"name":{"description":"Gets the resource name.","readOnly":true,"type":"string"},"tags":{"additionalProperties":{"type":"string"},"description":"The resource tags.","type":"object"},"type":{"description":"Gets the resource type.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true},"ResourceReference":{"description":"The resource reference.","properties":{"id":{"description":"The resource id.","type":"string"},"name":{"description":"Gets the resource name.","readOnly":true,"type":"string"},"type":{"description":"Gets the resource type.","readOnly":true,"type":"string"}},"type":"object"},"Response":{"additionalProperties":false,"description":"A response.","properties":{"bodyLink":{"$ref":"#/components/schemas/ContentLink"},"headers":{"$ref":"#/components/schemas/Object"},"statusCode":{"description":"The status code of the response.","format":"int32","type":"integer"}},"type":"object"},"RetryHistory":{"description":"The retry history.","properties":{"clientRequestId":{"description":"Gets the client request Id.","type":"string"},"code":{"description":"Gets the status code.","type":"string"},"endTime":{"description":"Gets the end time.","format":"date-time","type":"string"},"error":{"$ref":"#/components/schemas/ErrorResponse"},"serviceRequestId":{"description":"Gets the service request Id.","type":"string"},"startTime":{"description":"Gets the start time.","format":"date-time","type":"string"}},"type":"object"},"RunActionCorrelation":{"additionalProperties":false,"allOf":[{"$ref":"#/components/schemas/RunCorrelation"}],"description":"The workflow run action correlation properties.","properties":{"actionTrackingId":{"description":"The action tracking identifier.","type":"string"}},"type":"object"},"RunCorrelation":{"additionalProperties":false,"description":"The correlation properties.","properties":{"clientKeywords":{"description":"The client keywords.","items":{"type":"string"},"type":"array"},"clientTrackingId":{"description":"The client tracking identifier.","type":"string"}},"type":"object"},"SchemaType":{"description":"The schema type.","enum":["NotSpecified","Xml"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"SchemaType"}},"SegmentTerminatorSuffix":{"description":"The segment terminator suffix.","enum":["NotSpecified","None","CR","LF","CRLF"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"SegmentTerminatorSuffix"}},"SetTriggerStateActionDefinition":{"additionalProperties":false,"description":"The set trigger state action definition.","properties":{"source":{"$ref":"#/components/schemas/WorkflowTrigger"}},"required":["source"],"type":"object"},"SigningAlgorithm":{"description":"The signing or hashing algorithm.","enum":["NotSpecified","Default","SHA1","SHA2256","SHA2384","SHA2512"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"SigningAlgorithm"}},"Sku":{"description":"The sku type.","properties":{"name":{"$ref":"#/components/schemas/SkuName"},"plan":{"$ref":"#/components/schemas/ResourceReference"}},"required":["name"],"type":"object"},"SkuName":{"description":"The sku name.","enum":["NotSpecified","Free","Shared","Basic","Standard","Premium"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"SkuName"}},"StatusAnnotation":{"description":"The status annotation.","enum":["NotSpecified","Preview","Production"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"StatusAnnotation"}},"SubResource":{"description":"The sub resource type.","properties":{"id":{"description":"The resource id.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true},"SwaggerCustomDynamicList":{"description":"The swagger custom dynamic list.","properties":{"builtInOperation":{"description":"The built in operation.","type":"string"},"itemTitlePath":{"description":"The path to an item property which defines the display name of the item.","type":"string"},"itemValuePath":{"description":"The path to a property which defines the value which should be used.","type":"string"},"itemsPath":{"description":"The path to a response property (relative to the response object, not the response body) which contains an array of dynamic value items.","type":"string"},"operationId":{"description":"The operation id to fetch dynamic schema.","type":"string"},"parameters":{"additionalProperties":{"$ref":"#/components/schemas/SwaggerCustomDynamicProperties"},"description":"The parameters.","type":"object"}},"type":"object"},"SwaggerCustomDynamicProperties":{"description":"The swagger custom dynamic properties.","properties":{"operationId":{"description":"The operation id to fetch dynamic schema.","type":"string"},"parameters":{"additionalProperties":{"$ref":"#/components/schemas/SwaggerCustomDynamicProperties"},"description":"The operation parameters.","type":"object"},"valuePath":{"description":"Json pointer to the dynamic schema on the response body.","type":"string"}},"type":"object"},"SwaggerCustomDynamicSchema":{"description":"The swagger custom dynamic schema.","properties":{"operationId":{"description":"The operation id to fetch dynamic schema.","type":"string"},"parameters":{"additionalProperties":{"$ref":"#/components/schemas/Object"},"description":"The operation parameters.","type":"object"},"valuePath":{"description":"Json pointer to the dynamic schema on the response body.","type":"string"}},"type":"object"},"SwaggerCustomDynamicTree":{"description":"The swagger custom dynamic tree.","properties":{"browse":{"$ref":"#/components/schemas/SwaggerCustomDynamicTreeCommand"},"open":{"$ref":"#/components/schemas/SwaggerCustomDynamicTreeCommand"},"settings":{"$ref":"#/components/schemas/SwaggerCustomDynamicTreeSettings"}},"type":"object"},"SwaggerCustomDynamicTreeCommand":{"description":"The swagger tree command.","properties":{"itemFullTitlePath":{"description":"The path to an item property which defines the display name of the item.","type":"string"},"itemIsParent":{"description":"The path to an item property which defines the display name of the item.","type":"string"},"itemTitlePath":{"description":"The path to an item property which defines the display name of the item.","type":"string"},"itemValuePath":{"description":"The path to an item property which defines the display name of the item.","type":"string"},"itemsPath":{"description":"The path to an item property which defines the display name of the item.","type":"string"},"operationId":{"description":"The path to an item property which defines the display name of the item.","type":"string"},"parameters":{"additionalProperties":{"$ref":"#/components/schemas/SwaggerCustomDynamicTreeParameter"},"type":"object"},"selectableFilter":{"description":"The path to an item property which defines the display name of the item.","type":"string"}},"type":"object"},"SwaggerCustomDynamicTreeParameter":{"description":"The swagger custom dynamic tree parameter.","properties":{"parameterReference":{"description":"The parameter reference.","type":"string"},"required":{"description":"Indicates whether the parameter is required.","type":"boolean"},"selectedItemValuePath":{"description":"Gets or sets a path to a property in the currently selected item to pass as a value to a parameter for the given operation.","type":"string"},"value":{"$ref":"#/components/schemas/Object"}},"type":"object"},"SwaggerCustomDynamicTreeSettings":{"description":"The swagger custom dynamic tree settings.","properties":{"CanSelectLeafNodes":{"description":"Indicates whether leaf nodes can be selected.","type":"boolean"},"CanSelectParentNodes":{"description":"Indicates whether parent nodes can be selected.","type":"boolean"}},"type":"object"},"SwaggerExternalDocumentation":{"description":"The swagger external documentation","properties":{"description":{"description":"The document description.","type":"string"},"extensions":{"additionalProperties":{"$ref":"#/components/schemas/Object"},"description":"The vendor extensions.","type":"object"},"uri":{"description":"The documentation Uri.","type":"string"}},"type":"object"},"SwaggerSchema":{"description":"The swagger schema.","properties":{"additionalProperties":{"$ref":"#/components/schemas/Object"},"allOf":{"description":"The schemas which must pass validation when this schema is used.","items":{"$ref":"#/components/schemas/SwaggerSchema"},"type":"array"},"discriminator":{"description":"The discriminator.","type":"string"},"dynamicListNew":{"$ref":"#/components/schemas/SwaggerCustomDynamicList"},"dynamicSchemaNew":{"$ref":"#/components/schemas/SwaggerCustomDynamicProperties"},"dynamicSchemaOld":{"$ref":"#/components/schemas/SwaggerCustomDynamicSchema"},"dynamicTree":{"$ref":"#/components/schemas/SwaggerCustomDynamicTree"},"example":{"$ref":"#/components/schemas/Object"},"externalDocs":{"$ref":"#/components/schemas/SwaggerExternalDocumentation"},"items":{"$ref":"#/components/schemas/SwaggerSchema"},"maxProperties":{"description":"The maximum number of allowed properties.","type":"integer"},"minProperties":{"description":"The minimum number of allowed properties.","type":"integer"},"notificationUrlExtension":{"description":"Indicates the notification url extension. If this is set, the property's value should be a callback url for a webhook.","type":"boolean"},"properties":{"additionalProperties":{"$ref":"#/components/schemas/SwaggerSchema"},"description":"The object properties","type":"object","x-ms-client-flatten":true},"readOnly":{"description":"Indicates whether this property must be present in the a request.","type":"boolean"},"ref":{"description":"The reference.","type":"string"},"required":{"description":"The object required properties.","items":{"type":"string"},"type":"array"},"title":{"description":"The title.","type":"string"},"type":{"$ref":"#/components/schemas/SwaggerSchemaType"},"xml":{"$ref":"#/components/schemas/SwaggerXml"}},"type":"object"},"SwaggerSchemaType":{"description":"The swagger schema type.","enum":["String","Number","Integer","Boolean","Array","File","Object","Null"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"SwaggerSchemaType"}},"SwaggerXml":{"description":"The Swagger XML.","properties":{"attribute":{"description":"Indicates whether the property should be an attribute instead of an element.","type":"boolean"},"extensions":{"additionalProperties":{"$ref":"#/components/schemas/Object"},"description":"The vendor extensions.","type":"object"},"name":{"description":"The xml element or attribute name.","type":"string"},"namespace":{"description":"The xml namespace.","type":"string"},"prefix":{"description":"The name prefix.","type":"string"},"wrapped":{"description":"Indicates whether the array elements are wrapped in a container element.","type":"boolean"}},"type":"object"},"TrackEventsOperationOptions":{"description":"The track events operation options.","enum":["None","DisableSourceInfoEnrich"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"TrackEventsOperationOptions"}},"TrackingEvent":{"additionalProperties":false,"description":"The tracking event.","properties":{"error":{"$ref":"#/components/schemas/TrackingEventErrorInfo"},"eventLevel":{"$ref":"#/components/schemas/EventLevel"},"eventTime":{"description":"The event time.","format":"date-time","type":"string"},"recordType":{"$ref":"#/components/schemas/TrackingRecordType"}},"required":["eventLevel","eventTime","recordType"],"type":"object"},"TrackingEventErrorInfo":{"additionalProperties":false,"description":"The tracking event error info.","properties":{"code":{"description":"The code.","type":"string"},"message":{"description":"The message.","type":"string"}},"type":"object"},"TrackingEventsDefinition":{"additionalProperties":false,"description":"The tracking events definition.","properties":{"events":{"description":"The events.","items":{"$ref":"#/components/schemas/TrackingEvent"},"type":"array"},"sourceType":{"description":"The source type.","type":"string"},"trackEventsOptions":{"$ref":"#/components/schemas/TrackEventsOperationOptions"}},"required":["sourceType","events"],"type":"object"},"TrackingRecordType":{"description":"The tracking record type.","enum":["NotSpecified","Custom","AS2Message","AS2MDN","X12Interchange","X12FunctionalGroup","X12TransactionSet","X12InterchangeAcknowledgment","X12FunctionalGroupAcknowledgment","X12TransactionSetAcknowledgment","EdifactInterchange","EdifactFunctionalGroup","EdifactTransactionSet","EdifactInterchangeAcknowledgment","EdifactFunctionalGroupAcknowledgment","EdifactTransactionSetAcknowledgment"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"TrackingRecordType"}},"TrailingSeparatorPolicy":{"description":"The trailing separator policy.","enum":["NotSpecified","NotAllowed","Optional","Mandatory"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"TrailingSeparatorPolicy"}},"UsageIndicator":{"description":"The usage indicator.","enum":["NotSpecified","Test","Information","Production"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"UsageIndicator"}},"Workflow":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The workflow type.","properties":{"properties":{"$ref":"#/components/schemas/WorkflowProperties"}},"type":"object"},"WorkflowFilter":{"description":"The workflow filter.","properties":{"state":{"$ref":"#/components/schemas/WorkflowState"}},"type":"object"},"WorkflowListResult":{"description":"The list of workflows.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"The list of workflows.","items":{"$ref":"#/components/schemas/Workflow"},"type":"array"}},"type":"object"},"WorkflowOutputParameter":{"allOf":[{"$ref":"#/components/schemas/WorkflowParameter"}],"description":"The workflow output parameter.","properties":{"error":{"$ref":"#/components/schemas/Object"}},"type":"object"},"WorkflowParameter":{"description":"The workflow parameters.","properties":{"description":{"description":"The description.","type":"string"},"metadata":{"$ref":"#/components/schemas/Object"},"type":{"$ref":"#/components/schemas/ParameterType"},"value":{"$ref":"#/components/schemas/Object"}},"type":"object"},"WorkflowProperties":{"description":"The workflow properties.","properties":{"accessEndpoint":{"description":"Gets the access endpoint.","readOnly":true,"type":"string"},"changedTime":{"description":"Gets the changed time.","format":"date-time","readOnly":true,"type":"string"},"createdTime":{"description":"Gets the created time.","format":"date-time","readOnly":true,"type":"string"},"definition":{"$ref":"#/components/schemas/Object"},"endpointsConfiguration":{"$ref":"#/components/schemas/FlowEndpointsConfiguration"},"integrationAccount":{"$ref":"#/components/schemas/ResourceReference"},"integrationServiceEnvironment":{"$ref":"#/components/schemas/ResourceReference"},"parameters":{"additionalProperties":{"$ref":"#/components/schemas/WorkflowParameter"},"description":"The parameters.","type":"object"},"provisioningState":{"$ref":"#/components/schemas/WorkflowProvisioningState"},"sku":{"$ref":"#/components/schemas/Sku"},"state":{"$ref":"#/components/schemas/WorkflowState"},"version":{"description":"Gets the version.","readOnly":true,"type":"string"}},"type":"object"},"WorkflowProvisioningState":{"description":"The workflow provisioning state.","enum":["NotSpecified","Accepted","Running","Ready","Creating","Created","Deleting","Deleted","Canceled","Failed","Succeeded","Moving","Updating","Registering","Registered","Unregistering","Unregistered","Completed"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"WorkflowProvisioningState"}},"WorkflowRun":{"allOf":[{"$ref":"#/components/schemas/SubResource"}],"description":"The workflow run.","properties":{"name":{"description":"Gets the workflow run name.","readOnly":true,"type":"string"},"properties":{"$ref":"#/components/schemas/WorkflowRunProperties"},"type":{"description":"Gets the workflow run type.","readOnly":true,"type":"string"}},"type":"object"},"WorkflowRunAction":{"allOf":[{"$ref":"#/components/schemas/SubResource"}],"description":"The workflow run action.","properties":{"name":{"description":"Gets the workflow run action name.","readOnly":true,"type":"string"},"properties":{"$ref":"#/components/schemas/WorkflowRunActionProperties"},"type":{"description":"Gets the workflow run action type.","readOnly":true,"type":"string"}},"type":"object"},"WorkflowRunActionFilter":{"description":"The workflow run action filter.","properties":{"status":{"$ref":"#/components/schemas/WorkflowStatus"}},"type":"object"},"WorkflowRunActionListResult":{"description":"The list of workflow run actions.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"A list of workflow run actions.","items":{"$ref":"#/components/schemas/WorkflowRunAction"},"type":"array"}},"type":"object"},"WorkflowRunActionProperties":{"description":"The workflow run action properties.","properties":{"code":{"description":"Gets the code.","readOnly":true,"type":"string"},"correlation":{"$ref":"#/components/schemas/Correlation"},"endTime":{"description":"Gets the end time.","format":"date-time","readOnly":true,"type":"string"},"error":{"$ref":"#/components/schemas/Object"},"inputsLink":{"$ref":"#/components/schemas/ContentLink"},"outputsLink":{"$ref":"#/components/schemas/ContentLink"},"retryHistory":{"description":"Gets the retry histories.","items":{"$ref":"#/components/schemas/RetryHistory"},"type":"array"},"startTime":{"description":"Gets the start time.","format":"date-time","readOnly":true,"type":"string"},"status":{"$ref":"#/components/schemas/WorkflowStatus"},"trackedProperties":{"$ref":"#/components/schemas/Object"},"trackingId":{"description":"Gets the tracking id.","readOnly":true,"type":"string"}},"type":"object"},"WorkflowRunActionRepetitionDefinition":{"additionalProperties":false,"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The workflow run action repetition definition.","properties":{"properties":{"$ref":"#/components/schemas/WorkflowRunActionRepetitionProperties"}},"required":["properties"],"type":"object"},"WorkflowRunActionRepetitionDefinitionCollection":{"description":"A collection of workflow run action repetitions.","properties":{"nextLink":{"description":"The link used to get the next page of recommendations.","type":"string"},"value":{"items":{"$ref":"#/components/schemas/WorkflowRunActionRepetitionDefinition"},"type":"array"}},"type":"object"},"WorkflowRunActionRepetitionProperties":{"additionalProperties":false,"allOf":[{"$ref":"#/components/schemas/OperationResult"}],"description":"The workflow run action repetition properties definition.","properties":{"repetitionIndexes":{"description":"The repetition indexes.","items":{"$ref":"#/components/schemas/RepetitionIndex"},"type":"array"}},"type":"object"},"WorkflowRunFilter":{"description":"The workflow run filter.","properties":{"status":{"$ref":"#/components/schemas/WorkflowStatus"}},"type":"object"},"WorkflowRunListResult":{"description":"The list of workflow runs.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"A list of workflow runs.","items":{"$ref":"#/components/schemas/WorkflowRun"},"type":"array"}},"type":"object"},"WorkflowRunProperties":{"description":"The workflow run properties.","properties":{"code":{"description":"Gets the code.","readOnly":true,"type":"string"},"correlation":{"$ref":"#/components/schemas/Correlation"},"correlationId":{"description":"Gets the correlation id.","readOnly":true,"type":"string"},"endTime":{"description":"Gets the end time.","format":"date-time","readOnly":true,"type":"string"},"error":{"$ref":"#/components/schemas/Object"},"outputs":{"additionalProperties":{"$ref":"#/components/schemas/WorkflowOutputParameter"},"description":"Gets the outputs.","readOnly":true,"type":"object"},"response":{"$ref":"#/components/schemas/WorkflowRunTrigger"},"startTime":{"description":"Gets the start time.","format":"date-time","readOnly":true,"type":"string"},"status":{"$ref":"#/components/schemas/WorkflowStatus"},"trigger":{"$ref":"#/components/schemas/WorkflowRunTrigger"},"waitEndTime":{"description":"Gets the wait end time.","format":"date-time","readOnly":true,"type":"string"},"workflow":{"$ref":"#/components/schemas/ResourceReference"}},"type":"object"},"WorkflowRunTrigger":{"description":"The workflow run trigger.","properties":{"code":{"description":"Gets the code.","readOnly":true,"type":"string"},"correlation":{"$ref":"#/components/schemas/Correlation"},"endTime":{"description":"Gets the end time.","format":"date-time","readOnly":true,"type":"string"},"error":{"$ref":"#/components/schemas/Object"},"inputs":{"$ref":"#/components/schemas/Object"},"inputsLink":{"$ref":"#/components/schemas/ContentLink"},"name":{"description":"Gets the name.","readOnly":true,"type":"string"},"outputs":{"$ref":"#/components/schemas/Object"},"outputsLink":{"$ref":"#/components/schemas/ContentLink"},"scheduledTime":{"description":"Gets the scheduled time.","format":"date-time","readOnly":true,"type":"string"},"startTime":{"description":"Gets the start time.","format":"date-time","readOnly":true,"type":"string"},"status":{"$ref":"#/components/schemas/WorkflowStatus"},"trackedProperties":{"$ref":"#/components/schemas/Object"},"trackingId":{"description":"Gets the tracking id.","readOnly":true,"type":"string"}},"type":"object"},"WorkflowState":{"description":"The workflow state.","enum":["NotSpecified","Completed","Enabled","Disabled","Deleted","Suspended"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"WorkflowState"}},"WorkflowStatus":{"description":"The workflow status.","enum":["NotSpecified","Paused","Running","Waiting","Succeeded","Skipped","Suspended","Cancelled","Failed","Faulted","TimedOut","Aborted","Ignored"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"WorkflowStatus"}},"WorkflowTrigger":{"allOf":[{"$ref":"#/components/schemas/SubResource"}],"description":"The workflow trigger.","properties":{"name":{"description":"Gets the workflow trigger name.","readOnly":true,"type":"string"},"properties":{"$ref":"#/components/schemas/WorkflowTriggerProperties"},"type":{"description":"Gets the workflow trigger type.","readOnly":true,"type":"string"}},"type":"object"},"WorkflowTriggerCallbackUrl":{"description":"The workflow trigger callback URL.","properties":{"basePath":{"description":"Gets the workflow trigger callback URL base path.","readOnly":true,"type":"string"},"method":{"description":"Gets the workflow trigger callback URL HTTP method.","readOnly":true,"type":"string"},"queries":{"$ref":"#/components/schemas/WorkflowTriggerListCallbackUrlQueries"},"relativePath":{"description":"Gets the workflow trigger callback URL relative path.","readOnly":true,"type":"string"},"relativePathParameters":{"description":"Gets the workflow trigger callback URL relative path parameters.","items":{"type":"string"},"type":"array"},"value":{"description":"Gets the workflow trigger callback URL.","readOnly":true,"type":"string"}},"type":"object"},"WorkflowTriggerFilter":{"description":"The workflow trigger filter.","properties":{"state":{"$ref":"#/components/schemas/WorkflowState"}},"type":"object"},"WorkflowTriggerHistory":{"allOf":[{"$ref":"#/components/schemas/SubResource"}],"description":"The workflow trigger history.","properties":{"name":{"description":"Gets the workflow trigger history name.","readOnly":true,"type":"string"},"properties":{"$ref":"#/components/schemas/WorkflowTriggerHistoryProperties"},"type":{"description":"Gets the workflow trigger history type.","readOnly":true,"type":"string"}},"type":"object"},"WorkflowTriggerHistoryFilter":{"description":"The workflow trigger history filter.","properties":{"status":{"$ref":"#/components/schemas/WorkflowStatus"}},"type":"object"},"WorkflowTriggerHistoryListResult":{"description":"The list of workflow trigger histories.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"A list of workflow trigger histories.","items":{"$ref":"#/components/schemas/WorkflowTriggerHistory"},"type":"array"}},"type":"object"},"WorkflowTriggerHistoryProperties":{"description":"The workflow trigger history properties.","properties":{"code":{"description":"Gets the code.","readOnly":true,"type":"string"},"correlation":{"$ref":"#/components/schemas/Correlation"},"endTime":{"description":"Gets the end time.","format":"date-time","readOnly":true,"type":"string"},"error":{"$ref":"#/components/schemas/Object"},"fired":{"description":"The value indicating whether trigger was fired.","readOnly":true,"type":"boolean"},"inputsLink":{"$ref":"#/components/schemas/ContentLink"},"outputsLink":{"$ref":"#/components/schemas/ContentLink"},"run":{"$ref":"#/components/schemas/ResourceReference"},"startTime":{"description":"Gets the start time.","format":"date-time","readOnly":true,"type":"string"},"status":{"$ref":"#/components/schemas/WorkflowStatus"},"trackingId":{"description":"Gets the tracking id.","readOnly":true,"type":"string"}},"type":"object"},"WorkflowTriggerListCallbackUrlQueries":{"description":"Gets the workflow trigger callback URL query parameters.","properties":{"api-version":{"description":"The api version.","type":"string"},"se":{"description":"The SAS timestamp.","type":"string"},"sig":{"description":"The SAS signature.","type":"string"},"sp":{"description":"The SAS permissions.","type":"string"},"sv":{"description":"The SAS version.","type":"string"}},"type":"object"},"WorkflowTriggerListResult":{"description":"The list of workflow triggers.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"A list of workflow triggers.","items":{"$ref":"#/components/schemas/WorkflowTrigger"},"type":"array"}},"type":"object"},"WorkflowTriggerProperties":{"description":"The workflow trigger properties.","properties":{"changedTime":{"description":"Gets the changed time.","format":"date-time","readOnly":true,"type":"string"},"createdTime":{"description":"Gets the created time.","format":"date-time","readOnly":true,"type":"string"},"lastExecutionTime":{"description":"Gets the last execution time.","format":"date-time","readOnly":true,"type":"string"},"nextExecutionTime":{"description":"Gets the next execution time.","format":"date-time","readOnly":true,"type":"string"},"provisioningState":{"$ref":"#/components/schemas/WorkflowTriggerProvisioningState"},"recurrence":{"$ref":"#/components/schemas/WorkflowTriggerRecurrence"},"state":{"$ref":"#/components/schemas/WorkflowState"},"status":{"$ref":"#/components/schemas/WorkflowStatus"},"workflow":{"$ref":"#/components/schemas/ResourceReference"}},"type":"object"},"WorkflowTriggerProvisioningState":{"description":"The workflow trigger provisioning state.","enum":["NotSpecified","Accepted","Running","Ready","Creating","Created","Deleting","Deleted","Canceled","Failed","Succeeded","Moving","Updating","Registering","Registered","Unregistering","Unregistered","Completed"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"WorkflowTriggerProvisioningState"}},"WorkflowTriggerRecurrence":{"description":"The workflow trigger recurrence.","properties":{"endTime":{"description":"The end time.","type":"string"},"frequency":{"$ref":"#/components/schemas/RecurrenceFrequency"},"interval":{"description":"The interval.","format":"int32","type":"integer"},"schedule":{"$ref":"#/components/schemas/RecurrenceSchedule"},"startTime":{"description":"The start time.","type":"string"},"timeZone":{"description":"The time zone.","type":"string"}},"type":"object"},"WorkflowVersion":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"The workflow version.","properties":{"properties":{"$ref":"#/components/schemas/WorkflowVersionProperties"}},"type":"object"},"WorkflowVersionListResult":{"description":"The list of workflow versions.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"A list of workflow versions.","items":{"$ref":"#/components/schemas/WorkflowVersion"},"type":"array"}},"type":"object"},"WorkflowVersionProperties":{"description":"The workflow version properties.","properties":{"accessEndpoint":{"description":"Gets the access endpoint.","readOnly":true,"type":"string"},"changedTime":{"description":"Gets the changed time.","format":"date-time","readOnly":true,"type":"string"},"createdTime":{"description":"Gets the created time.","format":"date-time","readOnly":true,"type":"string"},"definition":{"$ref":"#/components/schemas/Object"},"integrationAccount":{"$ref":"#/components/schemas/ResourceReference"},"parameters":{"additionalProperties":{"$ref":"#/components/schemas/WorkflowParameter"},"description":"The parameters.","type":"object"},"sku":{"$ref":"#/components/schemas/Sku"},"state":{"$ref":"#/components/schemas/WorkflowState"},"version":{"description":"Gets the version.","readOnly":true,"type":"string"}},"type":"object"},"WsdlImportMethod":{"description":"The WSDL import method.","enum":["NotSpecified","SoapToRest","SoapPassThrough"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"WsdlImportMethod"}},"WsdlService":{"description":"The WSDL service.","properties":{"EndpointQualifiedNames":{"description":"The list of endpoints' qualified names.","items":{"type":"string"},"type":"array"},"qualifiedName":{"description":"The qualified name.","type":"string"}},"type":"object"},"X12AcknowledgementSettings":{"description":"The X12 agreement acknowledgement settings.","properties":{"acknowledgementControlNumberLowerBound":{"description":"The acknowledgement control number lower bound.","format":"int32","type":"integer"},"acknowledgementControlNumberPrefix":{"description":"The acknowledgement control number prefix.","type":"string"},"acknowledgementControlNumberSuffix":{"description":"The acknowledgement control number suffix.","type":"string"},"acknowledgementControlNumberUpperBound":{"description":"The acknowledgement control number upper bound.","format":"int32","type":"integer"},"batchFunctionalAcknowledgements":{"description":"The value indicating whether to batch functional acknowledgements.","type":"boolean"},"batchImplementationAcknowledgements":{"description":"The value indicating whether to batch implementation acknowledgements.","type":"boolean"},"batchTechnicalAcknowledgements":{"description":"The value indicating whether to batch the technical acknowledgements.","type":"boolean"},"functionalAcknowledgementVersion":{"description":"The functional acknowledgement version.","type":"string"},"implementationAcknowledgementVersion":{"description":"The implementation acknowledgement version.","type":"string"},"needFunctionalAcknowledgement":{"description":"The value indicating whether functional acknowledgement is needed.","type":"boolean"},"needImplementationAcknowledgement":{"description":"The value indicating whether implementation acknowledgement is needed.","type":"boolean"},"needLoopForValidMessages":{"description":"The value indicating whether a loop is needed for valid messages.","type":"boolean"},"needTechnicalAcknowledgement":{"description":"The value indicating whether technical acknowledgement is needed.","type":"boolean"},"rolloverAcknowledgementControlNumber":{"description":"The value indicating whether to rollover acknowledgement control number.","type":"boolean"},"sendSynchronousAcknowledgement":{"description":"The value indicating whether to send synchronous acknowledgement.","type":"boolean"}},"required":["needTechnicalAcknowledgement","batchTechnicalAcknowledgements","needFunctionalAcknowledgement","batchFunctionalAcknowledgements","needImplementationAcknowledgement","batchImplementationAcknowledgements","needLoopForValidMessages","sendSynchronousAcknowledgement","acknowledgementControlNumberLowerBound","acknowledgementControlNumberUpperBound","rolloverAcknowledgementControlNumber"],"type":"object"},"X12AgreementContent":{"description":"The X12 agreement content.","properties":{"receiveAgreement":{"$ref":"#/components/schemas/X12OneWayAgreement"},"sendAgreement":{"$ref":"#/components/schemas/X12OneWayAgreement"}},"required":["receiveAgreement","sendAgreement"],"type":"object"},"X12CharacterSet":{"description":"The X12 character set.","enum":["NotSpecified","Basic","Extended","UTF8"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"X12CharacterSet"}},"X12DateFormat":{"description":"The x12 date format.","enum":["NotSpecified","CCYYMMDD","YYMMDD"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"X12DateFormat"}},"X12DelimiterOverrides":{"description":"The X12 delimiter override settings.","properties":{"componentSeparator":{"description":"The component separator.","format":"int32","type":"integer"},"dataElementSeparator":{"description":"The data element separator.","format":"int32","type":"integer"},"messageId":{"description":"The message id.","type":"string"},"protocolVersion":{"description":"The protocol version.","type":"string"},"replaceCharacter":{"description":"The replacement character.","format":"int32","type":"integer"},"replaceSeparatorsInPayload":{"description":"The value indicating whether to replace separators in payload.","type":"boolean"},"segmentTerminator":{"description":"The segment terminator.","format":"int32","type":"integer"},"segmentTerminatorSuffix":{"$ref":"#/components/schemas/SegmentTerminatorSuffix"},"targetNamespace":{"description":"The target namespace on which this delimiter settings has to be applied.","type":"string"}},"required":["dataElementSeparator","componentSeparator","segmentTerminator","segmentTerminatorSuffix","replaceCharacter","replaceSeparatorsInPayload"],"type":"object"},"X12EnvelopeOverride":{"description":"The X12 envelope override settings.","properties":{"dateFormat":{"$ref":"#/components/schemas/X12DateFormat"},"functionalIdentifierCode":{"description":"The functional identifier code.","type":"string"},"headerVersion":{"description":"The header version.","type":"string"},"messageId":{"description":"The message id on which this envelope settings has to be applied.","type":"string"},"protocolVersion":{"description":"The protocol version on which this envelope settings has to be applied.","type":"string"},"receiverApplicationId":{"description":"The receiver application id.","type":"string"},"responsibleAgencyCode":{"description":"The responsible agency code.","type":"string"},"senderApplicationId":{"description":"The sender application id.","type":"string"},"targetNamespace":{"description":"The target namespace on which this envelope settings has to be applied.","type":"string"},"timeFormat":{"$ref":"#/components/schemas/X12TimeFormat"}},"required":["targetNamespace","protocolVersion","messageId","responsibleAgencyCode","headerVersion","senderApplicationId","receiverApplicationId","dateFormat","timeFormat"],"type":"object"},"X12EnvelopeSettings":{"description":"The X12 agreement envelope settings.","properties":{"controlStandardsId":{"description":"The controls standards id.","format":"int32","type":"integer"},"controlVersionNumber":{"description":"The control version number.","type":"string"},"enableDefaultGroupHeaders":{"description":"The value indicating whether to enable default group headers.","type":"boolean"},"functionalGroupId":{"description":"The functional group id.","type":"string"},"groupControlNumberLowerBound":{"description":"The group control number lower bound.","format":"int32","type":"integer"},"groupControlNumberUpperBound":{"description":"The group control number upper bound.","format":"int32","type":"integer"},"groupHeaderAgencyCode":{"description":"The group header agency code.","type":"string"},"groupHeaderDateFormat":{"$ref":"#/components/schemas/X12DateFormat"},"groupHeaderTimeFormat":{"$ref":"#/components/schemas/X12TimeFormat"},"groupHeaderVersion":{"description":"The group header version.","type":"string"},"interchangeControlNumberLowerBound":{"description":"The interchange  control number lower bound.","format":"int32","type":"integer"},"interchangeControlNumberUpperBound":{"description":"The interchange  control number upper bound.","format":"int32","type":"integer"},"overwriteExistingTransactionSetControlNumber":{"description":"The value indicating whether to overwrite existing transaction set control number.","type":"boolean"},"receiverApplicationId":{"description":"The receiver application id.","type":"string"},"rolloverGroupControlNumber":{"description":"The value indicating whether to rollover group control number.","type":"boolean"},"rolloverInterchangeControlNumber":{"description":"The value indicating whether to rollover interchange control number.","type":"boolean"},"rolloverTransactionSetControlNumber":{"description":"The value indicating whether to rollover transaction set control number.","type":"boolean"},"senderApplicationId":{"description":"The sender application id.","type":"string"},"transactionSetControlNumberLowerBound":{"description":"The transaction set control number lower bound.","format":"int32","type":"integer"},"transactionSetControlNumberPrefix":{"description":"The transaction set control number prefix.","type":"string"},"transactionSetControlNumberSuffix":{"description":"The transaction set control number suffix.","type":"string"},"transactionSetControlNumberUpperBound":{"description":"The transaction set control number upper bound.","format":"int32","type":"integer"},"usageIndicator":{"$ref":"#/components/schemas/UsageIndicator"},"useControlStandardsIdAsRepetitionCharacter":{"description":"The value indicating whether to use control standards id as repetition character.","type":"boolean"}},"required":["controlStandardsId","useControlStandardsIdAsRepetitionCharacter","senderApplicationId","receiverApplicationId","controlVersionNumber","interchangeControlNumberLowerBound","interchangeControlNumberUpperBound","rolloverInterchangeControlNumber","enableDefaultGroupHeaders","groupControlNumberLowerBound","groupControlNumberUpperBound","rolloverGroupControlNumber","groupHeaderAgencyCode","groupHeaderVersion","transactionSetControlNumberLowerBound","transactionSetControlNumberUpperBound","rolloverTransactionSetControlNumber","overwriteExistingTransactionSetControlNumber","groupHeaderDateFormat","groupHeaderTimeFormat","usageIndicator"],"type":"object"},"X12FramingSettings":{"description":"The X12 agreement framing settings.","properties":{"characterSet":{"$ref":"#/components/schemas/X12CharacterSet"},"componentSeparator":{"description":"The component separator.","format":"int32","type":"integer"},"dataElementSeparator":{"description":"The data element separator.","format":"int32","type":"integer"},"replaceCharacter":{"description":"The replacement character.","format":"int32","type":"integer"},"replaceSeparatorsInPayload":{"description":"The value indicating whether to replace separators in payload.","type":"boolean"},"segmentTerminator":{"description":"The segment terminator.","format":"int32","type":"integer"},"segmentTerminatorSuffix":{"$ref":"#/components/schemas/SegmentTerminatorSuffix"}},"required":["dataElementSeparator","componentSeparator","replaceSeparatorsInPayload","replaceCharacter","segmentTerminator","characterSet","segmentTerminatorSuffix"],"type":"object"},"X12MessageFilter":{"description":"The X12 message filter for odata query.","properties":{"messageFilterType":{"$ref":"#/components/schemas/MessageFilterType"}},"required":["messageFilterType"],"type":"object"},"X12MessageIdentifier":{"description":"The X12 message identifier.","properties":{"messageId":{"description":"The message id.","type":"string"}},"required":["messageId"],"type":"object"},"X12OneWayAgreement":{"description":"The X12 one-way agreement.","properties":{"protocolSettings":{"$ref":"#/components/schemas/X12ProtocolSettings"},"receiverBusinessIdentity":{"$ref":"#/components/schemas/BusinessIdentity"},"senderBusinessIdentity":{"$ref":"#/components/schemas/BusinessIdentity"}},"required":["senderBusinessIdentity","receiverBusinessIdentity","protocolSettings"],"type":"object"},"X12ProcessingSettings":{"description":"The X12 processing settings.","properties":{"convertImpliedDecimal":{"description":"The value indicating whether to convert numerical type to implied decimal.","type":"boolean"},"createEmptyXmlTagsForTrailingSeparators":{"description":"The value indicating whether to create empty xml tags for trailing separators.","type":"boolean"},"maskSecurityInfo":{"description":"The value indicating whether to mask security information.","type":"boolean"},"preserveInterchange":{"description":"The value indicating whether to preserve interchange.","type":"boolean"},"suspendInterchangeOnError":{"description":"The value indicating whether to suspend interchange on error.","type":"boolean"},"useDotAsDecimalSeparator":{"description":"The value indicating whether to use dot as decimal separator.","type":"boolean"}},"required":["maskSecurityInfo","convertImpliedDecimal","preserveInterchange","suspendInterchangeOnError","createEmptyXmlTagsForTrailingSeparators","useDotAsDecimalSeparator"],"type":"object"},"X12ProtocolSettings":{"description":"The X12 agreement protocol settings.","properties":{"acknowledgementSettings":{"$ref":"#/components/schemas/X12AcknowledgementSettings"},"envelopeOverrides":{"description":"The X12 envelope override settings.","items":{"$ref":"#/components/schemas/X12EnvelopeOverride"},"type":"array"},"envelopeSettings":{"$ref":"#/components/schemas/X12EnvelopeSettings"},"framingSettings":{"$ref":"#/components/schemas/X12FramingSettings"},"messageFilter":{"$ref":"#/components/schemas/X12MessageFilter"},"messageFilterList":{"description":"The X12 message filter list.","items":{"$ref":"#/components/schemas/X12MessageIdentifier"},"type":"array"},"processingSettings":{"$ref":"#/components/schemas/X12ProcessingSettings"},"schemaReferences":{"description":"The X12 schema references.","items":{"$ref":"#/components/schemas/X12SchemaReference"},"type":"array"},"securitySettings":{"$ref":"#/components/schemas/X12SecuritySettings"},"validationOverrides":{"description":"The X12 validation override settings.","items":{"$ref":"#/components/schemas/X12ValidationOverride"},"type":"array"},"validationSettings":{"$ref":"#/components/schemas/X12ValidationSettings"},"x12DelimiterOverrides":{"description":"The X12 delimiter override settings.","items":{"$ref":"#/components/schemas/X12DelimiterOverrides"},"type":"array"}},"required":["validationSettings","framingSettings","envelopeSettings","acknowledgementSettings","messageFilter","securitySettings","processingSettings","schemaReferences"],"type":"object"},"X12SchemaReference":{"description":"The X12 schema reference.","properties":{"messageId":{"description":"The message id.","type":"string"},"schemaName":{"description":"The schema name.","type":"string"},"schemaVersion":{"description":"The schema version.","type":"string"},"senderApplicationId":{"description":"The sender application id.","type":"string"}},"required":["messageId","schemaVersion","schemaName"],"type":"object"},"X12SecuritySettings":{"description":"The X12 agreement security settings.","properties":{"authorizationQualifier":{"description":"The authorization qualifier.","type":"string"},"authorizationValue":{"description":"The authorization value.","type":"string"},"passwordValue":{"description":"The password value.","type":"string"},"securityQualifier":{"description":"The security qualifier.","type":"string"}},"required":["authorizationQualifier","securityQualifier"],"type":"object"},"X12TimeFormat":{"description":"The x12 time format.","enum":["NotSpecified","HHMM","HHMMSS","HHMMSSdd","HHMMSSd"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"X12TimeFormat"}},"X12ValidationOverride":{"description":"The X12 validation override settings.","properties":{"allowLeadingAndTrailingSpacesAndZeroes":{"description":"The value indicating whether to allow leading and trailing spaces and zeroes.","type":"boolean"},"messageId":{"description":"The message id on which the validation settings has to be applied.","type":"string"},"trailingSeparatorPolicy":{"$ref":"#/components/schemas/TrailingSeparatorPolicy"},"trimLeadingAndTrailingSpacesAndZeroes":{"description":"The value indicating whether to trim leading and trailing spaces and zeroes.","type":"boolean"},"validateCharacterSet":{"description":"The value indicating whether to validate character Set.","type":"boolean"},"validateEDITypes":{"description":"The value indicating whether to validate EDI types.","type":"boolean"},"validateXSDTypes":{"description":"The value indicating whether to validate XSD types.","type":"boolean"}},"required":["messageId","validateEDITypes","validateXSDTypes","allowLeadingAndTrailingSpacesAndZeroes","validateCharacterSet","trimLeadingAndTrailingSpacesAndZeroes","trailingSeparatorPolicy"],"type":"object"},"X12ValidationSettings":{"description":"The X12 agreement validation settings.","properties":{"allowLeadingAndTrailingSpacesAndZeroes":{"description":"The value indicating whether to allow leading and trailing spaces and zeroes.","type":"boolean"},"checkDuplicateGroupControlNumber":{"description":"The value indicating whether to check for duplicate group control number.","type":"boolean"},"checkDuplicateInterchangeControlNumber":{"description":"The value indicating whether to check for duplicate interchange control number.","type":"boolean"},"checkDuplicateTransactionSetControlNumber":{"description":"The value indicating whether to check for duplicate transaction set control number.","type":"boolean"},"interchangeControlNumberValidityDays":{"description":"The validity period of interchange control number.","format":"int32","type":"integer"},"trailingSeparatorPolicy":{"$ref":"#/components/schemas/TrailingSeparatorPolicy"},"trimLeadingAndTrailingSpacesAndZeroes":{"description":"The value indicating whether to trim leading and trailing spaces and zeroes.","type":"boolean"},"validateCharacterSet":{"description":"The value indicating whether to validate character set in the message.","type":"boolean"},"validateEDITypes":{"description":"The value indicating whether to Whether to validate EDI types.","type":"boolean"},"validateXSDTypes":{"description":"The value indicating whether to Whether to validate XSD types.","type":"boolean"}},"required":["validateCharacterSet","checkDuplicateInterchangeControlNumber","interchangeControlNumberValidityDays","checkDuplicateGroupControlNumber","checkDuplicateTransactionSetControlNumber","validateEDITypes","validateXSDTypes","allowLeadingAndTrailingSpacesAndZeroes","trimLeadingAndTrailingSpacesAndZeroes","trailingSeparatorPolicy"],"type":"object"}}}}