Root Cause Node Diagnosis
API Prototype
diag_root_cluster(input_log_list: list)
Description
Uses MindCluster Ascend FaultDiag to diagnose the root cause node with error information in a cluster.
Parameters
Parameter |
Required (Yes/No) |
Parameter Type |
Description |
|---|---|---|---|
input_log_list |
Yes |
List |
Results outputted by Root Cause Node Cleaning |
Response Parameters
Parameter |
Parameter Type |
Description |
|---|---|---|
results |
Dictionary |
Information about the error root cause node |
err_msg_list |
List |
Error message generated during interface execution |
Parent topic: API Description