Queries the list of historical fault reports.
Operation description
Creates a session, returns the frontend endpoint, and starts a periodic task to track the session status.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Nodes |
array |
No |
The list of nodes. |
|
|
string |
No |
The node ID. |
e01-eowpxmsl |
|
| Status |
string |
No |
The fault report status. |
Processing |
| NextToken |
string |
No |
The pagination token. |
DA4F08D4 |
| MaxResults |
integer |
No |
The maximum number of results to return. |
100 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| AccessDeniedDetail |
string |
The details of the access denial. |
None |
| RequestId |
string |
The request ID. |
DA4F08D4-DA54-5407-84B9-108C71D75B17 |
| NextToken |
string |
The pagination token for the next page. |
DA4F08D |
| Reports |
array<object> |
The fault report details. |
|
|
object |
The fault report details. |
||
| ReportId |
string |
The fault report ID. |
100184932123 |
| NodeId |
string |
The node ID. |
e01-3A244BE3 |
| Status |
string |
The fault report status. |
Processing |
| DiagnosisType |
string |
The diagnosis type. |
QUICK |
| Description |
string |
The fault report description. |
GPU 0 reporting XID 79 (fallen off bus) |
| CreateTime |
string |
The time when the fault report was created. |
2025-11-07 17:41:33 |
| FinishTime |
string |
The time when the fault report was resolved. |
2025-11-07 17:41:33 |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"RequestId": "DA4F08D4-DA54-5407-84B9-108C71D75B17",
"NextToken": "DA4F08D",
"Reports": [
{
"ReportId": "100184932123",
"NodeId": "e01-3A244BE3",
"Status": "Processing",
"DiagnosisType": "QUICK",
"Description": "GPU 0 reporting XID 79 (fallen off bus)",
"CreateTime": "2025-11-07 17:41:33",
"FinishTime": "2025-11-07 17:41:33"
}
]
}
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.