查询设备网络信号强度历史记录
开发中
GET
https://openapi-cn01.tange365.com/v2/stats/server/signal/{device_id}
/v2/stats/server/signal/{device_id}
请求参数
Path 参数
device_id
string
设备ID
示例值:
5D42DPPKJNKX
Query 参数
start_time
integer
开始时间戳
示例值:
1741655492
end_time
integer
截止时间戳
示例值:
1741860692
offset
integer
翻页.起始偏移量
示例值:
0
limit
integer
翻页.每页记录数
示例值:
10
direction
integer
可选
示例值:
0
Header 参数
X-Tg-App-Id
string
必需
默认值:
{{app-id}}
Accept-Language
string
必需
默认值:
{{language}}
Authorization
string
必需
默认值:
{{access_token}}
X-Tg-Signed-Headers
string
必需
默认值:
x-tg-app-id;x-tg-date
示例值:
content-length;content-type;x-tg-app-id;x-tg-date
X-Tg-Date
string
必需
默认值:
20060102T150405Z
X-Tg-Content-Sha256
string
必需
X-Tg-Algorithm
string
必需
默认值:
TGV1-HMAC-SHA256
示例代码
返回响应
修改于 2025-04-11 09:54:56