This is what I’m trying:
/interface monitor-traffic [/interface find name=ether1] once do={
/tool fetch keep-result=no url=(“http://www.domain.com/rxValue.aspx?rx=”.[received-bits-per-second]);
}
Thanks for your help but is not working
$“received-bits-per-second” is coming empty in all the requests (and it has traffic), I think the variable is not taking the value of the properties, any idea?
In general, when writing from terminal, you can find all variables in your current context by typing “$”, and then press the Tab key (and therefore, when doing that inside the “do” script, you see the injected variables).