Authorization: ********************
curl --location --request GET 'http://140.207.166.210:9030/gateway/torch/device/stability?current&size&startDate&endDate' \
--header 'Authorization;'
{
"code": 0,
"data": {
"records": [
{
"sn": "",
"name": "",
"startTime": "",
"endTime": "",
"offlineCount": 0,
"offlineTimeLength": 0,
"onlineCount": 0,
"onlineTimeLength": 0,
"totalTimeLength": 0,
"statusTimeStamps": [
{
"startTime": "",
"endTime": "",
"status": 0
}
]
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false,
"countId": "",
"maxLimit": 0
},
"message": ""
}