Queries the details of a fault report after a user submits one.
Operation description
Queries the detailed information of a supernode.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ReportId |
string |
Yes |
The ID of the fault report. |
100184932123 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| AccessDeniedDetail |
string |
The detailed information about the access denial. |
None |
| RequestId |
string |
The request ID. |
DA4F08D4-DA54-5407-84B9-108C71D75B17 |
| ReportId |
string |
The ID of the fault report. |
100184932123 |
| Status |
string |
The status of the fault report. |
Processing |
| DiagnosisType |
string |
The diagnosis type. |
QUICK |
| Description |
string |
The description of the fault report. |
GPU 0 reporting XID 79 (fallen off bus) |
| CreateTime |
string |
The time when the fault report was created. |
2025-11-06 17:31:33 |
| FinishTime |
string |
The time when the fault report processing was completed. |
2025-11-07 17:41:33 |
| ErrorMessage |
string |
The error message. |
Resource Not Found |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"RequestId": "DA4F08D4-DA54-5407-84B9-108C71D75B17",
"ReportId": "100184932123",
"Status": "Processing",
"DiagnosisType": "QUICK",
"Description": "GPU 0 reporting XID 79 (fallen off bus)",
"CreateTime": "2025-11-06 17:31:33",
"FinishTime": "2025-11-07 17:41:33",
"ErrorMessage": "Resource Not Found"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Resourcenotfound | Resource does not exist. | |
| 400 | SystemError | A system error occurred while processing your request |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.