调用该接口获取数据包统计文件的下载地址。该链接指向一个CSV文件,其中包括节点分组的上下行数据包的统计数据。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetNodeGroupTransferPacketsDownloadUrl |
系统规定参数。取值:GetNodeGroupTransferPacketsDownloadUrl。 |
IotInstanceId | String | 否 | iot-***-v6*** |
实例ID。您可在物联网平台控制台的实例概览页面,查看当前实例的ID。 注意
实例的更多信息,请参见实例概述。 |
NodeGroupId | String | 是 | 123 |
节点分组ID。 |
DevEui | String | 否 | 0000000000000001 |
根据DevEUI过滤数据包。 |
Category | String | 是 | DOWNLINK_PACKET |
数据包分类。取值:
|
BeginMillis | Long | 是 | 1514736000000 |
查询开始时间,毫秒为单位的UNIX时间戳。 |
EndMillis | Long | 是 | 1514736000000 |
查询结束时间,毫秒为单位的UNIX时间戳。 |
SortingField | String | 否 | LOG_MILLIS |
排序字段。取值:LOG_MILLIS,表示按照时间排序。 |
Ascending | Boolean | 否 | true |
需配合SortingField参数一起使用。
|
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Data | String | http://xxx.xxx.xxx/xxx.csv |
数据包统计文件下载地址。 |
RequestId | String | 89EF6CAA-958F-F32C-BE45-FE003C6DE097 |
请求ID,阿里云为该请求生成的唯一标识符。 |
Success | Boolean | true |
是否调用成功。
|
示例
请求示例
http(s)://linkwan.cn-shanghai.aliyuncs.com/?Action=GetNodeGroupTransferPacketsDownloadUrl
&BeginMillis=1514736000000
&Category=DOWNLINK_PACKET
&EndMillis=1514736000000
&NodeGroupId=123
&<公共请求参数>
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<GetNodeGroupTransferPacketsDownloadUrlResponse>
<Data>http://xxx.xxx.xxx/xxx.csv</Data>
<RequestId>89EF6CAA-958F-F32C-BE45-FE003C6DE097</RequestId>
<Success>true</Success>
</GetNodeGroupTransferPacketsDownloadUrlResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"Data" : "http://xxx.xxx.xxx/xxx.csv",
"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 | NotResourceOwner | You are not authorized to use this resource. | 无权访问此资源 |
访问错误中心查看更多错误码。