CreateGateway_物联网络管理平台_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.

流控信息

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

授权信息

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

请求参数

字段名称字段详情
IotInstanceIdstring

实例 ID。您可在物联网平台控制台的实例概览页面,查看当前实例的 ID展开详情

示例值:iot-***-v6***
GwEuistring

网关唯一标识。

示例值:0000000000000000
PinCodestring

网关 PinCode,用于确保录入者拥有该网关。

示例值:000000
Namestring

自定义网关名称。展开详情

示例值:vmee
Descriptionstring

自定义网关描述信息,长度不超过 100 个字符(一个中文汉字算一个字符)。

示例值:my gateway
FreqBandPlanGroupIdinteger<int64>

网关频段 ID。

注意 该字段类型为 Long,在序列化/反序列化的过程中可能导致精度丢失,请注意数值不得大于 9007199254740991。
示例值:123参考取值来源:
    ListNodeGroupTransferPackets
    GetNodeGroup
CommunicationModestring

网关通信模式。取值:展开详情

示例值:HALF_DUPLEX枚举值:HALF_DUPLEXFULL_DUPLEX
Citystring

网关所在城市名称。

示例值:杭州
Districtstring

网关所在城区名称。

示例值:滨江区
Addressstring

网关所在详细地址。

示例值:详细地址
GisCoordinateSystemstring

网关经纬度所采用的坐标系统,可取值为WGS_84, GCJ_02

示例值:GCJ_02枚举值:WGS_84GCJ_02参考取值来源:
    ListGatewaysGisInfo
Longitudenumber<float>

网关经度。

示例值:123.45678
Latitudenumber<float>

网关纬度。

示例值:23.45678
AddressCodeinteger<int64>

网关所在地区 ID,由http://lbs.amap.com/api/javascript-api/download定义。

注意 该字段类型为 Long,在序列化/反序列化的过程中可能导致精度丢失,请注意数值不得大于 9007199254740991。
示例值:123

返回参数

字段名称字段详情
Successboolean

是否调用成功。展开详情

示例值:true
RequestIdstring

请求 ID。

示例值:89EF6CAA-958F-F32C-BE45-FE003C6DE097

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
ForbiddenByRam
User not authorized to operate on the specified resource, or this API does not support RAM.诊断
400
ForbiddenByRiskControl
This operation cannot be performed because of security risks.诊断
400
GwEuiDuplicated
A gateway with the same gwEui already exists.诊断
400
GatewayTupleAlreadyAbandoned
The specified gateway tuple has been abandoned.诊断
400
IotHubTripleMissing
The IoT Platform trituple of this gateway does not exist.诊断
400
InvalidPinCode
An error occurred while verifying PinCode.诊断
400
GatewayAlreadyBoundToOthers
This gateway has already been bound to another account.诊断
400
ExceedGatewayLimit
The maximum number of gateways is exceeded.诊断
400
InvalidFreqBandPlan
The frequency band plan is invalid.诊断
400
InvalidName
The specified name is invalid.诊断
400
GatewayInstanceInvalid
The instance ID is invalid.诊断
400
GatewayDistributeFail
Failed to distribute the gateway tuple.诊断

变更历史

暂无变更历史

相关示例