I need a curl command to find the applications and the time which were restarted in the last 30 minutes in mesos marathon.
For example, I hit the curl in the terminal like below:
curl http://marathon:5050/............
Then the output should be like:
APP TIME_OF_RESTART
app1 2018-07-01 23:45PM IST
If I can get the curl command then I can write a script to automate it to provide the details required.