GetNodeTransferPacketsDownloadUrl_物联网络管理平台_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请求速率暂未透出。

授权信息

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

请求参数

字段名称字段详情
GwEuistring

根据 GwEUI 过滤数据包。

示例值:0000000000000001
DevEuistring

根据 DevEUI 过滤数据包。

示例值:0000000000000001
Categorystring

数据包分类,可选:DOWNLINK_PACKET(下行包)、UPLINK_PACKET(上行包)、INVALID_PACKET(无效包)。

示例值:DOWNLINK_PACKET枚举值:DOWNLINK_PACKETUPLINK_PACKETINVALID_PACKET
BeginMillisinteger<int64>

查询开始时间,毫秒为单位的 UNIX 时间戳。

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

查询结束时间,毫秒为单位的 UNIX 时间戳。

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

排序字段,可选 LOG_MILLIS(按照时间排序)。

示例值:LOG_MILLIS枚举值:LOG_MILLIS
Ascendingboolean

配合 SortingField 参数一起使用,true 表示升序,false 表示降序。展开详情

示例值:true

返回参数

字段名称字段详情
Datastring

数据包统计文件下载地址。

示例值:http://xxx.xxx.xxx/xxx.csv
RequestIdstring

请求 ID。

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

是否成功。

示例值:true

返回示例

错误码

全局错误码
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
NonExistent
The specified resource does not exist.诊断
400
InternalError
The request processing has failed due to some unknown error, exception or failure.诊断
400
NotResourceOwner
You are not authorized to use this resource.诊断

变更历史

暂无变更历史

相关示例