调用UpdateGateway更新网关信息。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String UpdateGateway

系统规定参数。取值:UpdateGateway

GwEui String 0000000000000000

网关唯一标识。

Name String 网关名称

自定义网关名称。

Description String 网关描述

自定义网关描述。

FreqBandPlanGroupId Long 123

网关频段ID。

CommunicationMode String HALF_DUPLEX

网关通信模式。可取值为FULL_DUPLEX(全双工)、HALF_DUPLEX(半双工)。

AddressCode Long 123

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

City String 某某市

网关所在城市名称。

District String 某某区

网关所在城区名称。

Address String 详细地址

网关所在详细地址。

GisCoordinateSystem String GCJ_02

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

Longitude Float 123.45678

网关经度。

Latitude Float 23.45678

网关纬度。

返回数据

名称 类型 示例值 描述
RequestId String 89EF6CAA-958F-F32C-BE45-FE003C6DE097

请求ID。

Success Boolean true

是否成功。

示例

请求示例

http(s)://linkwan.cn-shanghai.aliyuncs.com/?Action=UpdateGateway
&GwEui=0000000000000000
&<公共请求参数>

正常返回示例

XML格式

<UpdateGatewayResponse>
        <RequestId>89EF6CAA-958F-F32C-BE45-FE003C6DE097</RequestId>
        <Success>true</Success>
</UpdateGatewayResponse>

JSON格式

{
	"RequestId":"89EF6CAA-958F-F32C-BE45-FE003C6DE097",
	"Success":true
}

错误码

HttpCode 错误码 错误信息 描述
400 ForbiddenByRam User not authorized to operate on the specified resource, or this API does not support RAM. 用户没有执行该操作所需要的RAM权限。
400 ForbiddenByRiskControl This operation cannot be performed because of security risks. 存在安全风险,无法执行该操作
400 NonExistent The specified resource does not exist. 要操作的资源不存在。
400 InternalError The request processing has failed due to some unknown error, exception or failure. 内部错误。
400 CloudProductNotActivated The Link WAN service has not been activated. 未开通 Link WAN 云产品
400 FeatureNotActivated The feature has not been activated. 功能未开通
400 InvalidName The specified name is invalid. 名称不合法

访问错误中心查看更多错误码。