Difference between revisions of "NXSL:GetInterfaceName"

From NetXMS Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ Get interface name by index. == Syntax == GetInterfaceName(''obj'', ''index''); == Parameters == {| class="wikitable" |- | ''obj'' || A node object. |- | ''ind...")
(No difference)

Revision as of 13:26, 22 October 2014

Get interface name by index.


Syntax

GetInterfaceName(obj, index);


Parameters

obj A node object.
index An interface index.


Return Value

Name of the requested interface or null if not found.


Examples

GetInterfaceName($node, 2);	->	ether1
GetInterfaceName($node, 55);	->	null