Azure Data Factory V2 - Rest API的Web活动问题 [英] Azure Data Factory V2 - Web Activity issue with Rest API

查看:143
本文介绍了Azure Data Factory V2 - Rest API的Web活动问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hi Team,

我在运行Rest API时遇到网络活动问题。

I am facing issue with web activity while running Rest API.

低于误差 

Getting Below Error 



错误

推荐答案

嗨Gaurav-GAZ,

Hi Gaurav-GAZ,

确保您已输入有效的"url-Target端点和路径"。

Make sure you have entered valid "url–Target endpoint and path".

我已尝试使用有效网址并且作业成功。

I have tried with valid url and the Job was successful.

JSON代码网络活动:

{
    "name": "pipeline1",
    "properties": {
        "activities": [
            {
                "name": "Webactivity",
                "type": "WebActivity",
                "policy": {
                    "timeout": "7.00:00:00",
                    "retry": 0,
                    "retryIntervalInSeconds": 30,
                    "secureOutput": false,
                    "secureInput": false
                },
                "typeProperties": {
                    "url": "https://www.microsoft.com/",
                    "method": "GET",
                    "body": ""
                }
            }
        ]
    }
}

有关详细信息,请参阅" Azure数据工厂中的Web活动"。

For more details, refer "Web activity in Azure Data Factory".

希望这有帮助。


这篇关于Azure Data Factory V2 - Rest API的Web活动问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆