DescribeDiagnosticResult
Queries the results of a diagnostic task.
Operation description
Creates a session, returns the frontend endpoint, and starts a periodic task to track session status.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:DescribeDiagnosticResult |
get |
*Cluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DiagnosticId |
string |
No |
The diagnostic task ID. |
diag-i151942361720577788844 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
8F065DDD-6996-5973-9691-9EC57BD0072E |
| DiagnosticId |
string |
The diagnostic task ID. |
diag-i155363241720059671316 |
| NodeIds |
array |
The node IDs. |
|
|
string |
A node ID. |
['mock-sn-200101'] |
|
| ClusterId |
string |
The cluster ID. |
i118913031696573280136 |
| DiagnosticType |
string |
The type of the diagnostic task. |
CheckByAiJobLogs |
| DiagnosticState |
string |
The diagnostic status. |
Fault |
| DiagnosticResults |
array |
The diagnostic information. |
|
|
any |
The diagnostic information. |
[] |
|
| CreatedTime |
string |
The creation time. |
2024-06-15T10:17:56 |
| EndTime |
string |
The end time of the instance exception. Format: yyyy-MM-ddTHH:mm:ss +0800 (ISO 8601 with time zone). |
2024-06-11T10:00:30 |
Examples
Success response
JSON format
{
"RequestId": "8F065DDD-6996-5973-9691-9EC57BD0072E",
"DiagnosticId": "diag-i155363241720059671316",
"NodeIds": [
"['mock-sn-200101']"
],
"ClusterId": "i118913031696573280136",
"DiagnosticType": "CheckByAiJobLogs",
"DiagnosticState": "Fault",
"DiagnosticResults": [
"[]"
],
"CreatedTime": "2024-06-15T10:17:56",
"EndTime": "2024-06-11T10:00:30"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.