{
"report_uuid": "af728299xxxx-845a-078777ed640a",
"report_information": "{\"text\":\"仅仅测试002\",\"error_codes\":[\"test-002\"]}",
"error_start_time": 1750067655,
"device_topo": {
"parents": [
{
"device_model_key": "3-3-0",
"sn": "8Uxxx0122"
}
],
"hosts": [
{
"device_model_key": "0-100-1",
"sn": "158xxxD24BJ0010065"
}
]
},
"report_contact_information": {
"email": "xxx@dji.com",
"phone": "18xxxx954"
},
"appendix_files": [
{
"file_object_key": "device_logs/ca7480c9-xxxxx-9c504a7007cb/72164BC3-B8FB-6229-0CA8-BE97475DDD5E.png",
"file_name": "72164BC3-xxxx-BE97475DDD5E.png",
"file_size": 66365
}
],
"log_list": [],
"domains": [
{
"key": 17500xxxxx9552,
"value": "test-001"
}
]
}
curl --location --request POST '/openapi/v0.9/manage/api/v1/organizations//manage-devices/reports' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"report_uuid": "af728299xxxx-845a-078777ed640a",
"report_information": "{\"text\":\"仅仅测试002\",\"error_codes\":[\"test-002\"]}",
"error_start_time": 1750067655,
"device_topo": {
"parents": [
{
"device_model_key": "3-3-0",
"sn": "8Uxxx0122"
}
],
"hosts": [
{
"device_model_key": "0-100-1",
"sn": "158xxxD24BJ0010065"
}
]
},
"report_contact_information": {
"email": "xxx@dji.com",
"phone": "18xxxx954"
},
"appendix_files": [
{
"file_object_key": "device_logs/ca7480c9-xxxxx-9c504a7007cb/72164BC3-B8FB-6229-0CA8-BE97475DDD5E.png",
"file_name": "72164BC3-xxxx-BE97475DDD5E.png",
"file_size": 66365
}
],
"log_list": [],
"domains": [
{
"key": 17500xxxxx9552,
"value": "test-001"
}
]
}'
{
"code": 0,
"message": "OK",
"data": {
"track_number": "0fbe5705-02ad-43d1-8c20-56a455321271",
"report_uuid": "ace6e0bf-a4d6-4d50-bf97-1fb9949410cd",
"error_log_list": null,
"creat_device_job_data": {
"bid": "cac86f19-2fa4-4971-9777-13b3e3784506",
"sn": "8UUDMAQ00A0200",
"biz_code": "fileupload_start",
"status": "sent",
"result": 0,
"progress": {
"percent": 0,
"current_step": 0,
"ext": null
},
"service_identifier": "fileupload_start"
}
}
}