All Products
Search
Document Center

:ListFaultReports

Last Updated:Aug 21, 2026

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.