The GetRootCauseGroupList Method returns the complete list of root cause groups as persisted by the server.
The signature of this Method is specified below. Table 17 specifies the Arguments representation.
Signature
GetRootCauseGroupList(
[out] RootCauseGroupType[] RootCauseGroupList,
[out] MethodExecutionFeedbackType ExecutionFeedback);
Table 17 – GetRootCauseGroupList Method Arguments
Argument |
Description |
RootCauseGroupList |
The complete list of root cause groups. |
ExecutionFeedback |
The extended feedback returning a detailed message in case of execution failure. |