Reports a fault for an abnormal node.
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 |
| NodeId |
string |
Yes |
The node ID. |
e01-eowpxmsldd |
| DiagnosisType |
string |
Yes |
The diagnosis type. |
COMPREHENSIVE |
| Description |
string |
Yes |
The detailed description of the abnormal issue. |
GPU 0 reporting XID 79 (fallen off bus) |
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 fault report ID. |
156837191934 |
| ErrorMessage |
string |
The error message. |
Resource Not Found |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"RequestId": "DA4F08D4-DA54-5407-84B9-108C71D75B17",
"ReportId": "156837191934",
"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.