curl --location --request GET '/openapi/v0.9/manage/api/v1/organizations//manage-devices/self-diagnostic?device_sn=1HQDG4K0040069&status=processing,completed&report_time_begin=1609459200&report_time_end=1609545600&report_user=user1,user2&part=1&origin=1&page=1&page_size=20' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'{
"code": 0,
"message": "string",
"data": {
"list": {
"list": [
{
"bid": "string",
"create_time": 0,
"device_model_key": "string",
"device_organization_callsign": "string",
"device_report_progress": {
"percent": 0,
"result": 0,
"sn": "string",
"status": "string"
},
"device_sn": "string",
"origin": 0,
"part": 0,
"report_user_id": "string",
"report_user_organization_callsign": "string",
"report_uuid": "string",
"result_code": 0,
"self_diagnostic_result": {
"high": [
{
"error_code_list": {
"alert": {
"error_code_details": [
{
"error_code": "string",
"error_code_describe": "string",
"error_code_describe_en": "string",
"level": 0
}
],
"total": 0
},
"notice": {
"error_code_details": [
{
"error_code": "string",
"error_code_describe": "string",
"error_code_describe_en": "string",
"level": 0
}
],
"total": 0
},
"warning": {
"error_code_details": [
{
"error_code": "string",
"error_code_describe": "string",
"error_code_describe_en": "string",
"level": 0
}
],
"total": 0
}
},
"hms_total": 0,
"material_name": "string",
"material_num": "string",
"material_probability": "string"
}
],
"low": [
{
"error_code_list": {
"alert": {
"error_code_details": [
{
"error_code": "string",
"error_code_describe": "string",
"error_code_describe_en": "string",
"level": 0
}
],
"total": 0
},
"notice": {
"error_code_details": [
{
"error_code": "string",
"error_code_describe": "string",
"error_code_describe_en": "string",
"level": 0
}
],
"total": 0
},
"warning": {
"error_code_details": [
{
"error_code": "string",
"error_code_describe": "string",
"error_code_describe_en": "string",
"level": 0
}
],
"total": 0
}
},
"hms_total": 0,
"material_name": "string",
"material_num": "string",
"material_probability": "string"
}
],
"mid": [
{
"error_code_list": {
"alert": {
"error_code_details": [
{
"error_code": "string",
"error_code_describe": "string",
"error_code_describe_en": "string",
"level": 0
}
],
"total": 0
},
"notice": {
"error_code_details": [
{
"error_code": "string",
"error_code_describe": "string",
"error_code_describe_en": "string",
"level": 0
}
],
"total": 0
},
"warning": {
"error_code_details": [
{
"error_code": "string",
"error_code_describe": "string",
"error_code_describe_en": "string",
"level": 0
}
],
"total": 0
}
},
"hms_total": 0,
"material_name": "string",
"material_num": "string",
"material_probability": "string"
}
]
},
"status": "string"
}
]
},
"pagination": {
"page": 1,
"page_size": 1,
"total": 100
}
}
}