I have installed webmin on my centos linux server.
I want to set a cron or list cron jobs using API which I can call through any python or php code. I tried finding any such thing on internet and in webmin documentation, but couldnt find anything.
Has anyone tried this or knows how this thing can be implemented ?
I know I can create a PHP api or python api , which in turn can run shell commands to add crontab, but I am looking native-webmin API.