NXSL Function Reference

From NetXMS Wiki
Revision as of 09:56, 17 December 2015 by Tomas Kirnak (talk | contribs) (Split the function table into 2 tables)
Jump to navigation Jump to search

Function tables

Generic Math String-related Data Collection Object search Object management
AddrInRange abs chr CreateDCI FindNodeObject BindObject
AddrInSubnet ceil format FindDCIByDescription FindObject CreateContainer
classof exp index FindDCIByName gethostbyaddr CreateNode
d2x floor left GetAvgDCIValue gethostbyname DeleteCustomAttribute
exit log length GetDCIObject GetInterfaceName DeleteObject
GetConfigurationVariable log10 lower GetDCIRawValue GetInterfaceObject GetCustomAttribute
inList pow ltrim GetDCIValue GetNodeInterfaces ManageObject
map round ord GetDCIValueByDescription GetNodeParents RenameObject
max right GetDCIValueByName GetNodeTemplates SetCustomAttribute
min rindex GetMaxDCIValue GetObjectChildren SetInterfaceExpectedState
random rtrim GetMinDCIValue GetObjectParents UnbindObject
sleep substr GetSumDCIValue UnmanageObject
trace trim PushDCIData
typeof upper
x2d

Time-related Cryptography SNMP Agent Event Processing Situations
gmtime md5 CreateSNMPTransport AgentReadList FindAlarmById FindSituation
localtime sha1 SNMPGet AgentReadParameter FindAlarmByKey GetSituationAttribute
SecondsToUptime sha256 SNMPGetValue AgentReadTable GetEventParameter
strftime SNMPSet PostEvent
time SNMPWalk SetEventParameter


Below is the old function organization.


Generic Functions

abs

AddrInRange

AddrInSubnet

ceil

chr

classof

d2x

exit

exp

floor

format

gmtime

gethostbyaddr

gethostbyname

index

inList

left

length

localtime

log

log10

lower

ltrim

map

max

min

md5

ord

pow

random

right

rindex

round

rtrim

sleep

SecondsToUptime

sha1

sha256

strftime

substr

time

trace

trim

typeof

upper

x2d


Data Collection

CreateDCI

FindDCIByDescription

FindDCIByName

GetAvgDCIValue

GetDCIObject

GetDCIRawValue

GetDCIValue

GetDCIValueByDescription

GetDCIValueByName

GetMaxDCIValue

GetMinDCIValue

GetSumDCIValue

PushDCIData


Event Processing

FindAlarmById

FindAlarmByKey

GetEventParameter

PostEvent

SetEventParameter


Object Management

BindObject

CreateContainer

CreateNode

DeleteCustomAttribute

DeleteObject

FindNodeObject

FindObject

GetCustomAttribute

GetInterfaceName

GetInterfaceObject

GetNodeInterfaces

GetNodeParents

GetNodeTemplates

GetObjectChildren

GetObjectParents

ManageObject

RenameObject

SetCustomAttribute

SetInterfaceExpectedState

UnbindObject

UnmanageObject

Server Configuration

GetConfigurationVariable


Situations

FindSituation

GetSituationAttribute


Agent Access

AgentReadList

AgentReadParameter

AgentReadTable


SNMP

CreateSNMPTransport

SNMPGet

SNMPGetValue

SNMPSet

SNMPWalk