获取设备异常报告列表
GET
/openapi/v0.9/manage/api/v1/organizations/{org_uuid}/manage-devices/reports
es-management-service
请求参数
Path 参数
org_uuid
string
必需
Query 参数
device_sn
string
设备序列号
示例值:
1581F8HHD24B10010084
status
enum<string>
报告状态
枚举值:
processingpausedcompletedcancelled
示例值:
processing
page
integer
页码
默认值:
1
示例值:
1
page_size
integer
每页数量
默认值:
50
示例值:
20
Header 参数
x-user-token
string
必需
默认值:
{{x-user-token}}
X-Request-Id
string
可选
默认值:
{% mock 'uuid' %}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/openapi/v0.9/manage/api/v1/organizations//manage-devices/reports?device_sn=1581F8HHD24B10010084&status=processing&page=1&page_size=20' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'
返回响应
🟢200成功
application/json
Body
HTTP响应模板
code
integer
响应码
message
string
响应消息
data
object
响应数据
list
array [object {18}]
可选
pagination
object
可选
示例
{
"code": 0,
"message": "OK",
"data": {
"pagination": {
"page": 1,
"page_size": 20,
"total": 1
},
"list": [
{
"report_uuid": "722f635c-xxxx-bba7962db726",
"report_time": 1750071278,
"report_user_id": "174911xxxxx187",
"report_user_organization_callsign": "xxxx",
"device_topo": {
"hosts": [
{
"sn": "158xxx10065",
"device_model_key": "0-100-1",
"device_organization_callsign": ""
}
],
"parents": [
{
"sn": "8UUxxx122",
"device_model_key": "3-3-0",
"device_organization_callsign": "xxxx"
}
],
"nodes": null
},
"report_information": "{\"text\":\"仅仅测试001\",\"error_codes\":[\"test001\"]}",
"track_number": "f1e524xxxxx2-3f912f4dac74",
"error_start_time": 1750071277,
"appendix_files": {
"files": [
{
"file_name": "72164BC3-xxx-BE97475DDD5E.png",
"file_object_key": "device_logs/f1e52436-xxx912f4dac74/72164BC3-B8FBxx-BE97475DDD5E.png",
"file_size": 66365
},
{
"file_name": "record_20250528_104353_1581F7FVD248V0000313.mp4",
"file_object_key": "device_logs/f1e52436-84xxx32-3f912f4dac74/record_20250xxx353_1581F7FVD248V0000313.mp4",
"file_size": 4754025
}
]
},
"device_logs": {
"files": []
},
"device_upload_files": null,
"status": "ok",
"report_contact_information": {
"email": "xxxx@dji.com",
"phone": "18xxxx954"
},
"bid": "",
"device_report_progress": null,
"device_report_feedback": "",
"read_status": 0,
"url": ""
}
]
}
}
修改于 2025-06-27 12:02:06