8.3.3 GetRootCauseGroupList Method

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
RootCauseGroupListThe complete list of root cause groups.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.