HP Operations Manager for Windows

OV_ExternalNode::GetByHierarchicalPath()
OV_ExternalNode::GetByHierarchicalPath_Trans()


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

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
Path
The external node specified by the hierarchy Path. The Path consists of the Caption/Display Names of parent Node Groups and a single backslash as a separator. The Path starts with a single backslash. If some of the Captions contain backslashes, you should escape them with additional backslashes (for example, "\\").

Calling Convention

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

Description

Returns the external node (instance of OV_ExternalNode) specified by a hierarchical path.

Return Value

Instance of OV_ExternalNode specified by a hierarchical path.

Extended Status Codes

MDLAPI_E_EXT_NODE_NOT_EXIST
External node does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.