getClassAncestors

The getClassAncestors method retrieves the path between the given CIT and its root, including the root.

See the "Class Model Example".

Input

Parameter Comment
cmdbContext For details, see CmdbContext and CMDBContext in the schema documentation.
className The type name. For details, see Type Name.

Output

Parameter Comment
classHierarchy A collection of pairs of class names and parent class name. For details, see UcmdbClassModelHierarchy in the schema documentation.
comments For internal use only.