Difference between revisions of "NXSL Function Reference"

From NetXMS Wiki
Jump to navigation Jump to search
(Added GetAllNodes)
(Remove old list of functions)
Line 65: Line 65:
|  
|  
|}
|}
<hr>
Below is the old function organization.
= Generic Functions =
[[NXSL:abs|abs]]
[[NXSL:AddrInRange|AddrInRange]]
[[NXSL:AddrInSubnet|AddrInSubnet]]
[[NXSL:ArrayToString|ArrayToString]]
[[NXSL:ceil|ceil]]
[[NXSL:chr|chr]]
[[NXSL:classof|classof]]
[[NXSL:d2x|d2x]]
[[NXSL:exit|exit]]
[[NXSL:exp|exp]]
[[NXSL:floor|floor]]
[[NXSL:format|format]]
[[NXSL:GeoLocation|GeoLocation]]
[[NXSL:gethostbyaddr|gethostbyaddr]]
[[NXSL:gethostbyname|gethostbyname]]
[[NXSL:gmtime|gmtime]]
[[NXSL:index|index]]
[[NXSL:inList|inList]]
[[NXSL:left|left]]
[[NXSL:length|length]]
[[NXSL:localtime|localtime]]
[[NXSL:log|log]]
[[NXSL:log10|log10]]
[[NXSL:lower|lower]]
[[NXSL:ltrim|ltrim]]
[[NXSL:map|map]]
[[NXSL:mapList|mapList]]
[[NXSL:max|max]]
[[NXSL:min|min]]
[[NXSL:md5|md5]]
[[NXSL:ord|ord]]
[[NXSL:pow|pow]]
[[NXSL:random|random]]
[[NXSL:right|right]]
[[NXSL:rindex|rindex]]
[[NXSL:round|round]]
[[NXSL:rtrim|rtrim]]
[[NXSL:sleep|sleep]]
[[NXSL:SecondsToUptime|SecondsToUptime]]
[[NXSL:sha1|sha1]]
[[NXSL:sha256|sha256]]
[[NXSL:SplitString|SplitString]]
[[NXSL:strftime|strftime]]
[[NXSL:substr|substr]]
[[NXSL:time|time]]
[[NXSL:trace|trace]]
[[NXSL:trim|trim]]
[[NXSL:typeof|typeof]]
[[NXSL:upper|upper]]
[[NXSL:x2d|x2d]]
= Data Collection =
[[NXSL:CreateDCI|CreateDCI]]
[[NXSL:FindAllDCIs|FindAllDCIs]]
[[NXSL:FindDCIByDescription|FindDCIByDescription]]
[[NXSL:FindDCIByName|FindDCIByName]]
[[NXSL:GetAvgDCIValue|GetAvgDCIValue]]
[[NXSL:GetDCIObject|GetDCIObject]]
[[NXSL:GetDCIRawValue|GetDCIRawValue]]
[[NXSL:GetDCIValue|GetDCIValue]]
[[NXSL:GetDCIValues|GetDCIValues]]
[[NXSL:GetDCIValueByDescription|GetDCIValueByDescription]]
[[NXSL:GetDCIValueByName|GetDCIValueByName]]
[[NXSL:GetMaxDCIValue|GetMaxDCIValue]]
[[NXSL:GetMinDCIValue|GetMinDCIValue]]
[[NXSL:GetSumDCIValue|GetSumDCIValue]]
[[NXSL:PushDCIData|PushDCIData]]
= Event Processing =
[[NXSL:FindAlarmById|FindAlarmById]]
[[NXSL:FindAlarmByKey|FindAlarmByKey]]
[[NXSL:GetEventParameter|GetEventParameter]]
[[NXSL:PostEvent|PostEvent]]
[[NXSL:SetEventParameter|SetEventParameter]]
= Object Management =
[[NXSL:BindObject|BindObject]]
[[NXSL:CreateContainer|CreateContainer]]
[[NXSL:CreateNode|CreateNode]]
[[NXSL:DeleteCustomAttribute|DeleteCustomAttribute]]
[[NXSL:DeleteObject|DeleteObject]]
[[NXSL:FindNodeObject|FindNodeObject]]
[[NXSL:FindObject|FindObject]]
[[NXSL:GetCustomAttribute|GetCustomAttribute]]
[[NXSL:GetInterfaceName|GetInterfaceName]]
[[NXSL:GetInterfaceObject|GetInterfaceObject]]
[[NXSL:GetNodeInterfaces|GetNodeInterfaces]]
[[NXSL:GetNodeParents|GetNodeParents]]
[[NXSL:GetNodeTemplates|GetNodeTemplates]]
[[NXSL:GetObjectChildren|GetObjectChildren]]
[[NXSL:GetObjectParents|GetObjectParents]]
[[NXSL:ManageObject|ManageObject]]
[[NXSL:RenameObject|RenameObject]]
[[NXSL:SetCustomAttribute|SetCustomAttribute]]
[[NXSL:SetInterfaceExpectedState|SetInterfaceExpectedState]]
[[NXSL:UnbindObject|UnbindObject]]
[[NXSL:UnmanageObject|UnmanageObject]]
= Server Configuration =
[[NXSL:GetConfigurationVariable|GetConfigurationVariable]]
= Situations =
[[NXSL:FindSituation|FindSituation]]
[[NXSL:GetSituationAttribute|GetSituationAttribute]]
= Agent Access =
[[NXSL:AgentReadList|AgentReadList]]
[[NXSL:AgentReadParameter|AgentReadParameter]]
[[NXSL:AgentReadTable|AgentReadTable]]
= SNMP =
[[NXSL:CreateSNMPTransport|CreateSNMPTransport]]
[[NXSL:SNMPGet|SNMPGet]]
[[NXSL:SNMPGetValue|SNMPGetValue]]
[[NXSL:SNMPSet|SNMPSet]]
[[NXSL:SNMPWalk|SNMPWalk]]
[[Category:Scripting Guide]]

Revision as of 14:13, 28 June 2017