...
The other parameters are from the Access Operators
Code Block |
---|
#PARSER PQL #QNAME test #RUNQUERY in = ODYSSEUSSOURCE({ url = 'http://localhost:8888', username = 'System', password = 'manager', query = 'test', source = 'source2', SCHEMA = [['time', 'StartTimestamp']] } ) // e.g. if there is another query like: #PARSER PQL #QNAME test #RUNQUERY timer = TIMER({PERIOD = 1000, TIMEFROMSTART = true, SOURCE = 'source'}) |