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

接口说明

限制说明

单阿里云账号调用该接口的每秒请求数(QPS)最大限制为 5。

说明 RAM 用户共享阿里云账号配额。

流控信息

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

授权信息

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

请求参数

字段名称字段详情
IotInstanceIdstring

实例 ID。展开详情

示例值:iot-cn-0pp1n8t****
DevEuistring

数据包所涉及的 DevEUI,为 16 位 HEX。

示例值:0000000000000001
Base64EncodedMacPayloadstring

Base64 编码后的 MACPayload 报文,可调用 ListNodeGroupTransferPackets 接口查询获取。

示例值:SGVsbG8hIQ==
LogMillisinteger<int64>

数据包的发送时间,可调用 ListNodeGroupTransferPackets 接口查询获取。

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

请求说明

调用 API 时,除了本文介绍的该 API 的特有请求参数,还需传入公共请求参数。公共请求参数说明,请参见公共参数文档

返回参数

字段名称字段详情
Successboolean

是否调用成功。返回值:展开详情

示例值:true
RequestIdstring

阿里云为该请求生成的唯一标识符。

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

调用成功时返回的数据包信息列表。

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
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.诊断
400
FeatureNotActivated
The feature has not been activated.诊断
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
NonExistent
The specified resource does not exist.诊断

变更历史

暂无变更历史

相关示例