HP Operations Manager for Windows

OV_NodeGroup::GetByHierarchicalPath()
OV_NodeGroup::GetByHierarchicalPath_Trans()


OV_NodeGroup GetByHierarchicalPath(
[in] string Path)
OV_NodeGroup GetByHierarchicalPath_Trans(
[in] string TransId,
[in] string Path)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
Path
The node group specified by the hierarchy Path, which consists of the Caption/Display Names of the parent Node Groups and a single backslash as a separator. It also starts with a single backslash. If it contains only a single backslash (\), it denotes the Root. If a Caption contains a backslash, you should escape it with an additional backslash (for example, "\\").

Calling Convention

These methods can be called from a WMI class or instance object.

Description

Returns the node group (instance of OV_NodeGroup) specified by the hierarchical path.

Return Value

Instance of OV_NodeGroup specified by the hierarchical path.

Extended Status Codes

MDLAPI_E_NODEGROUP_NOT_EXIST
Node Group does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.