CreateAgent_闪电立方_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

接口说明

  • 创建代理,您必须有 mgw:CreateImportAgent 权限。
  • 当您的数据需要通过专线或 VPN 迁移上云、自建存储迁移上云时,需要使用代理。
  • 创建代理前,您需要创建一个通道,代理必须关联一个通道。

流控信息

当前云产品API请求速率暂未透出。

授权信息

当前云产品暂无权限信息透出。

请求语法

POST /agent HTTP/1.1
Host: userid.cn-hangzhou.mgw.aliyuncs.com
<?xml version="1.0" encoding="UTF-8"?>
<ImportAgent>
  <Name>string</Name>
  <DeployMethod>string</DeployMethod>
  <AgentEndpoint>string</AgentEndpoint>
  <Tags>string</Tags>
  <TunnelId>string</TunnelId>
</ImportAgent>

请求参数

字段名称字段详情
bodyobject

创建代理请求体。

变更历史

暂无变更历史

相关示例