I am able to list jobs using below command with different status as finished/failed/killed.
http://hostname:8088/ws/v1/cluster/apps?states=FINISHED
but what i need is, the report should list jobs for a week or month ?
I need to list finished jobs for a month and then list jobs for a week? I tried using parameter startedTime=1505907111909
but not sure on how we can implement this ? please share the format how should i use this