简体   繁体   English

如何使逻辑应用程序运行一次并多次调用 api

[英]How to make a logic app to run once and call the api multiple times

在此处输入图像描述

I want to run this logic app once and it needs to hit the api endpoint 50 times.我想运行此逻辑应用一次,它需要访问 api 端点 50 次。 I want to implement this to check some caching policy in API Management.我想实现这个来检查 API 管理中的一些缓存策略。

I want to run this logic app once and it needs to hit the api endpoint 50 times我想运行此逻辑应用一次,它需要访问 api 端点 50 次

You can design a logic app such as below, based on screenshot we are using variables to keep the count until loop,Inside which for each iteration we can have a http activity to invoke in API.您可以设计如下所示的逻辑应用程序,根据屏幕截图,我们使用变量来保持计数直到循环,其中对于每次迭代,我们可以在 API 中调用一个 http 活动。

在此处输入图像描述

For more information you can also refer this Microsoft documentation: Call service endpoints over HTTP or HTTPS from Azure Logic Apps有关详细信息,您还可以参考此 Microsoft 文档: 通过 HTTP 或 HTTPS 从 Azure Logic Apps 调用服务端点

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure Logic App - 如何调用Azure AD认证的API - Azure Logic App - how to call an API authenticated by Azure AD 如何对 Chalice 应用程序进行异步 API 调用? - How to make an asynchronous API call to a Chalice app? 如何使用 azure 逻辑应用程序一次将多张 Excel 文件转换为 CSV? - How to convert Excel file with multiple sheets to CSV at once using azure logic app? Twilio 使用 DTMF 多次拨打电话和发送数字 - Twilio Make call and send digits multiple times using DTMF Azure 逻辑应用程序:如何制作 x-www-form-encoded? - Azure Logic App: how to make a x-www-form-encoded? 如何对现有文件多次运行 blob 存储触发器 - How to run blob storage trigger multiple times over existing files 如何为 Azure 中的逻辑应用程序处理多个新的 blob 文件? - How to handle multiple new blob files for a logic app in Azure? 无法从本地机器中的本机应用程序调用 API - Unable to make API call from react native app in local machine Cloud Firestore 触发器运行多次 - Cloud Firestore triggers run multiple times 如何使 API 网关触发器异步调用 lambda? - How to make an API Gateway trigger call a lambda asynchronously?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM