Hello everybody,
I am supporting a Terraform MikroTik provider and wondering what are the time duration suffixes that RouterOS supports.
As an example:
/system scheduler add on-event=myscript interval=7d name=myscript
and when that scheduler record is queried, the interval becomes ‘1w’:
0 myscript aug/21/2022 15:07:12 1w myscript 0
The ‘scheduler’ documentation https://wiki.mikrotik.com/wiki/Manual:System/Scheduler says an abstract ‘interval between two script executions’.
Could someone point me to documentation where all possible time duration suffixes are listed?